]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/boards.h
xen, gfx passthrough: basic graphics passthrough support
[mirror_qemu.git] / include / hw / boards.h
index 2aec9cbb12f87c528c1b99c2f7a9670916a7d579..566a5cad1382a88698335f48a3083e3d93433493 100644 (file)
@@ -100,7 +100,8 @@ struct MachineClass {
         no_cdrom:1,
         no_sdcard:1,
         has_dynamic_sysbus:1,
-        no_tco:1;
+        no_tco:1,
+        pci_allow_0_address:1;
     int is_default;
     const char *default_machine_opts;
     const char *default_boot_order;
@@ -136,6 +137,7 @@ struct MachineState {
     bool mem_merge;
     bool usb;
     bool usb_disabled;
+    bool igd_gfx_passthru;
     char *firmware;
     bool iommu;
     bool suppress_vmdesc;