]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
QEMU e820 reservation patch
authorJes Sorensen <Jes.Sorensen@redhat.com>
Mon, 15 Feb 2010 17:33:46 +0000 (18:33 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 19 Feb 2010 21:53:54 +0000 (15:53 -0600)
commit4c5b10b7b65eb613822b2ebbaf88b15edd2c3765
treedf075e43d68ad693919770b122c4fce0c0074da3
parented487bb1d69040b9dac64a4fc076d8dd82b131d6
QEMU e820 reservation patch

Hi,

Kevin and I have agreed on the approach for this one now. So here is
the latest version of the patch for QEMU, submitting e820 reservation
entries via fw_cfg.

Cheers,
Jes

Use qemu-cfg to provide the BIOS with an optional table of e820 entries.

Notify the BIOS of the location of the TSS+EPT range to by reserving
it via the e820 table.

This matches a corresponding patch for Seabios, however older versions
of Seabios will default to the hardcoded address range and stay
compatible with current QEMU.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/pc.c
hw/pc.h
target-i386/kvm.c