From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKv7N-0002Km-MG for qemu-devel@nongnu.org; Mon, 31 Oct 2011 12:53:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKv7M-0005iK-Cq for qemu-devel@nongnu.org; Mon, 31 Oct 2011 12:53:49 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:42847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKv7M-0005iB-7k for qemu-devel@nongnu.org; Mon, 31 Oct 2011 12:53:48 -0400 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 31 Oct 2011 12:53:39 -0400 Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p9VGqKGM250094 for ; Mon, 31 Oct 2011 12:52:20 -0400 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p9VGq7d9014555 for ; Mon, 31 Oct 2011 10:52:07 -0600 Message-ID: <4EAED237.5040303@us.ibm.com> Date: Mon, 31 Oct 2011 11:52:07 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1319638933-19063-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1319638933-19063-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 00/10] Trivial patches for October 15 to 26 2011 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 10/26/2011 09:22 AM, Stefan Hajnoczi wrote: > The following changes since commit d300854b1ccd036e0d7c58d789f4ab8d372263e6: > > target-sparc: Fix use of g_new0 / g_free (2011-10-25 19:30:33 +0000) > > are available in the git repository at: > ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches Pulled. Thanks. Regards, Anthony Liguori > > Bernhard Reutner-Fischer (1): > Documentation: fix typo > > Hervé Poussineau (1): > Fix typo: buf -> bus > > Max Filippov (1): > ahci: fix DPRINTF format strings > > Paolo Bonzini (1): > tools: reorganize Makefile variables > > Pavel Borzenkov (4): > vmdk: remove unneeded variable assignment > vmdk: vmdk_read_cid returns garbage if p_name is NULL > qed: don't pass NULL to memcpy > qed: remove unneeded variable assignment > > Stefan Weil (1): > device_tree: Fix potential memory leak > > 陳韋任 (1): > exec.c: Remove useless comment > > Makefile | 32 +++++++++++++++----------------- > Makefile.objs | 8 ++++---- > block/qed.c | 7 ++++--- > block/vmdk.c | 3 +-- > device_tree.c | 1 + > exec.c | 1 - > hw/audiodev.h | 2 +- > hw/ide/ahci.c | 16 ++++++++++------ > qemu-doc.texi | 2 +- > 9 files changed, 37 insertions(+), 35 deletions(-) >