From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROTsD-0003gB-Pt for qemu-devel@nongnu.org; Thu, 10 Nov 2011 07:36:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROTsC-0005tf-Go for qemu-devel@nongnu.org; Thu, 10 Nov 2011 07:36:53 -0500 Received: from mtagate2.uk.ibm.com ([194.196.100.162]:34098) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROTsC-0005sg-4B for qemu-devel@nongnu.org; Thu, 10 Nov 2011 07:36:52 -0500 Received: from d06nrmr1307.portsmouth.uk.ibm.com (d06nrmr1307.portsmouth.uk.ibm.com [9.149.38.129]) by mtagate2.uk.ibm.com (8.13.1/8.13.1) with ESMTP id pAACamc7024316 for ; Thu, 10 Nov 2011 12:36:48 GMT Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pAACalQ32482372 for ; Thu, 10 Nov 2011 12:36:47 GMT Received: from d06av12.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id pAACalTf032450 for ; Thu, 10 Nov 2011 05:36:47 -0700 From: Stefan Hajnoczi Date: Thu, 10 Nov 2011 12:36:36 +0000 Message-Id: <1320928604-6642-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/8] Trivial patches for 8 to 10 November 2011 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Stefan Hajnoczi The last trivial-patches pull on top of 1.0-rc1. I have tried to include= only bug or user-visible fixes. The following changes since commit 4f61927a41a098d06e642ffdea5fc285dc3a0e= 6b: hpet: fix infinite loop in qemu_run_timers with -icount enabled (2011-1= 1-09 12:06:20 -0600) are available in the git repository at: ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches Markus Armbruster (5): qdev: Fix crash on -device '?=3Dx' ui/vnc: Convert sasl.mechlist to g_malloc() & friends x86/cpuid: Convert remaining strdup() to g_strdup() x86/cpuid: Plug memory leak in cpudef_setfield() x86/cpuid: Fix crash on -cpu "" Peter Maydell (1): hw/lan9118.c: Add missing 'break' to fix buffer overrun =E9=99=B3=E9=9F=8B=E4=BB=BB (2): qemu-tech.texi: Update default code cache size configure: Show --cpu option on the help list configure | 1 + hw/lan9118.c | 1 + hw/qdev.c | 2 +- qemu-tech.texi | 2 +- target-i386/cpuid.c | 13 +++++++------ ui/vnc-auth-sasl.c | 19 +++++-------------- 6 files changed, 16 insertions(+), 22 deletions(-) --=20 1.7.7.1