]> git.proxmox.com Git - qemu.git/commit
pc: pass PCI hole ranges to Guests
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 13 May 2013 17:00:23 +0000 (20:00 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 4 Jul 2013 07:40:56 +0000 (10:40 +0300)
commitf8c457b88d72a48989f190bc3d7b79f4f3b7d11c
tree6042eaab39d046123b65f1613b49c971a323edb8
parent3459a625215449b67b9c67d9151ff72892d0a42a
pc: pass PCI hole ranges to Guests

Guest currently has to jump through lots of hoops to guess the PCI hole
ranges.  It's fragile, and makes us change BIOS each time we add a new
chipset.  Let's report the window in a ROM file, to make BIOS do exactly
what QEMU intends.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/pc.c
hw/i386/pc_piix.c
hw/i386/pc_q35.c
include/hw/i386/pc.h