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

Vladimir Sementsov-Ogievskiy posted 5 patches 1 month, 1 week ago
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, 1 week 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