From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaLjL-00037a-N1 for qemu-devel@nongnu.org; Mon, 29 Feb 2016 06:11:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaLjG-00022u-01 for qemu-devel@nongnu.org; Mon, 29 Feb 2016 06:11:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaLjF-00022i-Qh for qemu-devel@nongnu.org; Mon, 29 Feb 2016 06:11:05 -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 8EB6C85A02 for ; Mon, 29 Feb 2016 11:11:05 +0000 (UTC) From: Gerd Hoffmann Date: Mon, 29 Feb 2016 12:10:59 +0100 Message-Id: <1456744261-13556-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] usb: redirect bugfix, MAINTAINERS update. 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 a bugfix and a MAINTAINERS update. please pull, Gerd The following changes since commit 6e378dd214fbbae8138ff011ec3de7ddf13a445f: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160226' into staging (2016-02-26 16:02:00 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-20160229-1 for you to fetch changes up to e8ce12d9eaeedeb7f8d9debcd4c9b993903f1abb: usb-redirect: Avoid double free of data (2016-02-29 11:45:26 +0100) ---------------------------------------------------------------- usb: redirect bugfix, MAINTAINERS update. ---------------------------------------------------------------- Fam Zheng (1): usb-redirect: Avoid double free of data Thomas Huth (1): MAINTAINERS: Add some missing entries for USB related files MAINTAINERS | 4 ++++ hw/usb/redirect.c | 11 ++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-)