From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNiCC-0000ry-9x for qemu-devel@nongnu.org; Tue, 17 Feb 2015 08:28:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNiC8-0007dy-73 for qemu-devel@nongnu.org; Tue, 17 Feb 2015 08:28:12 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNiC8-0007do-0h for qemu-devel@nongnu.org; Tue, 17 Feb 2015 08:28:08 -0500 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 t1HDS7KD013390 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 17 Feb 2015 08:28:07 -0500 From: Markus Armbruster Date: Tue, 17 Feb 2015 14:28:01 +0100 Message-Id: <1424179685-21050-1-git-send-email-armbru@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: hdegoede@redhat.com, kraxel@redhat.com 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(-) -- 1.9.3