From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZK1df-0002QE-Eo for qemu-devel@nongnu.org; Tue, 28 Jul 2015 05:57:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZK1dc-0001tl-6b for qemu-devel@nongnu.org; Tue, 28 Jul 2015 05:57:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZK1dc-0001su-1a for qemu-devel@nongnu.org; Tue, 28 Jul 2015 05:57:32 -0400 Date: Tue, 28 Jul 2015 12:57:29 +0300 From: "Michael S. Tsirkin" Message-ID: <1438077261-16651-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL 00/10] virtio fixes for 2.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell The following changes since commit b69b30532e0a80e25449244c01b0cbed000c99a3: Update version for v2.4.0-rc2 release (2015-07-22 18:17:19 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream for you to fetch changes up to c147b5153e733a14fc65d2098e7036754c185ad1: virtio: minor cleanup (2015-07-27 23:55:27 +0300) ---------------------------------------------------------------- virtio fixes for 2.4 Mostly virtio 1 spec compliance fixes. We are unlikely to make it perfectly compliant in the first release, but it seems worth it to try. Signed-off-by: Michael S. Tsirkin ---------------------------------------------------------------- Gal Hammer (1): acpi: fix pvpanic device is not shown in ui Jason Wang (3): virtio: get_features() can fail virtio-blk: fail get_features when both scsi and 1.0 were set virtio-blk: only clear VIRTIO_F_ANY_LAYOUT for legacy device Michael S. Tsirkin (6): virtio: hide legacy features from modern guests virtio-serial: fix ANY_LAYOUT virtio-9p: fix any_layout virtio: set any_layout in virtio core virtio-pci: fix memory MR cleanup for modern virtio: minor cleanup include/hw/compat.h | 22 +++++++++++++++++++++- include/hw/virtio/virtio.h | 12 ++++++++++-- hw/9pfs/virtio-9p-device.c | 3 ++- hw/9pfs/virtio-9p.c | 23 +++++++++++++++++------ hw/block/virtio-blk.c | 13 +++++++++++-- hw/char/virtio-serial-bus.c | 6 ++++-- hw/display/virtio-gpu.c | 3 ++- hw/i386/acpi-build.c | 4 ++-- hw/input/virtio-input.c | 3 ++- hw/net/virtio-net.c | 5 ++--- hw/scsi/vhost-scsi.c | 3 ++- hw/scsi/virtio-scsi.c | 5 ++--- hw/virtio/virtio-balloon.c | 3 ++- hw/virtio/virtio-bus.c | 3 ++- hw/virtio/virtio-pci.c | 18 +++++++++++++++++- hw/virtio/virtio-rng.c | 2 +- 16 files changed, 99 insertions(+), 29 deletions(-)