From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SCwKf-0000Yy-Si for qemu-devel@nongnu.org; Wed, 28 Mar 2012 13:06:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SCwKZ-00063h-3x for qemu-devel@nongnu.org; Wed, 28 Mar 2012 13:06:49 -0400 Message-ID: <4F73451F.7010207@weilnetz.de> Date: Wed, 28 Mar 2012 19:06:39 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1332939159-16434-1-git-send-email-afaerber@suse.de> In-Reply-To: <1332939159-16434-1-git-send-email-afaerber@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH stable-0.15 00/36] Preparing 0.15.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: "Justin M. Forbes" , kvm@suse.de, qemu-devel@nongnu.org, qemu-stable@nongnu.org Am 28.03.2012 14:52, schrieb Andreas F=C3=A4rber: > Hello Anthony and Justin, > > As announced last year, SUSE is shipping a patched qemu-kvm 0.15.1=20 > with our > recently released SLES 11 SP2. We are therefore very interested in cutt= ing > 0.15.2 releases for QEMU and later on qemu-kvm. > > This series contains only bugfix cherry-picks from qemu.git master, > conflict resolutions or bug numbers are annotated. [snip] Here are some more fixes which might be added to stable-0.15. I noticed that you already added a patch for block/vdi.c - the fix below is even more important for people using the VDI format. Other fixes which are still missing exist for MIPS Malta and VNC (this list is far from being complete). Regards, Stefan W. The following changes since commit 82b2b32a323bbb5824b4fbe63a3bca50f827e2= 8e: Version 0.15.1 (2011-10-11 09:46:03 -0500) are available in the git repository at: git://qemu.weilnetz.de/qemu.git stable-0.15 for you to fetch changes up to a4d13ad89692700c71487d7dcbb6837e663465e0: block/vdi: Zero unused parts when allocating a new block (fix=20 #919242) (2012-03-28 18:57:33 +0200) ---------------------------------------------------------------- Peter Maydell (1): hw/lan9118.c: Add missing 'break' to fix buffer overrun Stefan Hajnoczi (1): bt-host: add missing break statement Stefan Weil (2): ds1338: Add missing break statement block/vdi: Zero unused parts when allocating a new block (fix=20 #919242) block/vdi.c | 31 +++++++++++++++++++++++++++++-- bt-host.c | 1 + hw/ds1338.c | 1 + hw/lan9118.c | 1 + 4 files changed, 32 insertions(+), 2 deletions(-)