qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Patch Round-up for stable 1.4.1, freeze next Tuesday


From: Michael Roth
Subject: [Qemu-devel] Patch Round-up for stable 1.4.1, freeze next Tuesday
Date: Tue, 2 Apr 2013 16:45:05 -0500

Hi everyone,

The following new patches are queued for QEMU stable v1.4.1:

https://github.com/mdroth/qemu/commits/stable-1.4-staging

The release is planned for 04-15-2013:

http://wiki.qemu.org/Planning/1.4

Please CC address@hidden on any patches you think should be
included in the release. The cut-off date is 04-09-2013 for new patches.

Testing/feedback is greatly appreciated.

Thanks!

Andreas Färber (2):
      target-ppc: Fix "G2leGP3" PVR
      target-ppc: Fix CPU_POWERPC_MPC8547E

Christian Borntraeger (2):
      Allow virtio-net features for legacy s390 virtio bus
      virtio-blk: fix unplug + virsh reboot

Cole Robinson (1):
      rtc-test: Fix test failures with recent glib

Cornelia Huck (1):
      virtio-ccw: Queue sanity check for notify hypercall.

David Gibson (2):
      pseries: Add compatible property to root of device tree
      pseries: Add cleanup hook for PAPR virtual LAN device

Gerd Hoffmann (2):
      vga: fix byteswapping.
      update seabios to 1.7.2.1

Igor Mitsyanko (1):
      qemu-char.c: fix waiting for telnet connection message

Jason Wang (3):
      tap: forbid creating multiqueue tap when hub is used
      net: reduce the unnecessary memory allocation of multiqueue
      help: add docs for multiqueue tap options

John Rigby (2):
      linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futex
      linux-user: fix futex strace of FUTEX_CLOCK_REALTIME

Mark Cave-Ayland (1):
      ide/macio: Fix macio DMA initialisation.

Markus Armbruster (1):
      qmp: netdev_add is like -netdev, not -net, fix documentation

Michael Roth (2):
      qemu-ga: make guest-sync-delimited available during fsfreeze
      qemu-ga: use key-value store to avoid recycling fd handles after restart

Michal Privoznik (1):
      configure: Require at least spice-protocol-0.12.3

Orit Wasserman (1):
      Fix page_cache leak in cache_resize

Paolo Bonzini (7):
      coroutine: trim down nesting level in perf_nesting test
      scsi-disk: handle io_canceled uniformly and correctly
      iscsi: look for pkg-config file too
      scsi: do not call scsi_read_data/scsi_write_data for a canceled request
      scsi-disk: do not complete canceled UNMAP requests
      qcow2: make is_allocated return true for zero clusters
      qemu-bridge-helper: force usage of a very high MAC address for the bridge

Peter Crosthwaite (1):
      qga/main.c: Don't use g_key_file_get/set_int64

Peter Lieven (2):
      block: complete all IOs before .bdrv_truncate
      page_cache: fix memory leak

Peter Maydell (2):
      linux-user: make bogus negative iovec lengths fail EINVAL
      linux-user/syscall.c: Don't warn about unimplemented get_robust_list

Stefan Hajnoczi (2):
      qcow2: flush refcount cache correctly in alloc_refcount_block()
      qcow2: flush refcount cache correctly in qcow2_write_snapshots()

Yeongkyoon Lee (1):
      tcg: Fix occasional TCG broken problem when ldst optimization enabled

 block.c                     |    4 +
 block/qcow2-cluster.c       |    3 +
 block/qcow2-refcount.c      |   10 ++-
 block/qcow2-snapshot.c      |    5 +-
 block/qcow2.c               |    6 +-
 configure                   |   10 ++-
 hw/macio.c                  |    2 +-
 hw/qxl-render.c             |    3 +-
 hw/s390x/s390-virtio-bus.c  |    1 +
 hw/s390x/s390-virtio-ccw.c  |    3 +
 hw/scsi-bus.c               |    4 +
 hw/scsi-disk.c              |   36 +++++++--
 hw/spapr.c                  |    1 +
 hw/spapr_llan.c             |    8 ++
 hw/vga.c                    |   18 ++---
 hw/virtio-blk.c             |    4 +-
 hw/virtio-net.c             |    6 +-
 hw/vmware_vga.c             |    2 +-
 hw/xenfb.c                  |    3 +-
 include/net/net.h           |    2 +-
 include/ui/console.h        |    3 +-
 linux-user/strace.c         |    6 ++
 linux-user/syscall.c        |   20 ++++-
 net/net.c                   |   19 +++--
 net/tap.c                   |    7 ++
 page_cache.c                |    4 +
 pc-bios/bios.bin            |  Bin 131072 -> 131072 bytes
 qapi-schema.json            |    6 ++
 qemu-bridge-helper.c        |   18 +++++
 qemu-char.c                 |    2 +-
 qemu-options.hx             |    4 +-
 qga/commands-posix.c        |   25 ++++--
 qga/guest-agent-core.h      |    1 +
 qga/main.c                  |  185 +++++++++++++++++++++++++++++++++++++++++++
 qmp-commands.hx             |    2 +-
 roms/seabios                |    2 +-
 target-ppc/translate_init.c |    4 +-
 tests/rtc-test.c            |    4 +-
 tests/test-coroutine.c      |    2 +-
 trace-events                |    1 +
 translate-all.c             |    4 +-
 ui/console.c                |    9 ++-
 42 files changed, 390 insertions(+), 69 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]