From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvokI-0001D2-G4 for qemu-devel@nongnu.org; Fri, 10 Feb 2012 06:34:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvokC-0006yI-4k for qemu-devel@nongnu.org; Fri, 10 Feb 2012 06:34:30 -0500 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:58429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvokB-0006xp-QB for qemu-devel@nongnu.org; Fri, 10 Feb 2012 06:34:24 -0500 Received: from /spool/local by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 10 Feb 2012 11:34:22 -0000 Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q1ABYJ4d1753302 for ; Fri, 10 Feb 2012 11:34:19 GMT Received: from d06av08.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q1ABYIwu027432 for ; Fri, 10 Feb 2012 11:34:18 GMT From: Stefan Hajnoczi Date: Fri, 10 Feb 2012 11:34:04 +0000 Message-Id: <1328873653-10554-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [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: Anthony Liguori Cc: qemu-devel@nongnu.org, Stefan Hajnoczi 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 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(-) -- 1.7.8.3