mbox series

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

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

Message

Vladimir Sementsov-Ogievskiy Nov. 6, 2024, 11:18 a.m. UTC
v7: update QAPI version 9.1 -> 9.2

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    |  6 +++++
 qapi/qdev.json            | 24 ++++++++++++++++++
 system/qdev-monitor.c     | 53 ++++++++++++++++++++++++++++++++++++---
 5 files changed, 108 insertions(+), 11 deletions(-)

Comments

Michael S. Tsirkin Nov. 6, 2024, 6:17 p.m. UTC | #1
On Wed, Nov 06, 2024 at 02:18:34PM +0300, Vladimir Sementsov-Ogievskiy wrote:
> v7: update QAPI version 9.1 -> 9.2



Not like this. ypur patches are merged, pls post a fix patch on top.
Thanks!

> 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    |  6 +++++
>  qapi/qdev.json            | 24 ++++++++++++++++++
>  system/qdev-monitor.c     | 53 ++++++++++++++++++++++++++++++++++++---
>  5 files changed, 108 insertions(+), 11 deletions(-)
> 
> -- 
> 2.34.1