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.2, freeze on Monday


From: Michael Roth
Subject: [Qemu-devel] Patch Round-up for stable 1.4.2, freeze on Monday
Date: Tue, 14 May 2013 16:52:57 -0500

Hi everyone,

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

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

The release is planned for 05-24-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 05-20-2013 for new patches.

Testing/feedback is greatly appreciated.

Thanks!

Amit Shah (1):
      rng random backend: check for -EAGAIN errors on read

Andreas Färber (2):
      qdev: Fix QOM unrealize behavior
      configure: Pick up libseccomp include path

Aurelien Jarno (1):
      tcg/optimize: fix setcond2 optimization

Cornelia Huck (1):
      virtio-ccw: Check indicators location.

Jason Wang (1):
      tap: properly initialize vhostfds

Laszlo Ersek (3):
      qga: set umask 0077 when daemonizing (CVE-2013-2007)
      qga: distinguish binary modes in "guest_file_open_modes" map
      qga: unlink just created guest-file if fchmod() or fdopen() fails on it

Peter Maydell (4):
      tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses
      cpu-exec: wrap tcg_qemu_tb_exec() in a fn to restore the PC
      Handle CPU interrupts by inline checking of a flag
      translate-all.c: Remove cpu_unlink_tb()

Richard Sandiford (1):
      target-mips: Fix accumulator arguments to gen_helper_dmult(u)

Stefan Hajnoczi (1):
      nbd: unlock mutex in nbd_co_send_request() error path

 backends/rng-random.c     |    3 +
 block/nbd.c               |    2 +-
 configure                 |    1 +
 cpu-exec.c                |   58 +++++++++++++++-----
 exec.c                    |    2 +-
 hw/qdev-core.h            |    2 +-
 hw/qdev.c                 |   25 ++++++---
 hw/s390x/virtio-ccw.c     |    6 ++
 include/exec/cpu-defs.h   |    1 +
 include/exec/gen-icount.h |   13 ++++-
 net/tap.c                 |    2 +-
 qga/commands-posix.c      |  133 +++++++++++++++++++++++++++++++++++++++++++--
 qga/main.c                |    2 +-
 target-mips/helper.h      |    4 +-
 target-mips/op_helper.c   |    8 +--
 target-mips/translate.c   |    4 +-
 tcg/optimize.c            |    1 +
 tcg/tcg.h                 |   49 ++++++++++++++++-
 translate-all.c           |   73 +------------------------
 19 files changed, 278 insertions(+), 111 deletions(-)




reply via email to

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