diff options
| author | Anthony Liguori | 2013-09-17 16:50:23 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2013-09-17 16:50:23 +0200 |
| commit | 7d41364e712f00894759f7dbf2623a8b27b79a0e (patch) | |
| tree | f636be5d9a3670711c37b3b15fb29aead8fbb0fb /include | |
| parent | Merge remote-tracking branch 'kraxel/chardev.7' into staging (diff) | |
| parent | spapr-vscsi: Report error on unsupported MAD requests (diff) | |
| download | qemu-7d41364e712f00894759f7dbf2623a8b27b79a0e.tar.gz qemu-7d41364e712f00894759f7dbf2623a8b27b79a0e.tar.xz qemu-7d41364e712f00894759f7dbf2623a8b27b79a0e.zip | |
Merge remote-tracking branch 'bonzini/scsi-next' into staging
# By Peter Lieven (3) and others
# Via Paolo Bonzini
* bonzini/scsi-next:
spapr-vscsi: Report error on unsupported MAD requests
spapr-vscsi: Adding VSCSI capabilities
iscsi: split discard requests in multiple parts
iscsi: add .bdrv_get_block_status
iscsi: add logical block provisioning information to iscsilun
hw/scsi/lsi53c895a: Use deposit32 rather than handcoded shift/mask
hw/scsi/lsi53c895a: Use sextract32 for sign-extension
scsi: Fix scsi_bus_legacy_add_drive() scsi-generic with serial
virtio-scsi: Make type virtio-scsi-common abstract
spapr-vscsi: add task management
scsi: prefer UUID to VM name for the initiator name
Message-id: 1378984634-765-1-git-send-email-pbonzini@redhat.com
Diffstat (limited to 'include')
| -rw-r--r-- | include/sysemu/sysemu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h index b1aa059102..e2c6f58d9e 100644 --- a/include/sysemu/sysemu.h +++ b/include/sysemu/sysemu.h @@ -17,7 +17,9 @@ extern const char *bios_name; extern const char *qemu_name; extern uint8_t qemu_uuid[]; int qemu_uuid_parse(const char *str, uint8_t *uuid); + #define UUID_FMT "%02hhx%02hhx%02hhx%02hhx-%02hhx%02hhx-%02hhx%02hhx-%02hhx%02hhx-%02hhx%02hhx%02hhx%02hhx%02hhx%02hhx" +#define UUID_NONE "00000000-0000-0000-0000-000000000000" bool runstate_check(RunState state); void runstate_set(RunState new_state); |
