From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYAcR-0002qc-U6 for qemu-devel@nongnu.org; Tue, 23 Feb 2016 05:55:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYAcQ-00024K-SC for qemu-devel@nongnu.org; Tue, 23 Feb 2016 05:55:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38714) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYAcQ-00023v-Np for qemu-devel@nongnu.org; Tue, 23 Feb 2016 05:55:02 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 51B88B9AB3 for ; Tue, 23 Feb 2016 10:55:02 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 23 Feb 2016 11:54:52 +0100 Message-Id: <1456224898-23270-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/6] usb: misc bugfixes 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 a collection of small usb bugfixes in various places. please pull, Gerd The following changes since commit 8eb779e4223a18db9838a49ece1bc72cfdfb7761: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2016-02-22 16:55:41 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-20160223-1 for you to fetch changes up to fa1298c2d623522eda7b4f1f721fcb935abb7360: ohci: allocate timer only once. (2016-02-23 11:13:18 +0100) ---------------------------------------------------------------- usb: misc bugfixes. ---------------------------------------------------------------- Gerd Hoffmann (1): ohci: allocate timer only once. Gonglei (1): usb: add pid check at the first of uhci_handle_td() Peter Maydell (1): tusb6010: move from hw/timer to hw/usb Prasad J Pandit (3): usb: check USB configuration descriptor object usb: check RNDIS message length usb: check RNDIS buffer offsets & length hw/timer/Makefile.objs | 1 - hw/usb/Makefile.objs | 2 ++ hw/usb/core.c | 18 +++++++++--------- hw/usb/dev-network.c | 12 ++++++++---- hw/usb/hcd-ohci.c | 34 ++++++++-------------------------- hw/usb/hcd-uhci.c | 22 ++++++++++++++++------ hw/{timer => usb}/tusb6010.c | 0 7 files changed, 43 insertions(+), 46 deletions(-) rename hw/{timer => usb}/tusb6010.c (100%)