]> git.proxmox.com Git - qemu.git/blobdiff - include/sysemu/sysemu.h
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
[qemu.git] / include / sysemu / sysemu.h
index ffc53aa848afdf1d2d46e602cd193e5d43f4d0fc..cd5791eb74df05f296df4fb479d0c873dc69a70b 100644 (file)
@@ -16,6 +16,7 @@ extern const char *bios_name;
 
 extern const char *qemu_name;
 extern uint8_t qemu_uuid[];
+extern bool qemu_uuid_set;
 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"