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

2024-09-20 Thread Vladimir Sementsov-Ogievskiy
On 11.09.24 12:51, Michael S. Tsirkin wrote: On Tue, Jun 25, 2024 at 03:18:40PM +0300, Vladimir Sementsov-Ogievskiy wrote: v5: 03: drop extra check on is is runstate running Causes build failures when generating qdoc. https://gitlab.com/mstredhat/qemu/-/jobs/7792086965 Sorry for a delay,

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

2024-09-11 Thread Michael S. Tsirkin
On Tue, Jun 25, 2024 at 03:18:40PM +0300, Vladimir Sementsov-Ogievskiy wrote: > v5: > 03: drop extra check on is is runstate running Causes build failures when generating qdoc. https://gitlab.com/mstredhat/qemu/-/jobs/7792086965 > > Vladimir Sementsov-Ogievskiy (3): > qdev-monitor: add optio

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

2024-08-01 Thread Vladimir Sementsov-Ogievskiy
On 01.08.24 11:37, Michael S. Tsirkin wrote: On Thu, Aug 01, 2024 at 11:35:19AM +0300, Vladimir Sementsov-Ogievskiy wrote: On 01.07.24 23:55, Michael S. Tsirkin wrote: On Mon, Jul 01, 2024 at 08:42:39AM -0400, Raphael Norwitz wrote: I have no issues with these APIs, but I'm not a QMP expert so

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

2024-08-01 Thread Michael S. Tsirkin
On Thu, Aug 01, 2024 at 11:35:19AM +0300, Vladimir Sementsov-Ogievskiy wrote: > On 01.07.24 23:55, Michael S. Tsirkin wrote: > > On Mon, Jul 01, 2024 at 08:42:39AM -0400, Raphael Norwitz wrote: > > > I have no issues with these APIs, but I'm not a QMP expert so others > > > should review those bits

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

2024-08-01 Thread Vladimir Sementsov-Ogievskiy
On 01.07.24 23:55, Michael S. Tsirkin wrote: On Mon, Jul 01, 2024 at 08:42:39AM -0400, Raphael Norwitz wrote: I have no issues with these APIs, but I'm not a QMP expert so others should review those bits. For the vhost-user-blk code: Acked-by: Raphael Norwitz Could the relevant bits get ack

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

2024-07-19 Thread Vladimir Sementsov-Ogievskiy
On 18.07.24 11:31, Markus Armbruster wrote: Vladimir Sementsov-Ogievskiy writes: ping. Markus, Eric, could someone give an ACC for QAPI part? I apologize for the delay. It was pretty bad. No problem, I myself make worse delays now when busy with other work, thanks for reviewing! -- Bes

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

2024-07-18 Thread Markus Armbruster
Vladimir Sementsov-Ogievskiy writes: > ping. Markus, Eric, could someone give an ACC for QAPI part? I apologize for the delay. It was pretty bad.

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

2024-07-11 Thread Vladimir Sementsov-Ogievskiy
ping. Markus, Eric, could someone give an ACC for QAPI part? On 25.06.24 15:18, Vladimir Sementsov-Ogievskiy wrote: v5: 03: drop extra check on is is runstate running Vladimir Sementsov-Ogievskiy (3): qdev-monitor: add option to report GenericError from find_device_state vhost-user-blk:

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

2024-07-01 Thread Michael S. Tsirkin
On Mon, Jul 01, 2024 at 08:42:39AM -0400, Raphael Norwitz wrote: > I have no issues with these APIs, but I'm not a QMP expert so others > should review those bits. > > For the vhost-user-blk code: > > Acked-by: Raphael Norwitz Could the relevant bits get ack from qapi maintainers please? > O

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

2024-07-01 Thread Raphael Norwitz
I have no issues with these APIs, but I'm not a QMP expert so others should review those bits. For the vhost-user-blk code: Acked-by: Raphael Norwitz On Tue, Jun 25, 2024 at 8:19 AM Vladimir Sementsov-Ogievskiy wrote: > > v5: > 03: drop extra check on is is runstate running > > > Vladimir Seme

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

2024-06-25 Thread Vladimir Sementsov-Ogievskiy
v5: 03: drop extra check on is is runstate running 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 ++--