Re: [PATCH 04/14] qapi: fix example of BLOCK_JOB_PENDING event

2022-03-25 Thread Markus Armbruster
Victor Toso writes: > * Event's name: BLOCK_JOB_WAITING -> BLOCK_JOB_PENDING > * Argument device -> id > > Signed-off-by: Victor Toso > --- > qapi/block-core.json | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/qapi/block-core.json b/qapi/block-core.json > index 5b6

Re: [PATCH 04/14] qapi: fix example of BLOCK_JOB_PENDING event

2022-03-24 Thread John Snow
On Thu, Mar 24, 2022, 1:50 PM Victor Toso wrote: > * Event's name: BLOCK_JOB_WAITING -> BLOCK_JOB_PENDING > * Argument device -> id > > Signed-off-by: Victor Toso > --- > qapi/block-core.json | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/qapi/block-core.json b/qap

[PATCH 04/14] qapi: fix example of BLOCK_JOB_PENDING event

2022-03-24 Thread Victor Toso
* Event's name: BLOCK_JOB_WAITING -> BLOCK_JOB_PENDING * Argument device -> id Signed-off-by: Victor Toso --- qapi/block-core.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qapi/block-core.json b/qapi/block-core.json index 5b6c069dd9..ea96e1b009 100644 --- a/qapi/bl