From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxZwY-0003kh-1v for qemu-devel@nongnu.org; Thu, 19 Jun 2014 06:51:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxZwR-0004bW-TT for qemu-devel@nongnu.org; Thu, 19 Jun 2014 06:51:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxZwR-0004an-LH for qemu-devel@nongnu.org; Thu, 19 Jun 2014 06:51:39 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5JApcee020868 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 19 Jun 2014 06:51:38 -0400 Message-ID: <1403175095.22530.9.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 19 Jun 2014 12:51:35 +0200 In-Reply-To: <20140617162209.GA6405@amt.cnet> References: <20140617162209.GA6405@amt.cnet> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] add input-send-event command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: emu-devel , Luiz Capitulino On Di, 2014-06-17 at 13:22 -0300, Marcelo Tosatti wrote: > Which allows specification of absolute/relative, > up/down and console parameters. > > Suggested by Gerd Hoffman. > > Signed-off-by: Marcelo Tosatti Added to input patch queue. thanks, Gerd