mbox series

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

Message ID 20240429101623.1992943-1-vsementsov@yandex-team.ru (mailing list archive)
Headers show
Series vhost-user-blk: live resize additional APIs | expand

Message

Vladimir Sementsov-Ogievskiy April 29, 2024, 10:16 a.m. UTC
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(-)