[PATCH] Seabios - read e820 reserve from qemu_cfg

2010-01-25 Thread Jes Sorensen
Hi, Right now KVM/QEMU relies on hard coded values in Seabios for the reserved area for the TSS pages and the EPT page. I'd like to suggest we change this to pass the value from QEMU via qemu-cfg making it possible to move it around dynamically in the future. Attached is a patch to Seabios for

Re: [PATCH] Seabios - read e820 reserve from qemu_cfg

2010-01-25 Thread Kevin O'Connor
On Mon, Jan 25, 2010 at 05:46:42PM +0100, Jes Sorensen wrote: Hi, Right now KVM/QEMU relies on hard coded values in Seabios for the reserved area for the TSS pages and the EPT page. I'd like to suggest we change this to pass the value from QEMU via qemu-cfg making it possible to move it