]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
pci: fix address space size for bridge
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 6 Nov 2013 18:23:26 +0000 (20:23 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 10 Dec 2013 10:29:56 +0000 (12:29 +0200)
commitcf252e5173e46aa4956b88a95fd09ef7eb38b8a6
treeeb98a68265d685f27c3b8c86ea3d22b13835b0dc
parent046a648661517f63496aaa34ed2647c77cc2ebe5
pci: fix address space size for bridge

Address space size for bridge should be full 64 bit,
so we should use UINT64_MAX not INT64_MAX as it's size.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci/pci_bridge.c