From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ4NV-0001Gm-DT for qemu-devel@nongnu.org; Wed, 26 Oct 2011 10:22:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJ4NP-00006O-Ab for qemu-devel@nongnu.org; Wed, 26 Oct 2011 10:22:49 -0400 Received: from mtagate7.uk.ibm.com ([194.196.100.167]:49747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ4NO-0008U2-VJ for qemu-devel@nongnu.org; Wed, 26 Oct 2011 10:22:43 -0400 Received: from d06nrmr1507.portsmouth.uk.ibm.com (d06nrmr1507.portsmouth.uk.ibm.com [9.149.38.233]) by mtagate7.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p9QEMM79007786 for ; Wed, 26 Oct 2011 14:22:22 GMT Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p9QEMLGr2482300 for ; Wed, 26 Oct 2011 15:22:21 +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 p9QEMKPK022618 for ; Wed, 26 Oct 2011 08:22:20 -0600 From: Stefan Hajnoczi Date: Wed, 26 Oct 2011 15:22:03 +0100 Message-Id: <1319638933-19063-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 00/10] Trivial patches for October 15 to 26 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 d300854b1ccd036e0d7c58d789f4ab8d372263= e6: 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 Bernhard Reutner-Fischer (1): Documentation: fix typo Herv=C3=A9 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 =E9=99=B3=E9=9F=8B=E4=BB=BB (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(-) --=20 1.7.7