From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuL26-0004Ky-QB for qemu-devel@nongnu.org; Tue, 10 Jun 2014 08:20:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuL1z-00080P-OD for qemu-devel@nongnu.org; Tue, 10 Jun 2014 08:20:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuL1z-0007zx-Fd for qemu-devel@nongnu.org; Tue, 10 Jun 2014 08:19:59 -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 s5ACJvWF009900 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 10 Jun 2014 08:19:57 -0400 Message-ID: <1402402794.8739.94.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 10 Jun 2014 14:19:54 +0200 In-Reply-To: <20140610115312.GA23902@amt.cnet> References: <20140605232528.GA2566@amt.cnet> <1402388747.8739.41.camel@nilsson.home.kraxel.org> <20140610114823.GA23316@amt.cnet> <20140610115312.GA23902@amt.cnet> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] add command to position mouse pointer in absolute mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: qemu-devel , Luiz Capitulino Hi, > You want console parameter to be console index? Is that visible via > monitor? The consoles are visible in the qom tree, under /backend/console[$index]. They have a device link and head property, so you can figure which console belongs to which device and display. I think using a console index is fine. Luiz, agree? Other/better suggestions? I think the command should take a list of events. Send all events to the guest via qemu_input_event_send, finally call qemu_input_event_sync. cheers, Gerd