|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 00/02] firmware changes as part of QEMU/Xen merge
We cannot make changes to qemu-dm that are not backwards compatible with
saved guests. Not only does this affect qemu in this case, but the register
blocks you move around also affect Xen's emulation of ACPI pmtimer. Both
will/would need to be configurable based on whether this is an old or new
guest.
Hence this has to be strongly NACKed in its current form.
-- Keir
On 15/10/2010 18:35, "anthony.perard@xxxxxxxxxx" <anthony.perard@xxxxxxxxxx>
wrote:
> From: Anthony PERARD <anthony.perard@xxxxxxxxxx>
>
> This two patches are for Xen-unstable and Qemu-DM.
>
> With the integration of Xen into QEMU, we would like to minimise the change
> and use the ACPI implementation of QEMU. So there are some change to make on
> the firmware to match the QEMU's BIOS. Some IO Ports are different and the
> sleep state values are different.
>
> Firmware changes:
>
> Anthony PERARD (1):
> firmware, Change ACPI IO addresses and values to match QEMU BIOS.
>
> tools/firmware/hvmloader/acpi/dsdt.asl | 12 ++++++------
> tools/firmware/hvmloader/hvmloader.c | 4 ++++
> xen/include/public/hvm/ioreq.h | 6 +++---
> 3 files changed, 13 insertions(+), 9 deletions(-)
>
>
> Qemu-Xen changes:
>
> Anthony PERARD (1):
> piix4acpi: change in ACPI to match the change in the BIOS.
>
> hw/piix4acpi.c | 9 ++++-----
> 1 files changed, 4 insertions(+), 5 deletions(-)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|