qemu-patch-raspberry4/include/hw/pci
Marcel Apfelbaum a53ae8e934 hw/pci: partially handle pci master abort
A MemoryRegion with negative priority was created and
it spans over all the pci address space.
It "intercepts" the accesses to unassigned pci
address space and will follow the pci spec:
 1. returns -1 on read
 2. does nothing on write

Note: setting the RECEIVED MASTER ABORT bit in the STATUS register
      of the device that initiated the transaction will be
      implemented in another series

Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2013-10-14 17:11:44 +03:00
..
msi.h
msix.h
pci.h
pci_bridge.h
pci_bus.h hw/pci: partially handle pci master abort 2013-10-14 17:11:44 +03:00
pci_host.h
pci_ids.h
pci_regs.h
pcie.h
pcie_aer.h
pcie_host.h
pcie_port.h
pcie_regs.h
shpc.h
slotid_cap.h