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

Vladimir Sementsov-Ogievskiy posted 3 patches 1 month ago
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(-)
[PATCH v6 0/3] vhost-user-blk: live resize additional APIs
Posted by Vladimir Sementsov-Ogievskiy 1 month ago
v6: tiny fix: add document comment for sync_config field to fix qdoc
generation. Also, add r-b and a-b marks.

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
Re: [PATCH v6 0/3] vhost-user-blk: live resize additional APIs
Posted by Vladimir Sementsov-Ogievskiy 10 hours ago
ping)

On 20.09.24 12:49, Vladimir Sementsov-Ogievskiy wrote:
> v6: tiny fix: add document comment for sync_config field to fix qdoc
> generation. Also, add r-b and a-b marks.
> 
> 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(-)
> 

-- 
Best regards,
Vladimir
Re: [PATCH v6 0/3] vhost-user-blk: live resize additional APIs
Posted by Vladimir Sementsov-Ogievskiy 2 weeks, 5 days ago
Ping

On 20.09.24 12:49, Vladimir Sementsov-Ogievskiy wrote:
> v6: tiny fix: add document comment for sync_config field to fix qdoc
> generation. Also, add r-b and a-b marks.
> 
> 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(-)
> 

-- 
Best regards,
Vladimir