qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 10/22] machine: allow boards to specify default


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 10/22] machine: allow boards to specify default values and use it in isapc
Date: Tue, 08 Jun 2010 15:29:40 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Thunderbird/3.0.4

On 06/08/10 15:09, Anthony Liguori wrote:
On 06/08/2010 03:03 AM, Gerd Hoffmann wrote:
+ .opts_default = (QemuOptValue[]) {
+ {
+ .name = "acpi",
+ .value = "on",
+ },

Should be moved into a separate struct and just referenced as it is
identical for pc-0.*

Would need to be macros because in future patches, things get more
complicated. That may be worth it though.

Well, maybe not. Later patches add the compat properties to that list, which are different for the pc-0.* versions, so you would have to split again ...

cheers
  Gerd



reply via email to

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