From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5zEc-0002dJ-Pj for qemu-devel@nongnu.org; Mon, 27 Aug 2012 09:20:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5zEW-0006jK-6M for qemu-devel@nongnu.org; Mon, 27 Aug 2012 09:20:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22064) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5zEV-0006jC-Up for qemu-devel@nongnu.org; Mon, 27 Aug 2012 09:20:00 -0400 Date: Mon, 27 Aug 2012 10:20:42 -0300 From: Luiz Capitulino Message-ID: <20120827102042.4b5e005f@doriath.home> In-Reply-To: <503B2073.7040309@redhat.com> References: <1345437569-13862-1-git-send-email-akong@redhat.com> <50323AB9.3020609@redhat.com> <20120820120835.7bc318f6@doriath.home> <503B2073.7040309@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v7 0/6] convert sendkey to qapi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amos Kong Cc: aliguori@us.ibm.com, Eric Blake , qemu-devel@nongnu.org On Mon, 27 Aug 2012 15:23:31 +0800 Amos Kong wrote: > On 20/08/12 23:08, Luiz Capitulino wrote: > > On Mon, 20 Aug 2012 07:25:13 -0600 > > Eric Blake wrote: > > > >> On 08/19/2012 10:39 PM, Amos Kong wrote: > >>> This series converted 'sendkey' command to qapi. The raw value > >>> in hexadecimal format is not supported by 'send-key' of qmp. > >> > >> Are we still trying to get this into 1.2, or have we missed that deadline? > > > > Too late for 1.2, IMO. > > So I need to wait and repost a V8(# Since: 1.3) after 1.2 is released ? I haven't reviewed this yet. If it's good enough, then I can do the s/1.2/1.3 change myself when applying this to the qmp queue.