From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVGmB-00083h-Tg for qemu-devel@nongnu.org; Tue, 10 Mar 2015 05:48:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVGm8-0008E9-Jo for qemu-devel@nongnu.org; Tue, 10 Mar 2015 05:48:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVGm8-0008Dz-DS for qemu-devel@nongnu.org; Tue, 10 Mar 2015 05:48:32 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2A9mVdA031456 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 10 Mar 2015 05:48:31 -0400 Message-ID: <1425980899.2944.17.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 10 Mar 2015 10:48:19 +0100 In-Reply-To: <1424179685-21050-1-git-send-email-armbru@redhat.com> References: <1424179685-21050-1-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] ucb: Convert remaining PCI HCDs to realize List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: hdegoede@redhat.com, qemu-devel@nongnu.org On Di, 2015-02-17 at 14:28 +0100, Markus Armbruster wrote: > This series requires my "[PATCH 00/10] pci: Partial conversion to > realize" and my "[PATCH 0/9] Clean up around error_get_pretty(), > qerror_report_err()". > > Markus Armbruster (4): > usb: Propagate errors through usb_register_companion() > usb: Improve companion configuration error messages > ohci: Complete conversion to realize > uhci: Convert to realize > > hw/usb/bus.c | 27 ++++++++++++++------------- > hw/usb/hcd-ehci.c | 28 +++++++++++----------------- > hw/usb/hcd-ohci.c | 42 +++++++++++++++++++++++------------------- > hw/usb/hcd-uhci.c | 26 ++++++++++++++------------ > include/hw/usb.h | 12 +++++++----- > 5 files changed, 69 insertions(+), 66 deletions(-) > Added to usb patch queue. thanks, Gerd