mbox

[stable-0.15,00/36] Preparing 0.15.2

Message ID 4F73451F.7010207@weilnetz.de
State Under Review
Headers show

Pull-request

git://qemu.weilnetz.de/qemu.git stable-0.15

Message

Stefan Weil March 28, 2012, 5:06 p.m. UTC
Am 28.03.2012 14:52, schrieb Andreas Färber:
> Hello Anthony and Justin,
>
> As announced last year, SUSE is shipping a patched qemu-kvm 0.15.1 
> with our
> recently released SLES 11 SP2. We are therefore very interested in cutting
> 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 82b2b32a323bbb5824b4fbe63a3bca50f827e28e:

   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 
#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 
#919242)

  block/vdi.c  |   31 +++++++++++++++++++++++++++++--
  bt-host.c    |    1 +
  hw/ds1338.c  |    1 +
  hw/lan9118.c |    1 +
  4 files changed, 32 insertions(+), 2 deletions(-)

Comments

Andreas Färber June 10, 2012, 10:11 p.m. UTC | #1
Am 28.03.2012 19:06, schrieb Stefan Weil:
> Am 28.03.2012 14:52, schrieb Andreas Färber:
>> As announced last year, SUSE is shipping a patched qemu-kvm 0.15.1
>> with our
>> recently released SLES 11 SP2. We are therefore very interested in
>> cutting
>> 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]

I've pushed my 0.15 queue now, seeing no objections.

> 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.

The lan9118 patch seemed to be in my queue already, it no longer
applied, the other three I've cherry-picked with -x from master to track
the original commit. Thanks!

> Other fixes which are still missing exist for MIPS Malta and VNC
> (this list is far from being complete).

MIPS is not among SUSE's supported KVM targets but if you or someone has
suggestions for commits to backport I'll certainly consider.

Regards,
Andreas

> The following changes since commit
> 82b2b32a323bbb5824b4fbe63a3bca50f827e28e:
> 
>   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 #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
> #919242)
> 
>  block/vdi.c  |   31 +++++++++++++++++++++++++++++--
>  bt-host.c    |    1 +
>  hw/ds1338.c  |    1 +
>  hw/lan9118.c |    1 +
>  4 files changed, 32 insertions(+), 2 deletions(-)