qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/14] virtio: features, cleanups
@ 2019-10-29 22:59 Michael S. Tsirkin
  2019-10-29 23:00 ` [PULL 01/14] qdev/qbus: add hidden device support Michael S. Tsirkin
                   ` (14 more replies)
  0 siblings, 15 replies; 23+ messages in thread
From: Michael S. Tsirkin @ 2019-10-29 22:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell

The following changes since commit 16884391c750d0c5e863f55ad7aaaa146fc5181e:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-10-29' into staging (2019-10-29 20:06:08 +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 b5f53d04a5a567ac70d33ec95628d35583eba600:

  virtio: Use auto rcu_read macros (2019-10-29 18:56:45 -0400)

----------------------------------------------------------------
virtio: features, cleanups

virtio net failover
rcu cleanup

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

----------------------------------------------------------------
Dr. David Alan Gilbert (3):
      virtio/vhost: Use auto_rcu_read macros
      virtio_net: use RCU_READ_LOCK_GUARD
      virtio: Use auto rcu_read macros

Jens Freimann (11):
      qdev/qbus: add hidden device support
      pci: add option for net failover
      pci: mark devices partially unplugged
      pci: mark device having guest unplug request pending
      qapi: add unplug primary event
      qapi: add failover negotiated event
      migration: allow unplug during migration for failover devices
      migration: add new migration state wait-unplug
      libqos: tolerate wait-unplug migration state
      net/virtio: add failover support
      vfio: unplug failover primary device before migration

 qapi/migration.json            |  24 +++-
 qapi/net.json                  |  19 +++
 hw/vfio/pci.h                  |   1 +
 include/hw/pci/pci.h           |   4 +
 include/hw/qdev-core.h         |  30 ++++
 include/hw/virtio/virtio-net.h |  12 ++
 include/hw/virtio/virtio.h     |   1 +
 include/migration/vmstate.h    |   2 +
 migration/migration.h          |   3 +
 migration/savevm.h             |   2 +
 hw/core/qdev.c                 |  25 ++++
 hw/net/virtio-net.c            | 309 ++++++++++++++++++++++++++++++++++++++++-
 hw/pci/pci.c                   |  32 +++++
 hw/pci/pcie.c                  |   6 +
 hw/vfio/pci.c                  |  26 +++-
 hw/virtio/vhost.c              |   4 +-
 hw/virtio/virtio.c             |  65 +++------
 migration/migration.c          |  21 +++
 migration/savevm.c             |  31 +++++
 qdev-monitor.c                 |  43 +++++-
 tests/libqos/libqos.c          |   3 +-
 vl.c                           |   6 +-
 MAINTAINERS                    |   1 +
 docs/virtio-net-failover.rst   |  68 +++++++++
 24 files changed, 673 insertions(+), 65 deletions(-)
 create mode 100644 docs/virtio-net-failover.rst



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

end of thread, other threads:[~2020-06-29 16:12 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29 22:59 [PULL 00/14] virtio: features, cleanups Michael S. Tsirkin
2019-10-29 23:00 ` [PULL 01/14] qdev/qbus: add hidden device support Michael S. Tsirkin
2019-10-29 23:00 ` [PULL 02/14] pci: add option for net failover Michael S. Tsirkin
2019-10-29 23:00 ` [PULL 03/14] pci: mark devices partially unplugged Michael S. Tsirkin
2019-10-29 23:00 ` [PULL 04/14] pci: mark device having guest unplug request pending Michael S. Tsirkin
2019-10-29 23:00 ` [PULL 05/14] qapi: add unplug primary event Michael S. Tsirkin
2020-06-29 16:05   ` Eric Blake
2020-06-29 16:07     ` Eric Blake
2019-10-29 23:00 ` [PULL 06/14] qapi: add failover negotiated event Michael S. Tsirkin
2019-10-29 23:00 ` [PULL 07/14] migration: allow unplug during migration for failover devices Michael S. Tsirkin
2019-10-29 23:00 ` [PULL 08/14] migration: add new migration state wait-unplug Michael S. Tsirkin
2020-06-27 21:49   ` Peter Maydell
2020-06-29 12:09     ` Dr. David Alan Gilbert
2020-06-29 14:00       ` Peter Maydell
2019-10-29 23:00 ` [PULL 09/14] libqos: tolerate wait-unplug migration state Michael S. Tsirkin
2019-10-29 23:01 ` [PULL 10/14] net/virtio: add failover support Michael S. Tsirkin
2019-11-12 10:08   ` Peter Maydell
2019-10-29 23:01 ` [PULL 11/14] vfio: unplug failover primary device before migration Michael S. Tsirkin
2019-11-12 10:13   ` Peter Maydell
2019-10-29 23:01 ` [PULL 12/14] virtio/vhost: Use auto_rcu_read macros Michael S. Tsirkin
2019-10-29 23:01 ` [PULL 13/14] virtio_net: use RCU_READ_LOCK_GUARD Michael S. Tsirkin
2019-10-29 23:38 ` [PULL 14/14] virtio: Use auto rcu_read macros Michael S. Tsirkin
2019-10-30 11:10 ` [PULL 00/14] virtio: features, cleanups 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).