From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RL7od-0002Iq-RN for qemu-devel@nongnu.org; Tue, 01 Nov 2011 02:27:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RL7oc-0004Ha-K7 for qemu-devel@nongnu.org; Tue, 01 Nov 2011 02:27:19 -0400 Received: from mtagate2.uk.ibm.com ([194.196.100.162]:59517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RL7oc-0004HI-8j for qemu-devel@nongnu.org; Tue, 01 Nov 2011 02:27:18 -0400 Received: from d06nrmr1507.portsmouth.uk.ibm.com (d06nrmr1507.portsmouth.uk.ibm.com [9.149.38.233]) by mtagate2.uk.ibm.com (8.13.1/8.13.1) with ESMTP id pA16RGFE014817 for ; Tue, 1 Nov 2011 06:27:16 GMT Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pA16RGuL2523322 for ; Tue, 1 Nov 2011 06:27:16 GMT Received: from d06av01.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pA16RGZR022806 for ; Tue, 1 Nov 2011 00:27:16 -0600 From: Stefan Hajnoczi Date: Tue, 1 Nov 2011 06:27:06 +0000 Message-Id: <1320128830-25943-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL 0/4] Trivial patches for 27 October to 1 November 2011 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi The following changes since commit ff74c5a9a91c6dbf1017195462aa4176f7381240: Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging (2011-10-31 15:05:40 -0500) are available in the git repository at: ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches Luiz Capitulino (1): net: tap-linux: Fix unhelpful error message Markus Armbruster (2): sysbus: Supply missing va_end() acl: Fix use after free in qemu_acl_reset() Stefan Hajnoczi (1): qapi: fix typos in documentation JSON examples acl.c | 4 ++-- docs/qapi-code-gen.txt | 4 ++-- hw/sysbus.c | 2 ++ net/tap-linux.c | 6 +++++- 4 files changed, 11 insertions(+), 5 deletions(-) -- 1.7.7