From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REiU3-0001Lu-7s for qemu-devel@nongnu.org; Fri, 14 Oct 2011 10:11:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REiTz-0008PK-Am for qemu-devel@nongnu.org; Fri, 14 Oct 2011 10:11:35 -0400 Received: from mtagate7.uk.ibm.com ([194.196.100.167]:54974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REiTz-0008P1-2V for qemu-devel@nongnu.org; Fri, 14 Oct 2011 10:11:31 -0400 Received: from d06nrmr1806.portsmouth.uk.ibm.com (d06nrmr1806.portsmouth.uk.ibm.com [9.149.39.193]) by mtagate7.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p9EEBTBT027926 for ; Fri, 14 Oct 2011 14:11:29 GMT Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p9EEBT5C2121750 for ; Fri, 14 Oct 2011 15:11:29 +0100 Received: from d06av05.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p9EEBSGB026143 for ; Fri, 14 Oct 2011 08:11:29 -0600 From: Stefan Hajnoczi Date: Fri, 14 Oct 2011 15:11:20 +0100 Message-Id: <1318601487-32419-1-git-send-email-stefanha@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [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: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi The following changes since commit ebffe2afceb1a17b5d134b5debf553955fe5ea= 1a: Merge remote-tracking branch 'qmp/queue/qmp' into staging (2011-10-10 0= 8:21:46 -0500) are available in the git repository at: ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches Andreas F=C3=A4rber (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 --=20 1.7.6.3