[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/5] vhost-user-blk: live resize additional APIs
From: |
Vladimir Sementsov-Ogievskiy |
Subject: |
[PATCH v3 0/5] vhost-user-blk: live resize additional APIs |
Date: |
Fri, 29 Mar 2024 21:37:53 +0300 |
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
- [PATCH v3 0/5] vhost-user-blk: live resize additional APIs,
Vladimir Sementsov-Ogievskiy <=
- [PATCH v3 1/5] vhost-user-blk: simplify and fix vhost_user_blk_handle_config_change, Vladimir Sementsov-Ogievskiy, 2024/03/29
- [PATCH v3 2/5] qdev-monitor: fix error message in find_device_state(), Vladimir Sementsov-Ogievskiy, 2024/03/29
- [PATCH v3 3/5] qdev-monitor: add option to report GenericError from find_device_state, Vladimir Sementsov-Ogievskiy, 2024/03/29
- [PATCH v3 5/5] qapi: introduce CONFIG_READ event, Vladimir Sementsov-Ogievskiy, 2024/03/29
- [PATCH v3 4/5] qapi: introduce device-sync-config, Vladimir Sementsov-Ogievskiy, 2024/03/29