From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlkNu-0004sE-I8 for qemu-devel@nongnu.org; Fri, 13 Jan 2012 11:53:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RlkNo-0001Oq-3i for qemu-devel@nongnu.org; Fri, 13 Jan 2012 11:53:46 -0500 Received: from e8.ny.us.ibm.com ([32.97.182.138]:36524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RlkNo-0001Is-18 for qemu-devel@nongnu.org; Fri, 13 Jan 2012 11:53:40 -0500 Received: from /spool/local by e8.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 13 Jan 2012 11:53:37 -0500 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q0DGrXP6242610 for ; Fri, 13 Jan 2012 11:53:33 -0500 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 q0DGrXTC003127 for ; Fri, 13 Jan 2012 11:53:33 -0500 Message-ID: <4F10618B.60600@us.ibm.com> Date: Fri, 13 Jan 2012 10:53:31 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1326451900-18325-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1326451900-18325-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 00/12] Trivial patches for 6 to 13 January 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 01/13/2012 04:51 AM, Stefan Hajnoczi wrote: > The following changes since commit bee5a5fb11de34aa422cfc830adbd51cfc8f5b55: > > cris: Update paths to match the move of tests/cris (2012-01-13 11:09:56 +0100) Pulled. Thanks. Regards, Anthony Liguori > are available in the git repository at: > git://github.com/stefanha/qemu.git trivial-patches > > Aurelien Jarno (1): > tcg-arm: fix a typo in comments > > Stefan Berger (1): > hmp: Fix freeing of PciInfoList > > Stefan Hajnoczi (4): > vvfat: avoid leaking file descriptor in commit_one_file() > vnc: fix no-lock-key-sync strncmp() length > omap_dss: correct chip[1] index in RFBI_READ/RFBI_STATUS > bt-host: add missing break statement > > Stefan Weil (6): > configure: Modify detection of supported warning options > Spelling fixes in comments and documentation > Add 'fall through' comments to case statements without break > virtfs-proxy-helper: Fix compilation on newer systems > virtfs-proxy-helper: Clean include files > virtfs-proxy-helper: Add missing printf format attribute > > block/vvfat.c | 3 +++ > bt-host.c | 1 + > configure | 2 +- > docs/writing-qmp-commands.txt | 2 +- > exec.c | 2 +- > fsdev/virtfs-proxy-helper.c | 19 ++++--------------- > hmp.c | 8 ++++---- > hw/omap_dss.c | 4 ++-- > hw/pcnet.c | 1 + > json-lexer.c | 1 + > memory.h | 4 ++-- > qemu-ga.c | 2 +- > qemu-option.c | 4 ++++ > tcg/arm/tcg-target.c | 2 +- > ui/vnc.c | 2 +- > 15 files changed, 28 insertions(+), 29 deletions(-) >