qemu/xen: Add 64 bits big bar support on qemu
commitaabc8530c7ba2be89e21463f051056ad7c255e6e
authorXudong Hao <xudong.hao@intel.com>
Wed, 3 Oct 2012 13:46:23 +0000 (3 13:46 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 3 Oct 2012 13:46:23 +0000 (3 13:46 +0000)
tree9172a61efa153e918ab7aad3ba7fb28194c30ddc
parentbd4982a6c6f1b133aff38873bc3b580af15cd334
qemu/xen: Add 64 bits big bar support on qemu

Currently it is assumed PCI device BAR access < 4G memory. If there is such a
device whose BAR size is larger than 4G, it must access > 4G memory address.
This patch enable the 64bits big BAR support on qemu.

Signed-off-by: Xudong Hao <xudong.hao@intel.com>
Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/xen_pt.c
hw/xen_pt_config_init.c