All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/7] pc, pci, virtio: fixes for rc3
@ 2017-12-01 17:08 Michael S. Tsirkin
  2017-12-01 17:08 ` [Qemu-devel] [PULL 1/7] i386/msi: Correct mask of destination ID in MSI address Michael S. Tsirkin
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Michael S. Tsirkin @ 2017-12-01 17:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell

The following changes since commit c11d61271b9e6e7a1f0479ef1ca8fb55fa457a62:

  Update version for v2.11.0-rc3 release (2017-11-29 17:59:34 +0000)

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 75ba2ddb188fa07c3442446766782036e3085cba:

  pc: fix crash on attempted cpu unplug (2017-12-01 19:05:58 +0200)

----------------------------------------------------------------
pc, pci, virtio: fixes for rc3

A bunch of fixes all over the place.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Chao Gao (1):
      i386/msi: Correct mask of destination ID in MSI address

Greg Kurz (1):
      vhost: fix error check in vhost_verify_ring_mappings()

Igor Mammedov (1):
      pc: fix crash on attempted cpu unplug

Marc-André Lureau (1):
      dump-guest-memory.py: fix No symbol "vmcoreinfo_find"

Maxime Coquelin (2):
      virtio: Add queue interface to restore avail index from vring used index
      vhost: restore avail index from vring used index on disconnection

Prasad J Pandit (1):
      virtio: check VirtQueue Vring object is set

 include/hw/i386/apic-msidef.h |  2 +-
 include/hw/virtio/virtio.h    |  1 +
 hw/i386/pc.c                  |  5 +++++
 hw/virtio/vhost.c             | 10 +++++++---
 hw/virtio/virtio.c            | 24 +++++++++++++++++++++---
 scripts/dump-guest-memory.py  | 12 +++++++-----
 6 files changed, 42 insertions(+), 12 deletions(-)

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

end of thread, other threads:[~2017-12-05  0:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-01 17:08 [Qemu-devel] [PULL 0/7] pc, pci, virtio: fixes for rc3 Michael S. Tsirkin
2017-12-01 17:08 ` [Qemu-devel] [PULL 1/7] i386/msi: Correct mask of destination ID in MSI address Michael S. Tsirkin
2017-12-01 17:08 ` [Qemu-devel] [PULL 2/7] virtio: Add queue interface to restore avail index from vring used index Michael S. Tsirkin
2017-12-01 17:08 ` [Qemu-devel] [PULL 3/7] vhost: restore avail index from vring used index on disconnection Michael S. Tsirkin
2017-12-01 17:08 ` [Qemu-devel] [PULL 4/7] dump-guest-memory.py: fix No symbol "vmcoreinfo_find" Michael S. Tsirkin
2017-12-01 17:08 ` [Qemu-devel] [PULL 5/7] vhost: fix error check in vhost_verify_ring_mappings() Michael S. Tsirkin
2017-12-01 17:08 ` [Qemu-devel] [PULL 6/7] virtio: check VirtQueue Vring object is set Michael S. Tsirkin
2017-12-01 17:09 ` [Qemu-devel] [PULL 7/7] pc: fix crash on attempted cpu unplug Michael S. Tsirkin
2017-12-01 18:05 ` [Qemu-devel] [PULL 0/7] pc, pci, virtio: fixes for rc3 Peter Maydell
2017-12-03  4:56   ` Michael S. Tsirkin
2017-12-04 10:16     ` Peter Maydell
2017-12-04 17:18       ` Peter Maydell
2017-12-05  0:56       ` Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.