[PATCH v3 0/5] vhost-user-blk: live resize additional APIs

Vladimir Sementsov-Ogievskiy posted 5 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240329183758.3360733-1-vsementsov@yandex-team.ru
Maintainers: Raphael Norwitz <raphael@enfabrica.net>, "Michael S. Tsirkin" <mst@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Markus Armbruster <armbru@redhat.com>, "Dr. David Alan Gilbert" <dave@treblig.org>, Eric Blake <eblake@redhat.com>
There is a newer version of this series
hw/block/vhost-user-blk.c | 32 +++++++++++-------
hw/virtio/virtio-pci.c    | 18 ++++++++++
include/hw/qdev-core.h    |  3 ++
include/monitor/qdev.h    |  2 ++
include/sysemu/runstate.h |  1 +
monitor/monitor.c         |  1 +
qapi/qdev.json            | 54 ++++++++++++++++++++++++++++++
stubs/qdev.c              |  6 ++++
system/qdev-monitor.c     | 70 ++++++++++++++++++++++++++++++++++++---
system/runstate.c         |  5 +++
10 files changed, 175 insertions(+), 17 deletions(-)
[PATCH v3 0/5] vhost-user-blk: live resize additional APIs
Posted by Vladimir Sementsov-Ogievskiy 1 month ago
v3:
02: add r-b by Markus
03: improve commit message
04: improve documentation, merge race-fix here (which was v2:05),
    rebase on master (migration_is_running() now without arguments)
05: improve documentation

Vladimir Sementsov-Ogievskiy (5):
  vhost-user-blk: simplify and fix vhost_user_blk_handle_config_change
  qdev-monitor: fix error message in find_device_state()
  qdev-monitor: add option to report GenericError from find_device_state
  qapi: introduce device-sync-config
  qapi: introduce CONFIG_READ event

 hw/block/vhost-user-blk.c | 32 +++++++++++-------
 hw/virtio/virtio-pci.c    | 18 ++++++++++
 include/hw/qdev-core.h    |  3 ++
 include/monitor/qdev.h    |  2 ++
 include/sysemu/runstate.h |  1 +
 monitor/monitor.c         |  1 +
 qapi/qdev.json            | 54 ++++++++++++++++++++++++++++++
 stubs/qdev.c              |  6 ++++
 system/qdev-monitor.c     | 70 ++++++++++++++++++++++++++++++++++++---
 system/runstate.c         |  5 +++
 10 files changed, 175 insertions(+), 17 deletions(-)

-- 
2.34.1