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 lik
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
This adds one new inject command:
inject-vmport-action
And three guest info commands:
vmport-guestinfo-set
vmport-guestinfo-get
query-vmport-guestinfo
More details in qmp-commands.hx
Signed-off-by: Don Slutz
---
hw/misc/vmport_rpc.c | 269 +++