]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
Allow using full io region on q35.
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 13 May 2014 12:09:00 +0000 (14:09 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 20 May 2014 10:15:30 +0000 (12:15 +0200)
commit7eac0c4e9d37a70ae69ee78dfc11f27a63f36b7d
tree339d0001dee3e64547ecbd5defdfb78b1c946508
parenta217de932969b2a40a717573b2919337e46710b9
Allow using full io region on q35.

If qemu is new enough to support acpi table loading,
then go move pmbase out of the way.  This allows to
use the whole 0x1000 -> 0xffff io address space on q35.
piix has hotplug ports in the 0xa000 -> 0xafff area,
so we can't do the same there.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
src/fw/paravirt.c
src/fw/pciinit.c