Re: [Qemu-devel] [PATCH] qapi: Complete BlkdebugEvent

2014-11-07 Thread Max Reitz
On 07.11.2014 21:57, Eric Blake wrote: On 11/07/2014 04:51 PM, Max Reitz wrote: Several events were missing from the QAPI enum, add them. Reported-by: Kevin Wolf Signed-off-by: Max Reitz --- qapi/block-core.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Do we need any docum

Re: [Qemu-devel] [PATCH] qapi: Complete BlkdebugEvent

2014-11-07 Thread Eric Blake
On 11/07/2014 04:51 PM, Max Reitz wrote: > Several events were missing from the QAPI enum, add them. > > Reported-by: Kevin Wolf > Signed-off-by: Max Reitz > --- > qapi/block-core.json | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Do we need any documentation on these? Or is this

Re: [Qemu-devel] [PATCH] qapi: Complete BlkdebugEvent

2014-11-07 Thread Kevin Wolf
Am 07.11.2014 um 16:51 hat Max Reitz geschrieben: > Several events were missing from the QAPI enum, add them. > > Reported-by: Kevin Wolf > Signed-off-by: Max Reitz Thanks, applied to the block branch. Kevin

[Qemu-devel] [PATCH] qapi: Complete BlkdebugEvent

2014-11-07 Thread Max Reitz
Several events were missing from the QAPI enum, add them. Reported-by: Kevin Wolf Signed-off-by: Max Reitz --- qapi/block-core.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qapi/block-core.json b/qapi/block-core.json index 77a0cfb..8c3e45d 100644 --- a/qapi/block-c