diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-08-11 17:11:23 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-08-11 17:11:23 -0500 |
commit | 312942619af7bd81bda57769224a8280684dd1cf (patch) | |
tree | 5e3409db199d533c15cc699fbcc2794cc4146b7f /vl.c | |
parent | c075a7239937e6ae45bcd3793c37b0168bfae93d (diff) | |
parent | 5222aaf223e52961cabeb7cabc579892ccd8bc59 (diff) |
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 'vl.c')
-rw-r--r-- | vl.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -293,6 +293,11 @@ static struct { { .driver = "qxl-vga", .flag = &default_vga }, }; +const char *qemu_get_vm_name(void) +{ + return qemu_name; +} + static void res_free(void) { if (boot_splash_filedata != NULL) { |