From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0y7U-00052I-JR for qemu-devel@nongnu.org; Fri, 24 Feb 2012 11:35:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0y7T-00077c-Fp for qemu-devel@nongnu.org; Fri, 24 Feb 2012 11:35:44 -0500 Received: from e7.ny.us.ibm.com ([32.97.182.137]:52379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0y7T-00077Q-Ci for qemu-devel@nongnu.org; Fri, 24 Feb 2012 11:35:43 -0500 Received: from /spool/local by e7.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 24 Feb 2012 11:35:41 -0500 Received: from d01relay03.pok.ibm.com (d01relay03.pok.ibm.com [9.56.227.235]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 301B938C8052 for ; Fri, 24 Feb 2012 11:35:39 -0500 (EST) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay03.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q1OGZcSK139852 for ; Fri, 24 Feb 2012 11:35:38 -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 q1OGZc8C023557 for ; Fri, 24 Feb 2012 11:35:38 -0500 Message-ID: <4F47BC59.8040600@us.ibm.com> Date: Fri, 24 Feb 2012 10:35:37 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1330092041-13801-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1330092041-13801-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/3] Trivial patches for 11 to 24 February 2012 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 02/24/2012 08:00 AM, Stefan Hajnoczi wrote: > 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) Pulled. Thanks. Regards, Anthony Liguori > > ---------------------------------------------------------------- > 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(-) >