qemu-e2k/hw/pci
Hervé Poussineau 9f1a029abf pci: remove explicit check to 64K ioport size
This check is useless, as bigger addresses will be ignored when
added to 'io' MemoryRegion, which has a size of 64K.

However, some architectures don't use the 'io' MemoryRegion, like
the alpha and versatile platforms. They create a PCI I/O region
bigger than 64K, so let them handle PCI I/O BARs in the higher range.

MST: reinstated work-around for BAR sizing.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2013-09-15 11:49:51 +03:00
..
Makefile.objs
msi.c
msix.c
pci_bridge.c qdev: Pass size to qbus_create_inplace() 2013-08-30 21:15:35 +02:00
pci_host.c pci: add config space access traces 2013-08-28 10:11:23 +03:00
pci-hotplug-old.c
pci-stub.c
pci.c pci: remove explicit check to 64K ioport size 2013-09-15 11:49:51 +03:00
pcie_aer.c
pcie_host.c
pcie_port.c pcie_port: Turn PCIEPort and PCIESlot into abstract QOM types 2013-07-29 20:45:24 +02:00
pcie.c
shpc.c
slotid_cap.c