From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLIu7-0000tY-Cy for qemu-devel@nongnu.org; Tue, 01 Nov 2011 14:17:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLIu6-0005rY-6w for qemu-devel@nongnu.org; Tue, 01 Nov 2011 14:17:43 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:60767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLIu6-0005rS-3E for qemu-devel@nongnu.org; Tue, 01 Nov 2011 14:17:42 -0400 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 1 Nov 2011 14:17:38 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pA1IEFja374476 for ; Tue, 1 Nov 2011 14:14:25 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pA1IEEaM002519 for ; Tue, 1 Nov 2011 14:14:15 -0400 Message-ID: <4EB036F2.4020601@us.ibm.com> Date: Tue, 01 Nov 2011 13:14:10 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1320128830-25943-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1320128830-25943-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [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: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 11/01/2011 01:27 AM, Stefan Hajnoczi wrote: > 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 Pulled. Thanks. Regards, Anthony Liguori > > 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(-) >