qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/10] virtio fixes for 2.4
@ 2015-07-28  9:57 Michael S. Tsirkin
  2015-07-28  9:57 ` [Qemu-devel] [PULL 01/10] virtio: hide legacy features from modern guests Michael S. Tsirkin
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Michael S. Tsirkin @ 2015-07-28  9:57 UTC (permalink / raw)
  To: qemu-devel; +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 <mst@redhat.com>

----------------------------------------------------------------
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(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-07-28 18:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-28  9:57 [Qemu-devel] [PULL 00/10] virtio fixes for 2.4 Michael S. Tsirkin
2015-07-28  9:57 ` [Qemu-devel] [PULL 01/10] virtio: hide legacy features from modern guests Michael S. Tsirkin
2015-07-28  9:57 ` [Qemu-devel] [PULL 02/10] virtio-serial: fix ANY_LAYOUT Michael S. Tsirkin
2015-07-28  9:57 ` [Qemu-devel] [PULL 03/10] virtio-9p: fix any_layout Michael S. Tsirkin
2015-07-28  9:57 ` [Qemu-devel] [PULL 04/10] virtio: set any_layout in virtio core Michael S. Tsirkin
2015-07-28  9:57 ` [Qemu-devel] [PULL 05/10] virtio-pci: fix memory MR cleanup for modern Michael S. Tsirkin
2015-07-28  9:57 ` [Qemu-devel] [PULL 06/10] virtio: get_features() can fail Michael S. Tsirkin
2015-07-28  9:57 ` [Qemu-devel] [PULL 07/10] virtio-blk: fail get_features when both scsi and 1.0 were set Michael S. Tsirkin
2015-07-28  9:57 ` [Qemu-devel] [PULL 08/10] virtio-blk: only clear VIRTIO_F_ANY_LAYOUT for legacy device Michael S. Tsirkin
2015-07-28  9:57 ` [Qemu-devel] [PULL 09/10] acpi: fix pvpanic device is not shown in ui Michael S. Tsirkin
2015-07-28  9:58 ` [Qemu-devel] [PULL 10/10] virtio: minor cleanup Michael S. Tsirkin
2015-07-28 10:39 ` [Qemu-devel] [PULL 00/10] virtio fixes for 2.4 Cornelia Huck
2015-07-28 18:01 ` Peter Maydell

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).