From: Michael Roth <mdroth@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: qemu-stable@nongnu.org
Subject: [Qemu-devel] Patch Round-up for stable 1.4.1, freeze next Tuesday
Date: Tue, 2 Apr 2013 16:45:05 -0500 [thread overview]
Message-ID: <1364939142-30066-1-git-send-email-mdroth@linux.vnet.ibm.com> (raw)
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 qemu-stable@nongnu.org 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(-)
next reply other threads:[~2013-04-02 21:50 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-02 21:45 Michael Roth [this message]
2013-04-02 21:45 ` [Qemu-devel] [PATCH 01/37] target-ppc: Fix "G2leGP3" PVR Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 02/37] coroutine: trim down nesting level in perf_nesting test Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 03/37] block: complete all IOs before .bdrv_truncate Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 04/37] tap: forbid creating multiqueue tap when hub is used Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 05/37] qemu-char.c: fix waiting for telnet connection message Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 06/37] net: reduce the unnecessary memory allocation of multiqueue Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 07/37] help: add docs for multiqueue tap options Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 08/37] vga: fix byteswapping Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 09/37] qmp: netdev_add is like -netdev, not -net, fix documentation Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 10/37] qemu-ga: make guest-sync-delimited available during fsfreeze Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 11/37] scsi-disk: handle io_canceled uniformly and correctly Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 12/37] iscsi: look for pkg-config file too Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 13/37] scsi: do not call scsi_read_data/scsi_write_data for a canceled request Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 14/37] scsi-disk: do not complete canceled UNMAP requests Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 15/37] rtc-test: Fix test failures with recent glib Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 16/37] Allow virtio-net features for legacy s390 virtio bus Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 17/37] pseries: Add compatible property to root of device tree Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 18/37] qcow2: make is_allocated return true for zero clusters Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 19/37] qemu-ga: use key-value store to avoid recycling fd handles after restart Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 20/37] qga/main.c: Don't use g_key_file_get/set_int64 Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 21/37] tcg: Fix occasional TCG broken problem when ldst optimization enabled Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 22/37] virtio-ccw: Queue sanity check for notify hypercall Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 23/37] qemu-bridge-helper: force usage of a very high MAC address for the bridge Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 24/37] configure: Require at least spice-protocol-0.12.3 Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 25/37] pseries: Add cleanup hook for PAPR virtual LAN device Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 26/37] target-ppc: Fix CPU_POWERPC_MPC8547E Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 27/37] ide/macio: Fix macio DMA initialisation Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 28/37] virtio-blk: fix unplug + virsh reboot Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 29/37] Fix page_cache leak in cache_resize Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 30/37] page_cache: fix memory leak Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 31/37] qcow2: flush refcount cache correctly in alloc_refcount_block() Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 32/37] qcow2: flush refcount cache correctly in qcow2_write_snapshots() Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 33/37] linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futex Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 34/37] linux-user: fix futex strace of FUTEX_CLOCK_REALTIME Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 35/37] linux-user: make bogus negative iovec lengths fail EINVAL Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 36/37] linux-user/syscall.c: Don't warn about unimplemented get_robust_list Michael Roth
2013-04-02 21:45 ` [Qemu-devel] [PATCH 37/37] update seabios to 1.7.2.1 Michael Roth
2013-04-02 22:04 ` [Qemu-devel] Patch Round-up for stable 1.4.1, freeze next Tuesday Eric Blake
2013-04-03 10:50 ` [Qemu-devel] [Qemu-stable] " Michael Tokarev
2013-04-03 12:13 ` Hans de Goede
2013-04-04 8:04 ` Tiziano Müller
2013-04-08 17:36 ` Serge Hallyn
2013-04-03 21:51 ` [Qemu-devel] " Aurelien Jarno
2013-04-04 22:24 ` mdroth
2013-04-08 22:58 ` Aurelien Jarno
2013-04-03 22:02 ` [Qemu-devel] [Qemu-stable] " Bruce Rogers
2013-04-04 1:24 ` [Qemu-devel] " Cole Robinson
2013-04-04 5:55 ` Peter Lieven
2013-04-05 0:50 ` mdroth
2013-04-04 12:06 ` Paolo Bonzini
2013-04-05 15:06 ` mdroth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1364939142-30066-1-git-send-email-mdroth@linux.vnet.ibm.com \
--to=mdroth@linux.vnet.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-stable@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).