[PATCH v4 0/3] vhost-user-blk: live resize additional APIs

Vladimir Sementsov-Ogievskiy posted 3 patches 2 weeks, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240429101623.1992943-1-vsementsov@yandex-team.ru
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Raphael Norwitz <raphael@enfabrica.net>, 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>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
hw/block/vhost-user-blk.c | 27 ++++++++++++-----
hw/virtio/virtio-pci.c    |  9 ++++++
include/hw/qdev-core.h    |  3 ++
qapi/qdev.json            | 23 ++++++++++++++
system/qdev-monitor.c     | 63 ++++++++++++++++++++++++++++++++++++---
5 files changed, 114 insertions(+), 11 deletions(-)
[PATCH v4 0/3] vhost-user-blk: live resize additional APIs
Posted by Vladimir Sementsov-Ogievskiy 2 weeks, 2 days ago
v4:
Fixes 01-02 from v3 are already merged.
02: new, split out from 03
03: refacting vhost_user_blk_handle_config_change() split out to 02
    drop current_run_state_str() helper
    some rewordings (Markus)

Vladimir Sementsov-Ogievskiy (3):
  qdev-monitor: add option to report GenericError from find_device_state
  vhost-user-blk: split vhost_user_blk_sync_config()
  qapi: introduce device-sync-config

 hw/block/vhost-user-blk.c | 27 ++++++++++++-----
 hw/virtio/virtio-pci.c    |  9 ++++++
 include/hw/qdev-core.h    |  3 ++
 qapi/qdev.json            | 23 ++++++++++++++
 system/qdev-monitor.c     | 63 ++++++++++++++++++++++++++++++++++++---
 5 files changed, 114 insertions(+), 11 deletions(-)

-- 
2.34.1