]> git.proxmox.com Git - qemu.git/blobdiff - hw/boards.h
Allow machines to configure the QEMU_VERSION that's exposed via hardware
[qemu.git] / hw / boards.h
index 667177d76dfd8468d522a1b8185bebce9796183f..59c01d036705d7a16c73528ec0ab4d5f778a0fdf 100644 (file)
@@ -29,6 +29,7 @@ typedef struct QEMUMachine {
     const char *default_machine_opts;
     GlobalProperty *compat_props;
     struct QEMUMachine *next;
+    const char *hw_version;
 } QEMUMachine;
 
 int qemu_register_machine(QEMUMachine *m);