qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [SeaBIOS] [PATCH] seabios: acpi: allow qemu to load dsd


From: Kevin O'Connor
Subject: [Qemu-devel] Re: [SeaBIOS] [PATCH] seabios: acpi: allow qemu to load dsdt as external acpi table.
Date: Mon, 21 Jun 2010 23:02:28 -0400
User-agent: Mutt/1.5.20 (2009-12-10)

On Tue, Jun 15, 2010 at 12:51:16PM +0900, Isaku Yamahata wrote:
> allow qemu to load dsdt as external acpi table.

I'm okay with the general idea.  However, I don't much like building
and copying the dsdt just to free it later.  It would be preferable if
the code would load in all the qemu provided tables, and then only
build the equivalent seabios table if it isn't already provided by
qemu.

This way, high memory isn't allocated and then later free'd - which
can cause unnecessary high memory reservations.

-Kevin



reply via email to

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