qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/12] pc,vhost,virtio fixes, test


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PULL 00/12] pc,vhost,virtio fixes, test
Date: Mon, 7 Jul 2014 15:39:59 +0300

I will merge only high priority fixes from here on. High priority means
regression fixes or fixes in a new feature if there is no workaround.

The following changes since commit 9d9de254c2b81b68cd48f2324cc753a570a4cdd8:

  MAINTAINERS: seccomp: change email contact for Eduardo Otubo (2014-07-03 
12:36:15 +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 3f0838ab8557c6071a5931183b2d7fed568cd35c:

  qemu-char: add chr_add_watch support in mux chardev (2014-07-06 09:13:54 
+0300)

----------------------------------------------------------------
pc,vhost,virtio fixes, test

Bugfixes all over the place.

There's a  non bugfix here: re-enabling the vhost-user test,
though the patch just brings back functionality that
I disabled earlier to fix mingw build failures.
This is now sorted, and keeping the unit test enabled
seems important since the feature relies on an external
server to work, so isn't easy to test.

Signed-off-by: Michael S. Tsirkin <address@hidden>

----------------------------------------------------------------
Eduardo Habkost (2):
      qdev: Don't abort() in case globals can't be set
      qdev: Fix crash when using non-device class name on -global

Hu Tao (1):
      numa: check for busy memory backend

Igor Mammedov (2):
      pc-dimm: error out if memory hotplug is not enabled
      acpi: fix typo in memory hotplug MMIO region name

Kirill Batuzov (2):
      Handle G_IO_HUP in tcp_chr_read for tcp chardev
      qemu-char: add chr_add_watch support in mux chardev

Le Tan (1):
      pci: assign devfn to pci_dev before calling 
pci_device_iommu_address_space()

Ming Lei (2):
      virtio: move common virtio properties to bus class device
      hw/virtio: enable common virtio feature for mmio device

Nikolay Nikolaev (1):
      qtest: enable vhost-user-test

Paolo Bonzini (1):
      virtio-pci: fix MSI memory region use after free

 include/hw/virtio/virtio-blk.h   |  3 ---
 include/hw/virtio/virtio-net.h   |  1 -
 include/hw/virtio/virtio-scsi.h  |  1 -
 include/sysemu/char.h            |  1 -
 hw/acpi/memory_hotplug.c         |  2 +-
 hw/core/qdev-properties-system.c |  3 ++-
 hw/core/qdev.c                   |  8 +++++++-
 hw/mem/pc-dimm.c                 |  8 +++++++-
 hw/pci/pci.c                     |  2 +-
 hw/s390x/s390-virtio-bus.c       |  2 ++
 hw/s390x/virtio-ccw.c            | 11 ++++++-----
 hw/virtio/virtio-mmio.c          |  6 ++++++
 hw/virtio/virtio-pci.c           | 16 ++++++++--------
 numa.c                           |  8 ++++++++
 qemu-char.c                      | 36 +++++++++++++++---------------------
 tests/Makefile                   |  8 +++++---
 16 files changed, 68 insertions(+), 48 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]