From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpFAt-0007RN-JI for qemu-devel@nongnu.org; Sun, 30 Dec 2012 04:27:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TpFAs-00040L-NP for qemu-devel@nongnu.org; Sun, 30 Dec 2012 04:27:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TpFAs-00040F-Fb for qemu-devel@nongnu.org; Sun, 30 Dec 2012 04:27:18 -0500 Message-ID: <50E00987.7000205@redhat.com> Date: Sun, 30 Dec 2012 10:29:43 +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> In-Reply-To: <50DAE896.8080600@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/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