From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpHUa-0001Zy-F3 for qemu-devel@nongnu.org; Sun, 30 Dec 2012 06:55:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TpHUZ-0004cA-DQ for qemu-devel@nongnu.org; Sun, 30 Dec 2012 06:55:48 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:63769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpHUZ-0004c5-2x for qemu-devel@nongnu.org; Sun, 30 Dec 2012 06:55:47 -0500 Message-ID: <50E02BC1.20609@rdsoftware.de> Date: Sun, 30 Dec 2012 12:55:45 +0100 From: Erik Rull MIME-Version: 1.0 References: <1354702284-13518-1-git-send-email-kraxel@redhat.com> <1354702284-13518-7-git-send-email-kraxel@redhat.com> <50DAE896.8080600@rdsoftware.de> <50E00987.7000205@redhat.com> In-Reply-To: <50E00987.7000205@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 6/6] usb-tablet: Allow connecting to ehci List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: Gerd Hoffmann , qemu-devel@nongnu.org Hi Hans, Hans de Goede wrote: > Hi, > > On 12/26/2012 01:07 PM, Erik Rull wrote: >> Hi Gerd, hi Hans, >> >> is my assumption correct that if I check out and compile this version >> from GIT master that the usb-tablet device is automatically routed to >> ehci without changing anything else in the qemu call arguments? (And the >> performance enhancement takes place automatically) >> If not - what has to be changed to get it working? > > That depends, if you specify a machine model, you need to change it to > pc-1.4, if you > don't specify a machine model you will get the change automatically, as 1.4 > is the new > default machine model. > > Regards, > > Hans Thanks. QEMU shows version 1.3.50 at the moment (from git), is the 1.4 model internally already active there? Best regards, Erik