From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNAGs-0000Tb-3o for qemu-devel@nongnu.org; Thu, 28 Aug 2014 20:42:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNAGn-00012e-VQ for qemu-devel@nongnu.org; Thu, 28 Aug 2014 20:42:30 -0400 Message-ID: <53FFCC5C.8060900@huawei.com> Date: Fri, 29 Aug 2014 08:42:04 +0800 From: zhanghailiang MIME-Version: 1.0 References: <1409160982-16389-1-git-send-email-mdroth@linux.vnet.ibm.com> In-Reply-To: <1409160982-16389-1-git-send-email-mdroth@linux.vnet.ibm.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Patch Round-up for stable 2.1.1, freeze on 2014-09-03 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: qemu-devel@nongnu.org, qemu-stable@nongnu.org On 2014/8/28 1:35, Michael Roth wrote: > Hi everyone, > > The following new patches are queued for QEMU stable v2.1.1: > > https://github.com/mdroth/qemu/commits/stable-2.1-staging > > The release is planned for 2014-09-08: > > http://wiki.qemu.org/Planning/2.1 > > Please respond here or CC qemu-stable@nongnu.org on any patches you > think should be included in the release. > Hi Michael, The Patch *[PATCH V4] net: Forbid dealing with packets when VM is not running* has been reviewed by Jason Wang , Juan Quintela and Michael S. Tsirkin . It is a bug fix patch, and should be include. If you can not find this patch in your mailbox, i will send it once again:) Thanks, zhanghailiang > Testing/feedback is greatly appreciated. > > Thanks! > > ---------------------------------------------------------------- > Alex Williamson (1): > vfio: Fix MSI-X vector expansion > > Ben Draper (1): > vmxnet3: Pad short frames to minimum size (60 bytes) > > Christoffer Dall (2): > target-arm: Rename QEMU PSCI v0.1 definitions > arm/virt: Use PSCI v0.2 function IDs in the DT when KVM uses PSCI v0.2 > > Fam Zheng (1): > blkdebug: Delete BH in bdrv_aio_cancel > > Gonglei (1): > pcihp: fix possible array out of bounds > > Hu Tao (3): > hw:i386: typo fix: MEMORY_HOPTLUG_DEVICE -> MEMORY_HOTPLUG_DEVICE > pc-dimm: validate node property > numa: show hex number in error message for consistency and prefix them with 0x > > Jan Kiszka (1): > pci: Use bus master address space for delivering MSI/MSI-X messages > > Michael S. Tsirkin (4): > pc-dimm: fix up error message > acpi: align RSDP > hostmem: set MPOL_MF_MOVE > pc: reserve more memory for ACPI for new machine types > > Michael Tokarev (2): > l2tpv3 (configure): it is linux-specific > ide: only constrain read/write requests to drive size, not other types > > Peter Lieven (1): > block/iscsi: fix memory corruption on iscsi resize > > Peter Maydell (1): > target-arm: Fix return address for A64 BRK instructions > > Stefan Hajnoczi (6): > qmp: hide "hotplugged" device property from device-list-properties > qdev-monitor: include QOM properties in -device FOO, help output > raw-posix: fix O_DIRECT short reads > qemu-iotests: add test case 101 for short file I/O > thread-pool: avoid per-thread-pool EventNotifier > thread-pool: avoid deadlock in nested aio_poll() calls > > zhanghailiang (1): > virtio-blk: fix reference a pointer which might be freed > > backends/hostmem.c | 2 +- > block/blkdebug.c | 4 +++ > block/iscsi.c | 3 ++- > block/raw-posix.c | 9 +++++++ > configure | 1 + > hw/acpi/pcihp.c | 2 +- > hw/arm/virt.c | 31 ++++++++++++++++++---- > hw/block/virtio-blk.c | 3 ++- > hw/i386/acpi-build.c | 2 +- > hw/i386/acpi-dsdt.dsl | 4 +-- > hw/i386/acpi-dsdt.hex.generated | 8 +++--- > hw/i386/pc.c | 12 ++++++--- > hw/i386/pc_piix.c | 1 + > hw/i386/pc_q35.c | 1 + > hw/i386/q35-acpi-dsdt.dsl | 4 +-- > hw/i386/ssdt-mem.dsl | 16 ++++++------ > hw/i386/ssdt-misc.dsl | 2 +- > hw/ide/core.c | 3 ++- > hw/mem/pc-dimm.c | 6 +++++ > hw/misc/vfio.c | 38 ++++++++++++++++++++------- > hw/net/vmxnet3.c | 10 +++++++ > hw/pci/msi.c | 2 +- > hw/pci/msix.c | 2 +- > include/hw/acpi/pc-hotplug.h | 2 +- > include/hw/i386/pc.h | 2 ++ > numa.c | 4 +-- > qdev-monitor.c | 40 ++++++++++++---------------- > qmp.c | 1 + > target-arm/kvm-consts.h | 49 ++++++++++++++++++++++++++-------- > target-arm/translate-a64.c | 2 +- > tests/qemu-iotests/101 | 58 +++++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/101.out | 10 +++++++ > tests/qemu-iotests/group | 1 + > thread-pool.c | 27 ++++++++++--------- > 34 files changed, 269 insertions(+), 93 deletions(-) > create mode 100755 tests/qemu-iotests/101 > create mode 100644 tests/qemu-iotests/101.out > > > >