qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC PATCH 2/7] hw/arm/virt-acpi: Basic skeleton for dy


From: Peter Maydell
Subject: Re: [Qemu-devel] [RFC PATCH 2/7] hw/arm/virt-acpi: Basic skeleton for dynamic generation of ACPI tables
Date: Thu, 30 Oct 2014 17:46:22 +0000

On 30 October 2014 17:44, Alexander Spyridakis
<address@hidden> wrote:
> Introduce a preliminary skeleton in virt-acpi.c with the main
> ACPI build functions. The virt machine model is meant to call
> 'acpi_build_tables' after platform devices are created and pass
> all needed information. From that point each table will be
> created in a separate memory buffer and finally be copied
> to the guest memory as a single binary blob.

Please, no. ACPI should be the guest's problem, not QEMU's.
We provide the guest with a device tree it can look at to
figure out what h/w is present.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]