From: Michael Roth <mdroth@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: qemu-stable@nongnu.org
Subject: [Qemu-devel] [PATCH 00/56] Patch Round-up for stable 2.6.1, freeze on 2016-08-12
Date: Mon, 8 Aug 2016 16:03:31 -0500 [thread overview]
Message-ID: <1470690267-31454-1-git-send-email-mdroth@linux.vnet.ibm.com> (raw)
Hi everyone,
The following new patches are queued for QEMU stable v2.6.1:
https://github.com/mdroth/qemu/commits/stable-2.6-staging
The release is planned for 2016-08-17:
http://wiki.qemu.org/Planning/2.6
Please respond here or CC qemu-stable@nongnu.org on any patches you
think should be included in the release.
Testing/feedback is greatly appreciated.
Thanks!
----------------------------------------------------------------
Alberto Garcia (2):
blockdev: Fix regression with the default naming of throttling groups
qemu-iotests: Test naming of throttling groups
Alex Williamson (1):
vfio/pci: Fix VGA quirks
Artyom Tarasenko (1):
target-sparc: fix register corruption in ldstub if there is no write permission
Aurelien Jarno (1):
target-mips: fix call to memset in soft reset code
Daniel P. Berrange (2):
io: remove mistaken call to object_ref on QTask
ui: fix regression in printing VNC host/port on startup
Dave Hansen (1):
target-i386: fix typo in xsetbv implementation
David Hildenbrand (1):
s390x/ipl: fix reboots for migration from different bios
Dominik Dingel (1):
exec.c: Ensure right alignment also for file backed ram
Eric Blake (7):
json-streamer: Don't leak tokens on incomplete parse
nbd: Don't trim unrequested bytes
qapi: Fix crash on missing alternate member of QAPI struct
nbd: Allow larger requests
scsi: Advertise limits by blocksize, not 512
nbd: More debug typo fixes, use correct formats
nbd: Limit nbdflags to 16 bits
Fam Zheng (3):
block: Drop bdrv_ioctl_bh_cb
scsi-generic: Merge block max xfer len in INQUIRY response
util: Fix MIN_NON_ZERO
Gavin Shan (1):
vfio: Fix broken EEH
Gerd Hoffmann (6):
spice/gl: add & use qemu_spice_gl_monitor_config
vga: add sr_vbe register set
vmsvga: move fifo sanity checks to vmsvga_fifo_length
vmsvga: add more fifo checks
vmsvga: shadow fifo registers
vmsvga: don't process more than 1024 fifo commands at once
Greg Kurz (2):
migration: regain control of images when migration fails to complete
savevm: fail if migration blockers are present
Hemant Kumar (1):
tools: kvm_stat: Powerpc related fixes
John Snow (1):
ide: fix halted IO segfault at reset
Kevin Wolf (1):
backup: Don't leak BackupBlockJob in error path
Li Zhijian (1):
vl: change runstate only if new state is different from current state
Lin Ma (1):
pci-assign: Move "Invalid ROM" error message to pci-assign-load-rom.c
Max Reitz (1):
qcow2: Avoid making the L1 table too big
Michael S. Tsirkin (3):
virtio: set low features early on load
Revert "virtio-net: unbreak self announcement and guest offloads after migration"
pcie: fix link active status bit migration
Paolo Bonzini (2):
target-i386: key sfence availability on CPUID_SSE, not CPUID_SSE2
json-streamer: fix double-free on exiting during a parse
Peter Lieven (4):
block/nfs: refuse readahead if cache.direct is on
block/iscsi: avoid potential overflow of acb->task->cdb
net: fix qemu_announce_self not emitting packets
block/iscsi: fix rounding in iscsi_allocationmap_set
Peter Maydell (1):
nbd: Don't use *_to_cpup() functions
Prasad J Pandit (5):
i386: kvmvapic: initialise imm32 variable
esp: check command buffer length before write(CVE-2016-4439)
esp: check dma length before reading scsi command(CVE-2016-4441)
scsi: pvscsi: check command descriptor ring buffer size (CVE-2016-4952)
scsi: mptsas: infinite loop while fetching requests
Roman Kagan (1):
usb:xhci: no DMA on HC reset
Stefan Hajnoczi (1):
virtio: error out if guest exceeds virtqueue size
Stefan Weil (2):
configure: Allow builds with extra warnings
Fix some typos found by codespell
Steven Luo (1):
Fix configure test for PBKDF2 in nettle
Thomas Huth (1):
usb/ohci: Fix crash with when specifying too many num-ports
audio/mixeng.c | 2 +-
audio/ossaudio.c | 2 +-
block/backup.c | 7 ++-
block/io.c | 20 +------
block/iscsi.c | 15 ++++-
block/nbd-client.c | 4 --
block/nbd-client.h | 2 +-
block/nfs.c | 20 +++++--
block/qcow2-cluster.c | 3 +-
blockdev.c | 9 ++-
configure | 3 +-
contrib/ivshmem-server/ivshmem-server.h | 2 +-
docs/specs/rocker.txt | 2 +-
docs/throttle.txt | 2 +-
exec.c | 5 +-
hw/display/vga.c | 50 +++++++++--------
hw/display/vga_int.h | 1 +
hw/display/vmware_vga.c | 78 +++++++++++++-------------
hw/i2c/imx_i2c.c | 2 +-
hw/i386/kvm/pci-assign.c | 4 --
hw/i386/kvmvapic.c | 2 +-
hw/i386/pci-assign-load-rom.c | 3 +
hw/ide/core.c | 1 +
hw/net/virtio-net.c | 40 ++++++--------
hw/net/vmxnet3.c | 4 +-
hw/pci/msi.c | 2 +-
hw/pci/pci.c | 2 +
hw/pci/pci_bridge.c | 2 +-
hw/pci/pcie.c | 15 ++++-
hw/s390x/ipl.c | 11 +++-
hw/s390x/ipl.h | 2 +
hw/scsi/esp.c | 17 ++++--
hw/scsi/mptsas.c | 9 ++-
hw/scsi/scsi-generic.c | 13 +++++
hw/scsi/spapr_vscsi.c | 2 +-
hw/scsi/vmw_pvscsi.c | 26 +++++++--
hw/timer/a9gtimer.c | 2 +-
hw/timer/aspeed_timer.c | 4 +-
hw/usb/hcd-ohci.c | 6 ++
hw/usb/hcd-xhci.c | 5 +-
hw/vfio/common.c | 2 +-
hw/vfio/pci-quirks.c | 8 +--
hw/vfio/pci.h | 1 -
hw/virtio/virtio.c | 15 +++++
include/block/nbd.h | 7 ++-
include/crypto/random.h | 2 +-
include/hw/compat.h | 4 ++
include/hw/pci/pci.h | 3 +
include/hw/xen/xen_common.h | 2 +-
include/io/task.h | 2 +-
include/migration/migration.h | 1 +
include/qemu/osdep.h | 18 +++++-
include/ui/spice-display.h | 1 +
io/channel-websock.c | 3 +-
kvm-all.c | 2 +-
migration/migration.c | 40 +++++++++++---
migration/ram.c | 2 +-
migration/savevm.c | 2 +-
nbd/client.c | 73 ++++++++++++------------
nbd/server.c | 88 ++++++++++++++++-------------
net/net.c | 2 +-
qemu-nbd.c | 8 +--
qga/channel-win32.c | 2 +-
qga/commands.c | 4 +-
qobject/json-streamer.c | 14 ++++-
scripts/checkpatch.pl | 2 +-
scripts/kvm/kvm_stat | 2 +
scripts/qapi-visit.py | 6 ++
slirp/socket.c | 2 +-
target-cris/translate.c | 4 +-
target-cris/translate_v10.c | 2 +-
target-i386/cpu.c | 2 +-
target-i386/cpu.h | 2 +-
target-i386/translate.c | 7 ++-
target-mips/helper.c | 2 +-
target-mips/op_helper.c | 2 +-
target-sparc/translate.c | 5 +-
target-tricore/translate.c | 2 +-
tcg/README | 2 +-
tests/qemu-iotests/093 | 98 +++++++++++++++++++++++++++++++++
tests/qemu-iotests/093.out | 4 +-
tests/tcg/cris/check_addo.c | 14 ++---
tests/test-qmp-input-visitor.c | 14 +++++
trace/simple.c | 4 +-
ui/cocoa.m | 2 +-
ui/spice-display.c | 30 ++++++++++
ui/vnc.c | 2 +-
util/oslib-posix.c | 13 -----
util/timed-average.c | 4 +-
vl.c | 4 ++
90 files changed, 628 insertions(+), 310 deletions(-)
next reply other threads:[~2016-08-08 21:05 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-08 21:03 Michael Roth [this message]
2016-08-08 21:03 ` [Qemu-devel] [PATCH 01/56] i386: kvmvapic: initialise imm32 variable Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 02/56] spice/gl: add & use qemu_spice_gl_monitor_config Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 03/56] vl: change runstate only if new state is different from current state Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 04/56] tools: kvm_stat: Powerpc related fixes Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 05/56] exec.c: Ensure right alignment also for file backed ram Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 06/56] usb:xhci: no DMA on HC reset Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 07/56] target-mips: fix call to memset in soft reset code Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 08/56] target-i386: key sfence availability on CPUID_SSE, not CPUID_SSE2 Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 09/56] configure: Allow builds with extra warnings Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 10/56] migration: regain control of images when migration fails to complete Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 11/56] json-streamer: Don't leak tokens on incomplete parse Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 12/56] json-streamer: fix double-free on exiting during a parse Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 13/56] esp: check command buffer length before write(CVE-2016-4439) Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 14/56] esp: check dma length before reading scsi command(CVE-2016-4441) Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 15/56] block/nfs: refuse readahead if cache.direct is on Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 16/56] usb/ohci: Fix crash with when specifying too many num-ports Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 17/56] vga: add sr_vbe register set Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 18/56] vfio: Fix broken EEH Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 19/56] block/iscsi: avoid potential overflow of acb->task->cdb Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 20/56] nbd: Don't trim unrequested bytes Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 21/56] savevm: fail if migration blockers are present Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 22/56] Fix configure test for PBKDF2 in nettle Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 23/56] scsi: pvscsi: check command descriptor ring buffer size (CVE-2016-4952) Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 24/56] scsi: mptsas: infinite loop while fetching requests Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 25/56] block: Drop bdrv_ioctl_bh_cb Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 26/56] vmsvga: move fifo sanity checks to vmsvga_fifo_length Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 27/56] vmsvga: add more fifo checks Michael Roth
2016-08-08 21:03 ` [Qemu-devel] [PATCH 28/56] vmsvga: shadow fifo registers Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 29/56] vmsvga: don't process more than 1024 fifo commands at once Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 30/56] io: remove mistaken call to object_ref on QTask Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 31/56] ui: fix regression in printing VNC host/port on startup Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 32/56] net: fix qemu_announce_self not emitting packets Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 33/56] backup: Don't leak BackupBlockJob in error path Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 34/56] qcow2: Avoid making the L1 table too big Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 35/56] qapi: Fix crash on missing alternate member of QAPI struct Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 36/56] pci-assign: Move "Invalid ROM" error message to pci-assign-load-rom.c Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 37/56] vfio/pci: Fix VGA quirks Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 38/56] nbd: Allow larger requests Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 39/56] scsi-generic: Merge block max xfer len in INQUIRY response Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 40/56] scsi: Advertise limits by blocksize, not 512 Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 41/56] target-sparc: fix register corruption in ldstub if there is no write permission Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 42/56] virtio: set low features early on load Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 43/56] Revert "virtio-net: unbreak self announcement and guest offloads after migration" Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 44/56] s390x/ipl: fix reboots for migration from different bios Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 45/56] blockdev: Fix regression with the default naming of throttling groups Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 46/56] qemu-iotests: Test " Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 47/56] util: Fix MIN_NON_ZERO Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 48/56] block/iscsi: fix rounding in iscsi_allocationmap_set Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 49/56] Fix some typos found by codespell Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 50/56] nbd: More debug typo fixes, use correct formats Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 51/56] nbd: Don't use *_to_cpup() functions Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 52/56] nbd: Limit nbdflags to 16 bits Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 53/56] pcie: fix link active status bit migration Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 54/56] target-i386: fix typo in xsetbv implementation Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 55/56] virtio: error out if guest exceeds virtqueue size Michael Roth
2016-08-08 21:04 ` [Qemu-devel] [PATCH 56/56] ide: fix halted IO segfault at reset Michael Roth
2016-08-09 18:34 ` John Snow
2016-08-08 23:40 ` [Qemu-devel] [Qemu-stable] [PATCH 00/56] Patch Round-up for stable 2.6.1, freeze on 2016-08-12 Cole Robinson
2016-08-09 20:04 ` Michael Roth
2016-08-13 1:43 ` Gonglei
2016-08-09 20:12 ` [Qemu-devel] " Bruce Rogers
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=1470690267-31454-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).