]> git.proxmox.com Git - qemu.git/blobdiff - hw/pci.h
pci: honor PCI_COMMAND_MASTER
[qemu.git] / hw / pci.h
index f9207ca062f2eac52379e201397feb54aef0c27a..1f902f5b594264f8d942b1f7c81caaaec431f4fb 100644 (file)
--- a/hw/pci.h
+++ b/hw/pci.h
@@ -212,6 +212,7 @@ struct PCIDevice {
     char name[64];
     PCIIORegion io_regions[PCI_NUM_REGIONS];
     AddressSpace bus_master_as;
+    MemoryRegion bus_master_enable_region;
     DMAContext *dma;
 
     /* do not access the following fields */