From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIwMp-0003ZF-Gs for qemu-devel@nongnu.org; Tue, 12 Jan 2016 05:40:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIwMl-0004NT-PR for qemu-devel@nongnu.org; Tue, 12 Jan 2016 05:39:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60795) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIwMl-0004Mi-JS for qemu-devel@nongnu.org; Tue, 12 Jan 2016 05:39:55 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id ED12DC0BF2A2 for ; Tue, 12 Jan 2016 10:39:54 +0000 (UTC) Message-ID: <1452595192.29014.14.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 12 Jan 2016 11:39:52 +0100 In-Reply-To: <877fjfqg1a.fsf@blackfin.pond.sub.org> References: <20151218192042.GA27278@amt.cnet> <874mffy19e.fsf@blackfin.pond.sub.org> <20151221115331.GA24823@amt.cnet> <877fjfqg1a.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] x-input-send-event marked as experimental List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Marcelo Tosatti , qemu-devel Hi, > Where "the latter" refers to "IIRC the question was [whether] we'll > leave it as-is (console=3D), or [whether] we'll do something like > display=3D,head=3D instead." Oh joy, third addressing scheme. No, that isn't a third, that is what the command line actually uses, and '' is the qdev id of the display device (i.e. vga). 'head=3D' is not needed in most cases, only in case a display device supports multiple scanouts (aka monitors) and the guest is configured to actually use that. And even then only for tablet devices (aka absolute pointer coordinates). I'll go give this a try ... cheers, Gerd