From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU1Zd-0004pB-2r for qemu-devel@nongnu.org; Mon, 14 May 2012 16:08:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SU1Zb-00036d-4Y for qemu-devel@nongnu.org; Mon, 14 May 2012 16:08:52 -0400 Received: from e38.co.us.ibm.com ([32.97.110.159]:49751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SU1Za-00035u-CS for qemu-devel@nongnu.org; Mon, 14 May 2012 16:08:51 -0400 Received: from /spool/local by e38.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 14 May 2012 14:08:45 -0600 Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com [9.17.195.228]) by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id 41E623E40063 for ; Mon, 14 May 2012 14:08:17 -0600 (MDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q4EK8E1a180732 for ; Mon, 14 May 2012 14:08:15 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q4EK8Dv7005579 for ; Mon, 14 May 2012 14:08:13 -0600 Message-ID: <4FB1662B.7080807@us.ibm.com> Date: Mon, 14 May 2012 15:08:11 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1336984157-10827-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1336984157-10827-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 1.1] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 05/14/2012 03:29 AM, Gerd Hoffmann wrote: > Hi, > > One little usb bugfix for 1.1 ... > > please pull, > Gerd Pulled. Thanks. Regards, Anthony Liguori > > Gerd Hoffmann (1): > usb-host: handle guest-issued clear halt > > hw/usb/host-linux.c | 9 +++++++++ > 1 files changed, 9 insertions(+), 0 deletions(-) > > The following changes since commit 94d1991445fa3582c042ee4e5b72606e2fc39cc2: > > sun4u: implement interrupt clearing registers (2012-05-12 09:49:19 +0000) > > are available in the git repository at: > git://git.kraxel.org/qemu usb.50 > > Gerd Hoffmann (1): > usb-host: handle guest-issued clear halt > > hw/usb/host-linux.c | 9 +++++++++ > 1 files changed, 9 insertions(+), 0 deletions(-) > >