qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Remove g_sequence_lookup from qemu-img help fun


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] Remove g_sequence_lookup from qemu-img help function
Date: Wed, 14 May 2014 09:23:03 +0100

On 14 May 2014 08:44, Kevin Wolf <address@hidden> wrote:
> Am 13.05.2014 um 23:48 hat Eric Blake geschrieben:
>> On 05/13/2014 03:11 PM, Mike Day wrote:
>>
>> Subject line could have used a [PATCHv2] designation to make it obvious
>> this is a fixed version.  But that doesn't affect what goes into git.
>>
>> > g_sequence_lookup is not supported by glib < 2.28. The usage
>> > of g_sequence_lookup is not essential in this context (it's a
>> > safeguard against duplicate values in the help message).
>> > Removing the call enables the build on all platforms and
>> > does not change the operation of the help function.
>> >
>> > Signed-off-by: Mike Day <address@hidden>
>> > ---
>> >  qemu-img.c | 7 ++-----
>> >  1 file changed, 2 insertions(+), 5 deletions(-)
>>
>> Reviewed-by: Eric Blake <address@hidden>
>
> Thanks, applied to the block branch.

Ah, I was thinking about applying this directly since it's a build fix.
But I guess it could go through the block branch instead...

thanks
-- PMM



reply via email to

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