From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqRYz-0005T0-Jy for qemu-devel@nongnu.org; Wed, 02 Jan 2013 11:53:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TqRYy-0007A6-Gk for qemu-devel@nongnu.org; Wed, 02 Jan 2013 11:53:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqRYy-0007A2-96 for qemu-devel@nongnu.org; Wed, 02 Jan 2013 11:53:08 -0500 Message-ID: <50E458EC.9030005@redhat.com> Date: Wed, 02 Jan 2013 16:57:32 +0100 From: Hans de Goede 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> <50E02BC1.20609@rdsoftware.de> In-Reply-To: <50E02BC1.20609@rdsoftware.de> 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: Erik Rull Cc: Gerd Hoffmann , qemu-devel@nongnu.org Hi, On 12/30/2012 12:55 PM, Erik Rull wrote: > 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? Probably, that depends on the exact git version you're using (the 1.3.50 just indicates you're using a git build, not which version exactly). If you've build from a recent git checkout, then yes the default model is already 1.4 Regards, Hans