]> xenbits.xensource.com Git - qemu-upstream-4.3-testing.git/commit
xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 5 Jun 2013 11:36:10 +0000 (11:36 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 5 Jun 2013 11:36:10 +0000 (11:36 +0000)
commit4597594c61add43725bd207bb498268a058f9cfb
treed6831f75f4a7d4ad7a94bd4e33584ac358808ee6
parent25adf763933faddcc6a62bf55e1c52909a9bafbb
xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional)

We are currently setting the PCI hole to start at HVM_BELOW_4G_RAM_END,
that is 0xf0000000.
Start the PCI hole at 0xe0000000 instead, that is the same value used by
pc_init1 and qemu-xen-traditional.

upstream-commit-id: 9f24a8030a70ea4954b5b8c48f606012f086f65f

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/pc.h
hw/pc_piix.c
xen-all.c