From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtKvB-000838-9Q for qemu-devel@nongnu.org; Thu, 10 Jan 2013 11:24:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtKv9-0006Xd-Ut for qemu-devel@nongnu.org; Thu, 10 Jan 2013 11:24:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtKv9-0006XT-Lb for qemu-devel@nongnu.org; Thu, 10 Jan 2013 11:23:59 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0AGNxv6008514 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 10 Jan 2013 11:23:59 -0500 Message-ID: <50EEEB1D.9050506@redhat.com> Date: Thu, 10 Jan 2013 17:23:57 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1357824805-31574-1-git-send-email-armbru@redhat.com> In-Reply-To: <1357824805-31574-1-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] Minor USB cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On 01/10/13 14:33, Markus Armbruster wrote: > Markus Armbruster (3): > ehci: Assert state machine is sane w.r.t. EHCIQueue > usb-host: Drop superfluous null test from usb_host_auto_scan() > usb-host: Initialize dev->port the obviously safe way > > hw/usb/hcd-ehci.c | 4 ++++ > hw/usb/host-linux.c | 4 ++-- > 2 files changed, 6 insertions(+), 2 deletions(-) > Patch added to usb patch queue. thanks, Gerd