qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 4/7] vmport_rpc: Add QMP access to vmport_rpc


From: Don Slutz
Subject: Re: [Qemu-devel] [PATCH v4 4/7] vmport_rpc: Add QMP access to vmport_rpc object.
Date: Thu, 30 Apr 2015 11:17:55 -0400
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

On 04/30/15 09:55, Paolo Bonzini wrote:
> 
> 
> On 30/04/2015 15:32, Don Slutz wrote:
>> +#ifdef VMPORT_SHORT
>> +    info->value->key = g_strdup(ckey);
>> +#else
>> +    info->value->key = g_strdup_printf("guestinfo.%s", ckey);
>> +#endif
> 
> What is VMPORT_SHORT for?
> 

Simpler code.  Looks like a left over before I found g_strdup_printf()
and it worked.  Will plan to remove.
   -Don Slutz

> Paolo
> 



reply via email to

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