From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCRdZ-00086t-6h for qemu-devel@nongnu.org; Mon, 13 Jun 2016 09:10:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCRdS-0008Su-0t for qemu-devel@nongnu.org; Mon, 13 Jun 2016 09:10:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCRdR-0008SP-Im for qemu-devel@nongnu.org; Mon, 13 Jun 2016 09:10:33 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4467A7F082 for ; Mon, 13 Jun 2016 13:10:33 +0000 (UTC) From: Gerd Hoffmann Date: Mon, 13 Jun 2016 15:10:25 +0200 Message-Id: <1465823429-24403-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/4] usb: misc fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes the usb patch queue with some bugfixes. please pull, Gerd The following changes since commit da2fdd0bd1514a44309dd5be162ebfb6c166a716: Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160611' into staging (2016-06-13 10:12:44 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-20160613-1 for you to fetch changes up to 4bcbe0b63661b1df8e78d58270574d818b387d2c: vl: Eliminate usb_enabled() (2016-06-13 13:24:41 +0200) ---------------------------------------------------------------- usb: misc fixes. ---------------------------------------------------------------- Eduardo Habkost (2): pxa2xx: Unconditionally enable USB controller vl: Eliminate usb_enabled() Gerd Hoffmann (1): usb-host: add special case for bus+addr Peter Maydell (1): hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p() hw/arm/nseries.c | 2 +- hw/arm/pxa2xx.c | 12 ++++------ hw/arm/realview.c | 2 +- hw/arm/versatilepb.c | 2 +- hw/i386/pc_piix.c | 2 +- hw/i386/pc_q35.c | 2 +- hw/ppc/mac_oldworld.c | 2 +- hw/ppc/prep.c | 2 +- hw/usb/dev-network.c | 63 +++++++++++++++++++++++-------------------------- hw/usb/host-libusb.c | 56 +++++++++++++++++++++++++++++++++++++++---- include/sysemu/sysemu.h | 1 - vl.c | 11 +++------ 12 files changed, 96 insertions(+), 61 deletions(-)