From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZruD5-0002ES-9j for qemu-devel@nongnu.org; Thu, 29 Oct 2015 16:54:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZruD2-0004zl-1J for qemu-devel@nongnu.org; Thu, 29 Oct 2015 16:54:11 -0400 Received: from relay.parallels.com ([195.214.232.42]:54796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZruD1-0004ss-Oe for qemu-devel@nongnu.org; Thu, 29 Oct 2015 16:54:07 -0400 References: <1445449930-23525-1-git-send-email-mdroth@linux.vnet.ibm.com> From: "Denis V. Lunev" Message-ID: <5632875E.4070609@parallels.com> Date: Thu, 29 Oct 2015 23:53:50 +0300 MIME-Version: 1.0 In-Reply-To: <1445449930-23525-1-git-send-email-mdroth@linux.vnet.ibm.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 00/40] Patch Round-up for stable 2.4.1, freeze on 2015-10-29 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth , qemu-devel@nongnu.org Cc: qemu-stable@nongnu.org On 10/21/2015 08:51 PM, Michael Roth wrote: > Hi everyone, > > The following new patches are queued for QEMU stable v2.4.1: > > https://github.com/mdroth/qemu/commits/stable-2.4-staging > > The release is planned for 2015-11-03: > > http://wiki.qemu.org/Planning/2.4 > > 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 (1): > gtk: use setlocale() for LC_MESSAGES only > > Alexander Graf (1): > PPC: E500: Update u-boot to commit 79c884d7e4 > > Aníbal Limón (1): > cpus.c: qemu_mutex_lock_iothread fix race condition at cpu thread init > > Aurelien Jarno (2): > target-ppc: fix vcipher, vcipherlast, vncipherlast and vpermxor > target-ppc: fix xscmpodp and xscmpudp decoding > > Christian Borntraeger (1): > s390x/kvm: Fix vector validity bit in device machine checks > > Cornelia Huck (2): > s390x/css: start with cleared cstat/dstat > virtio: avoid leading underscores for helpers > > Dr. David Alan Gilbert (1): > Migration: Generate the completed event only when we complete > > Fam Zheng (2): > scsi-disk: Fix assertion failure on WRITE SAME > vmxnet3: Drop net_vmxnet3_info.can_receive > > Gerd Hoffmann (1): > virtio-input: ignore events until the guest driver is ready > > Gonglei (1): > vhost-scsi: fix wrong vhost-scsi firmware path > > James Hogan (1): > tcg/mips: Fix clobbering of qemu_ld inputs > > Jason Wang (1): > virtio-net: unbreak self announcement and guest offloads after migration > > John Snow (2): > ide: fix ATAPI command permissions > ide: unify io_buffer_offset increments > > Kevin Wolf (1): > mirror: Fix coroutine reentrance > > Mark Cave-Ayland (1): > mac_dbdma: always clear FLUSH bit once DBDMA channel flush is complete > > Markus Armbruster (5): > qom: Do not reuse errp after a possible error > qom: Fix invalid error check in property_get_str() > qmp: Fix device-list-properties not to crash for abstract device > qdev: Protect device-list-properties against broken devices > Revert "qdev: Use qdev_get_device_class() for -device ,help" > > Max Reitz (2): > qemu-img: Fix crash in amend invocation > qcow2: Make size_to_clusters() return uint64_t > > Michael Roth (1): > spapr_pci: fix device tree props for MSI/MSI-X > > Michael S. Tsirkin (1): > scripts/dump-guest-memory.py: fix after RAMBlock change > > Peter Crosthwaite (2): > exec-all: Translate TCI return addresses backwards too > misc: zynq_slcr: Fix MMIO writes > > Peter Lieven (2): > block/iscsi: validate block size returned from target > block/nfs: fix calculation of allocated file size > > Peter Maydell (1): > target-arm/arm-semi.c: Fix broken SYS_WRITE0 via gdb > > Pierre Morel (1): > virtio dataplane: adapt dataplane for virtio Version 1 > > Richard Henderson (1): > target-arm: Share all common TCG temporaries > > Stefan Weil (1): > slirp: Fix non blocking connect for w32 > > Tony Krowiak (1): > util/qemu-config: fix missing machine command line options > > Vladislav Yasevich (2): > rtl8139: Fix receive buffer overflow check > rtl8139: Do not consume the packet during overflow in standard mode. > > Wen Congyang (1): > nbd: release exp->blk after all clients are closed pls consider this: [PATCH 4/4] migration: add missed aio_context_acquire into HMP snapshot code [PULL 08/12] virtio: sync the dataplane vring state to the virtqueue before virtio_save Den