pci: allow 32-bit PCI IO accesses to pass through the PCI bridge
commit9cd1e97a7ae2856ec00b5682db0dea17f42fc734
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 22 Sep 2017 12:18:31 +0000 (22 13:18 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 15 Oct 2017 02:54:41 +0000 (15 05:54 +0300)
treedbce61b3f443624c8808da1b6ea8f84fac0d73c8
parent5c0ba1be37181bd8a7c96c7f81b19ae5f8e66e2d
pci: allow 32-bit PCI IO accesses to pass through the PCI bridge

Whilst the underlying PCI bridge implementation supports 32-bit PCI IO
accesses, unfortunately they are truncated at the legacy 64K limit.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci/pci_bridge.c