qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Patch Round-up for stable 1.4.2, freeze on Monday
@ 2013-05-14 21:52 Michael Roth
  2013-05-14 21:52 ` [Qemu-devel] [PATCH 01/15] nbd: unlock mutex in nbd_co_send_request() error path Michael Roth
                   ` (19 more replies)
  0 siblings, 20 replies; 27+ messages in thread
From: Michael Roth @ 2013-05-14 21:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori, qemu-stable

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 qemu-stable@nongnu.org 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(-)

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2013-05-17 21:04 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 21:52 [Qemu-devel] Patch Round-up for stable 1.4.2, freeze on Monday Michael Roth
2013-05-14 21:52 ` [Qemu-devel] [PATCH 01/15] nbd: unlock mutex in nbd_co_send_request() error path Michael Roth
2013-05-14 21:52 ` [Qemu-devel] [PATCH 02/15] qdev: Fix QOM unrealize behavior Michael Roth
2013-05-14 21:53 ` [Qemu-devel] [PATCH 03/15] rng random backend: check for -EAGAIN errors on read Michael Roth
2013-05-14 21:53 ` [Qemu-devel] [PATCH 04/15] tap: properly initialize vhostfds Michael Roth
2013-05-14 21:53 ` [Qemu-devel] [PATCH 05/15] virtio-ccw: Check indicators location Michael Roth
2013-05-14 21:53 ` [Qemu-devel] [PATCH 06/15] configure: Pick up libseccomp include path Michael Roth
2013-05-14 21:53 ` [Qemu-devel] [PATCH 07/15] target-mips: Fix accumulator arguments to gen_helper_dmult(u) Michael Roth
2013-05-14 21:53 ` [Qemu-devel] [PATCH 08/15] tcg/optimize: fix setcond2 optimization Michael Roth
2013-05-14 21:53 ` [Qemu-devel] [PATCH 09/15] qga: set umask 0077 when daemonizing (CVE-2013-2007) Michael Roth
2013-05-14 21:53 ` [Qemu-devel] [PATCH 10/15] tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses Michael Roth
2013-05-14 21:53 ` [Qemu-devel] [PATCH 11/15] cpu-exec: wrap tcg_qemu_tb_exec() in a fn to restore the PC Michael Roth
2013-05-14 21:53 ` [Qemu-devel] [PATCH 12/15] Handle CPU interrupts by inline checking of a flag Michael Roth
2013-05-14 21:53 ` [Qemu-devel] [PATCH 13/15] translate-all.c: Remove cpu_unlink_tb() Michael Roth
2013-05-14 21:53 ` [Qemu-devel] [PATCH 14/15] qga: distinguish binary modes in "guest_file_open_modes" map Michael Roth
2013-05-14 21:53 ` [Qemu-devel] [PATCH 15/15] qga: unlink just created guest-file if fchmod() or fdopen() fails on it Michael Roth
2013-05-15  4:49 ` [Qemu-devel] Patch Round-up for stable 1.4.2, freeze on Monday Michael Tokarev
2013-05-15  4:51   ` Michael Tokarev
2013-05-15 14:09 ` Brad Smith
2013-05-15 16:25   ` mdroth
2013-05-15 21:48 ` Cole Robinson
2013-05-16 17:20   ` mdroth
2013-05-17 12:43 ` Luiz Capitulino
2013-05-17 15:46 ` Doug Goldstein
2013-05-17 19:08   ` mdroth
2013-05-17 20:43     ` [Qemu-devel] [Qemu-stable] " Josh Durgin
2013-05-17 21:01       ` mdroth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).