From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROatt-0007tg-DF for qemu-devel@nongnu.org; Thu, 10 Nov 2011 15:07:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROats-0000J0-2E for qemu-devel@nongnu.org; Thu, 10 Nov 2011 15:07:05 -0500 Received: from e36.co.us.ibm.com ([32.97.110.154]:37326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROatr-0000IR-Qf for qemu-devel@nongnu.org; Thu, 10 Nov 2011 15:07:04 -0500 Received: from /spool/local by e36.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 10 Nov 2011 13:07:01 -0700 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay01.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id pAAK6lfJ170356 for ; Thu, 10 Nov 2011 13:06:48 -0700 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 pAAK6Mpf004415 for ; Thu, 10 Nov 2011 13:06:22 -0700 Message-ID: <4EBC2EBD.2090802@us.ibm.com> Date: Thu, 10 Nov 2011 14:06:21 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1320928604-6642-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1320928604-6642-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/8] Trivial patches for 8 to 10 November 2011 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 11/10/2011 06:36 AM, Stefan Hajnoczi wrote: > 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 4f61927a41a098d06e642ffdea5fc285dc3a0e6b: > > hpet: fix infinite loop in qemu_run_timers with -icount enabled (2011-11-09 12:06:20 -0600) > > are available in the git repository at: > ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches Pulled. Thanks. Regards Anthony Liguori > > Markus Armbruster (5): > qdev: Fix crash on -device '?=x' > 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 > > 陳韋任 (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(-) >