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

Vladimir Sementsov-Ogievskiy posted 3 patches 2 weeks, 6 days ago
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, 6 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