|
| From: | Paolo Bonzini |
| Subject: | Re: [Qemu-devel] [PATCH v4 4/7] vmport_rpc: Add QMP access to vmport_rpc object. |
| Date: | Thu, 30 Apr 2015 15:55:21 +0200 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 |
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?
Paolo
| [Prev in Thread] | Current Thread | [Next in Thread] |