qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [Qemu-devel] [PATCH v6] qdev: Add support for propert


From: Anthony Liguori
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH v6] qdev: Add support for property type bool
Date: Fri, 27 Jan 2012 06:41:50 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15

On 01/27/2012 03:38 AM, Andreas Färber wrote:
Am 27.01.2012 07:23, schrieb Stefan Hajnoczi:
On Tue, Jan 24, 2012 at 06:17:36PM +0100, Andreas Färber wrote:
From: Andreas Färber<address@hidden>

VMState supports the type bool but qdev instead supports bit, backed by
uint32_t. Therefore let's add DEFINE_PROP_BOOL() and qdev_prop_set_bool().

bool by definition is either true or false. Should the need arise to
parse yes/no, on/off, 1/0 or whatever as well, we can still add that at
a later point in time.

Signed-off-by: Andreas Färber<address@hidden>
Cc: Juan Quintela<address@hidden>
Cc: Markus Armbruster<address@hidden>
Cc: Jan Kiszka<address@hidden>
Cc: Vasilis Liaskovitis<address@hidden>
---
  v5 ->  v6:

Please merge through a qemu.git committer.  v6 and discussion means this
isn't trivial.

Unfortunately that hasn't happened for half a year though. Generally no
qemu.git committer seems to care about cherry-picking useful
infrastructures from bigger series even once discussions are resolved.

So... why are we introducing a type that's not being used anywhere?

Are you planning to use this type somewhere or is this purely speculative?

Regards,

Anthony Liguori


And for the record, it's net v3 as shown in the part you snipped.

Vasilis, unless Jan or someone has further nitpicks, just prepend my v8
to your series and reuse its DEFINE_PROP_BOOL().

Andreas





reply via email to

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