From patchwork Fri Feb 24 14:00:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 142842 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 497DDB6EEC for ; Sat, 25 Feb 2012 01:01:05 +1100 (EST) Received: from localhost ([::1]:33324 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0vhl-0005uu-Je for incoming@patchwork.ozlabs.org; Fri, 24 Feb 2012 09:01:01 -0500 Received: from eggs.gnu.org ([140.186.70.92]:33018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0vhf-0005ue-KO for qemu-devel@nongnu.org; Fri, 24 Feb 2012 09:00:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0vhZ-0007c5-BS for qemu-devel@nongnu.org; Fri, 24 Feb 2012 09:00:55 -0500 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:36768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0vhZ-0007bz-38 for qemu-devel@nongnu.org; Fri, 24 Feb 2012 09:00:49 -0500 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 24 Feb 2012 14:00:47 -0000 Received: from d06nrmr1407.portsmouth.uk.ibm.com (9.149.38.185) by e06smtp15.uk.ibm.com (192.168.101.145) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 24 Feb 2012 14:00:45 -0000 Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q1OE0jLK1560814 for ; Fri, 24 Feb 2012 14:00:45 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 q1OE0imF026241 for ; Fri, 24 Feb 2012 14:00:44 GMT Received: from localhost (stefanha-thinkpad.manchester-maybrook.uk.ibm.com [9.174.219.31] (may be forged)) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q1OE0iJS026205; Fri, 24 Feb 2012 14:00:44 GMT From: Stefan Hajnoczi To: Anthony Liguori Date: Fri, 24 Feb 2012 14:00:38 +0000 Message-Id: <1330092041-13801-1-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.9 x-cbid: 12022414-0342-0000-0000-000000FC50BC X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.75.94.111 Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Subject: [Qemu-devel] [PULL 0/3] Trivial patches for 11 to 24 February 2012 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The following changes since commit 235fe3bfd46b1104575b540d0bc3fdf584030b99: qom: add test tools (2012-02-22 12:18:26 -0600) are available in the git repository at: git://github.com/stefanha/qemu.git trivial-patches for you to fetch changes up to f293d8b1f26953ccaef794785cea0619d4f8c268: slirp/misc: fix gcc __warn_memset_zero_len warnings (2012-02-24 13:24:42 +0000) ---------------------------------------------------------------- Alon Levy (1): slirp/misc: fix gcc __warn_memset_zero_len warnings Peter Maydell (1): vl.c: Increase width of machine name column in "-M ?" output Stefan Weil (1): tcg: Remove unneeded include statements slirp/misc.c | 21 +++++++-------------- tcg/tcg.c | 12 ------------ vl.c | 4 ++-- 3 files changed, 9 insertions(+), 28 deletions(-)