From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REkiC-0002R2-Og for qemu-devel@nongnu.org; Fri, 14 Oct 2011 12:34:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REkiB-00070v-Du for qemu-devel@nongnu.org; Fri, 14 Oct 2011 12:34:20 -0400 Received: from e1.ny.us.ibm.com ([32.97.182.141]:49467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REkiB-0006up-B8 for qemu-devel@nongnu.org; Fri, 14 Oct 2011 12:34:19 -0400 Received: from /spool/local by us.ibm.com with XMail ESMTP for from ; Fri, 14 Oct 2011 12:27:54 -0400 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p9EGPbev441880 for ; Fri, 14 Oct 2011 12:25:46 -0400 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p9EGPa0M015925 for ; Fri, 14 Oct 2011 10:25:36 -0600 Message-ID: <4E986280.7020304@us.ibm.com> Date: Fri, 14 Oct 2011 11:25:36 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1318601487-32419-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1318601487-32419-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/7] Trivial patches for October 6 to 14 2011 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 10/14/2011 09:11 AM, Stefan Hajnoczi wrote: > The following changes since commit ebffe2afceb1a17b5d134b5debf553955fe5ea1a: > > Merge remote-tracking branch 'qmp/queue/qmp' into staging (2011-10-10 08:21:46 -0500) > > are available in the git repository at: > > ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches Pulled. Thanks. Regards, Anthony Liguori > > Andreas Färber (1): > arm_pic: Fix typo > > Dong Xu Wang (1): > sheepdog: correct spelling > > Paolo Bonzini (1): > remove hpet.h > > Stefan Hajnoczi (1): > qemu-options: avoid #if in spicevmc texi help > > Stefan Weil (3): > qemu-char: Fix use of free() instead of g_free() > tcg: Fix spelling in comment (varables -> variables) > block/qcow: Fix use of free() instead of g_free() > > block/qcow.c | 2 +- > block/sheepdog.c | 2 +- > hpet.h | 22 ---------------------- > hw/arm_pic.c | 2 +- > qemu-char.c | 8 ++++---- > qemu-options.hx | 4 ++-- > tcg/tcg.h | 2 +- > 7 files changed, 10 insertions(+), 32 deletions(-) > delete mode 100644 hpet.h >