[PATCH v3 0/2] throttling for BLOCK_IO_ERROR

Vladimir Sementsov-Ogievskiy posted 2 patches 1 month, 3 weeks ago
block/block-backend.c | 21 +++++++++++++++++----
monitor/monitor.c     |  7 +++++--
qapi/block-core.json  |  9 +++++++--
3 files changed, 29 insertions(+), 8 deletions(-)
[PATCH v3 0/2] throttling for BLOCK_IO_ERROR
Posted by Vladimir Sementsov-Ogievskiy 1 month, 3 weeks ago
v2: switch to qom-path as discriminator, for this, add patch 01.

Leonid Kaplan (1):
  block-backend: per-device throttling of BLOCK_IO_ERROR reports

Vladimir Sementsov-Ogievskiy (1):
  qapi: add qom-path to BLOCK_IO_ERROR event

 block/block-backend.c | 21 +++++++++++++++++----
 monitor/monitor.c     |  7 +++++--
 qapi/block-core.json  |  9 +++++++--
 3 files changed, 29 insertions(+), 8 deletions(-)

-- 
2.34.1
Re: [PATCH v3 0/2] throttling for BLOCK_IO_ERROR
Posted by Kevin Wolf 1 month ago
Am 02.10.2024 um 17:18 hat Vladimir Sementsov-Ogievskiy geschrieben:
> v2: switch to qom-path as discriminator, for this, add patch 01.
> 
> Leonid Kaplan (1):
>   block-backend: per-device throttling of BLOCK_IO_ERROR reports
> 
> Vladimir Sementsov-Ogievskiy (1):
>   qapi: add qom-path to BLOCK_IO_ERROR event

Thanks, applied to the block branch.

Kevin