diff options
author | Anthony Liguori | 2012-08-12 00:11:23 +0200 |
---|---|---|
committer | Anthony Liguori | 2012-08-12 00:11:23 +0200 |
commit | 312942619af7bd81bda57769224a8280684dd1cf (patch) | |
tree | 5e3409db199d533c15cc699fbcc2794cc4146b7f /qemu-tool.c | |
parent | configure: fix double check tests with Clang (diff) | |
parent | scsi-disk: add support for the UNMAP command (diff) | |
download | qemu-312942619af7bd81bda57769224a8280684dd1cf.tar.gz qemu-312942619af7bd81bda57769224a8280684dd1cf.tar.xz qemu-312942619af7bd81bda57769224a8280684dd1cf.zip |
Merge remote-tracking branch 'bonzini/scsi-next' into staging
* bonzini/scsi-next:
scsi-disk: add support for the UNMAP command
scsi-disk: improve out-of-range LBA detection for WRITE SAME
scsi-disk: more assertions and resets for aiocb
virtio-scsi: do not compare 32-bit QEMU tags against 64-bit virtio-scsi tags
iscsi: Pick default initiator-name based on the name of the VM
iscsi: reorganize code for parse_initiator_name
iscsi: do not leak initiator_name
Diffstat (limited to 'qemu-tool.c')
-rw-r--r-- | qemu-tool.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qemu-tool.c b/qemu-tool.c index 318c5fcbca..64b5e88bc7 100644 --- a/qemu-tool.c +++ b/qemu-tool.c @@ -30,6 +30,11 @@ struct QEMUBH void *opaque; }; +const char *qemu_get_vm_name(void) +{ + return NULL; +} + Monitor *cur_mon; int monitor_cur_is_qmp(void) |