From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyOR8-0008R9-EX for qemu-devel@nongnu.org; Fri, 17 Feb 2012 09:05:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RyOR2-0004vl-IR for qemu-devel@nongnu.org; Fri, 17 Feb 2012 09:05:22 -0500 Received: from e31.co.us.ibm.com ([32.97.110.149]:52261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RyOR2-0004va-9B for qemu-devel@nongnu.org; Fri, 17 Feb 2012 09:05:16 -0500 Received: from /spool/local by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 17 Feb 2012 07:05:13 -0700 Received: from d03relay05.boulder.ibm.com (d03relay05.boulder.ibm.com [9.17.195.107]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 9764419D804A for ; Fri, 17 Feb 2012 07:03:51 -0700 (MST) Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q1HDrMbU105934 for ; Fri, 17 Feb 2012 06:53:25 -0700 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q1HDrLxC000540 for ; Fri, 17 Feb 2012 06:53:21 -0700 Message-ID: <4F3E5BD0.6090501@us.ibm.com> Date: Fri, 17 Feb 2012 07:53:20 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1328873653-10554-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1328873653-10554-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL 0/9] Trivial patches for 28 January to 10 February 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 02/10/2012 05:34 AM, Stefan Hajnoczi wrote: > The following changes since commit 57c83dacfe179bf061b8fa79d9553ebabe4d2ff4: > > make: Remove duplicate use of GLIB_CFLAGS (2012-02-09 20:44:38 +0400) > > are available in the git repository at: > git://github.com/stefanha/qemu.git trivial-patches Pulled. Thanks. Regards, Anthony Liguori > > Benjamin MARSILI (1): > net: remove extra spaces in help messages > > Hervé Poussineau (1): > ide: fix compilation errors when DEBUG_IDE is set > > Luiz Capitulino (1): > virtio: Remove unneeded g_free() check in virtio_cleanup() > > Paul Brook (1): > linux-user: brk() debugging > > Peter Maydell (2): > CODING_STYLE: Clarify style for enum and function type names > vl.c: Fix typo in variable name > > Stefan Weil (1): > fmopl: Fix typo in function name > > Ulrich Hecht (1): > linux-user: fail execve() if env/args too big > > 陳韋任 (1): > cpu-exec.c: Correct comment about this file and indentation cleanup > > CODING_STYLE | 3 ++- > cpu-exec.c | 10 +++++----- > hw/fmopl.c | 4 ++-- > hw/ide/pci.c | 2 +- > hw/ide/piix.c | 4 ++-- > hw/virtio.c | 3 +-- > linux-user/syscall.c | 25 ++++++++++++++++++------- > net/socket.c | 8 ++++---- > vl.c | 10 +++++----- > 9 files changed, 40 insertions(+), 29 deletions(-) >