From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj4MC-0001Zs-2S for qemu-devel@nongnu.org; Tue, 28 Oct 2014 06:50:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xj4M6-0002T3-VH for qemu-devel@nongnu.org; Tue, 28 Oct 2014 06:50:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj4M6-0002Qn-P8 for qemu-devel@nongnu.org; Tue, 28 Oct 2014 06:50:26 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9SAoPIC018534 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 28 Oct 2014 06:50:25 -0400 From: Gerd Hoffmann Date: Tue, 28 Oct 2014 11:50:17 +0100 Message-Id: <1414493422-4422-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/5] 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 is the usb patch queue, with some libcacard fixes, a uhci cleanup and a new property for xhci. please pull, Gerd The following changes since commit 3e9418e160cd8901c83a3c88967158084f5b5c03: Revert "main-loop.c: Handle SIGINT, SIGHUP and SIGTERM synchronously" (2014-10-27 15:05:09 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-20141028-1 for you to fetch changes up to a65e4ef90f0fb437b8e74e250a6f94aa4ecfa25c: uhci: remove useless DEBUG (2014-10-28 11:38:18 +0100) ---------------------------------------------------------------- Fixes for libcacard (usb smartcard emulation), xhci and uhci. ---------------------------------------------------------------- Gerd Hoffmann (1): xhci: add property to turn on/off streams support Gonglei (1): uhci: remove useless DEBUG Ray Strode (3): libcacard: introduce new vcard_emul_logout libcacard: Lock NSS cert db when selecting an applet on an emulated card libcacard: don't free sign buffer while sign op is pending hw/usb/hcd-uhci.c | 3 --- hw/usb/hcd-xhci.c | 15 ++++++++++++--- libcacard/cac.c | 10 +++++++--- libcacard/vcard.c | 5 +++++ libcacard/vcard_emul.h | 1 + libcacard/vcard_emul_nss.c | 16 ++++++++++++---- 6 files changed, 37 insertions(+), 13 deletions(-)