mbox series

[v3,0/2] throttling for BLOCK_IO_ERROR

Message ID 20241002151806.592469-1-vsementsov@yandex-team.ru (mailing list archive)
Headers show
Series throttling for BLOCK_IO_ERROR | expand

Message

Vladimir Sementsov-Ogievskiy Oct. 2, 2024, 3:18 p.m. UTC
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(-)

Comments

Kevin Wolf Oct. 18, 2024, 3:31 p.m. UTC | #1
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