From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ynow6-0005Oi-2d for qemu-devel@nongnu.org; Thu, 30 Apr 2015 09:55:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ynow2-0005w2-6O for qemu-devel@nongnu.org; Thu, 30 Apr 2015 09:55:29 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:38563) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ynow2-0005vm-08 for qemu-devel@nongnu.org; Thu, 30 Apr 2015 09:55:26 -0400 Received: by wiun10 with SMTP id n10so18874215wiu.1 for ; Thu, 30 Apr 2015 06:55:25 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <55423449.7050504@redhat.com> Date: Thu, 30 Apr 2015 15:55:21 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1430400749-647-1-git-send-email-dslutz@verizon.com> <1430400749-647-5-git-send-email-dslutz@verizon.com> In-Reply-To: <1430400749-647-5-git-send-email-dslutz@verizon.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 4/7] vmport_rpc: Add QMP access to vmport_rpc object. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Don Slutz , qemu-devel@nongnu.org Cc: "Michael S. Tsirkin" , Markus Armbruster , Luiz Capitulino , Anthony Liguori , =?windows-1252?Q?Andreas_F=E4rber?= , Richard Henderson 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