From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJKRy-0003Mu-CM for qemu-devel@nongnu.org; Tue, 10 Sep 2013 05:41:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJKRr-0005FV-6y for qemu-devel@nongnu.org; Tue, 10 Sep 2013 05:41:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47199) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJKRr-0005F6-09 for qemu-devel@nongnu.org; Tue, 10 Sep 2013 05:41:27 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8A9fQ1J013590 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 10 Sep 2013 05:41:26 -0400 From: Gerd Hoffmann Date: Tue, 10 Sep 2013 11:41:09 +0200 Message-Id: <1378806073-25197-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/4] usb patch queue 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, bringing little fixes and making usb bluetooth support a compile time option. please pull, Gerd The following changes since commit 94c2b6aff43cdfcfdfb552773a6b6b973a72ef0b: mips_malta: support up to 2GiB RAM (2013-09-09 18:42:22 +0200) are available in the git repository at: git://git.kraxel.org/qemu usb.89 for you to fetch changes up to adbecc89731cf3e0ae656d50ea9fa58c589c4bdc: ehci: save device pointer in EHCIState (2013-09-10 11:14:42 +0200) ---------------------------------------------------------------- Gerd Hoffmann (2): usb: sanity check setup_index+setup_len in post_load ehci: save device pointer in EHCIState Miroslav Rezanina (2): Preparation for usb-bt-dongle conditional build Remove dev-bluetooth.c dependency from vl.c hw/bt/core.c | 23 ++++++++++++++ hw/bt/hci.c | 48 +++++++++++++++++++++++++++++ hw/usb/Makefile.objs | 3 -- hw/usb/bus.c | 4 +++ hw/usb/dev-bluetooth.c | 10 +++++- hw/usb/hcd-ehci.c | 7 ++--- hw/usb/hcd-ehci.h | 1 + include/hw/bt.h | 3 ++ include/hw/usb.h | 3 -- vl.c | 82 +++----------------------------------------------- 10 files changed, 95 insertions(+), 89 deletions(-)