Re: [PATCH v3 4/4] block: Mark 'block_resize' as coroutine

2020-01-17 Thread Markus Armbruster
Kevin Wolf writes: > Am 17.01.2020 um 06:44 hat Markus Armbruster geschrieben: >> Kevin Wolf writes: >> >> > Am 16.01.2020 um 16:13 hat Markus Armbruster geschrieben: >> >> Kevin Wolf writes: >> >> >> >> > Am 16.01.2020 um 10:45 hat Markus Armbruster geschrieben: [...] >> >> >> Pardon my

Re: [PATCH v3 4/4] block: Mark 'block_resize' as coroutine

2020-01-17 Thread Kevin Wolf
Am 17.01.2020 um 06:44 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > Am 16.01.2020 um 16:13 hat Markus Armbruster geschrieben: > >> Kevin Wolf writes: > >> > >> > Am 16.01.2020 um 10:45 hat Markus Armbruster geschrieben: > >> >> Kevin Wolf writes: > >> >> > block_resize is

Re: [PATCH v3 4/4] block: Mark 'block_resize' as coroutine

2020-01-17 Thread Kevin Wolf
Am 17.01.2020 um 09:13 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > Am 16.01.2020 um 10:45 hat Markus Armbruster geschrieben: > >> Kevin Wolf writes: > >> > block_resize is safe to run in a coroutine, so use it as an example for > >> > the new 'coroutine': true annotation in

Re: [PATCH v3 4/4] block: Mark 'block_resize' as coroutine

2020-01-17 Thread Markus Armbruster
Kevin Wolf writes: > Am 16.01.2020 um 10:45 hat Markus Armbruster geschrieben: >> Kevin Wolf writes: >> > block_resize is safe to run in a coroutine, so use it as an example for >> > the new 'coroutine': true annotation in the QAPI schema. >> > >> > Signed-off-by: Kevin Wolf >> > Reviewed-by:

Re: [PATCH v3 4/4] block: Mark 'block_resize' as coroutine

2020-01-16 Thread Markus Armbruster
Kevin Wolf writes: > Am 16.01.2020 um 16:13 hat Markus Armbruster geschrieben: >> Kevin Wolf writes: >> >> > Am 16.01.2020 um 10:45 hat Markus Armbruster geschrieben: >> >> Kevin Wolf writes: >> >> > block_resize is safe to run in a coroutine, so use it as an example for >> >> > the new

Re: [PATCH v3 4/4] block: Mark 'block_resize' as coroutine

2020-01-16 Thread Kevin Wolf
Am 16.01.2020 um 16:13 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > Am 16.01.2020 um 10:45 hat Markus Armbruster geschrieben: > >> Kevin Wolf writes: > >> > block_resize is safe to run in a coroutine, so use it as an example for > >> > the new 'coroutine': true annotation in

Re: [PATCH v3 4/4] block: Mark 'block_resize' as coroutine

2020-01-16 Thread Markus Armbruster
Kevin Wolf writes: > Am 16.01.2020 um 10:45 hat Markus Armbruster geschrieben: >> Kevin Wolf writes: >> > block_resize is safe to run in a coroutine, so use it as an example for >> > the new 'coroutine': true annotation in the QAPI schema. >> > >> > Signed-off-by: Kevin Wolf >> > Reviewed-by:

Re: [PATCH v3 4/4] block: Mark 'block_resize' as coroutine

2020-01-16 Thread Kevin Wolf
Am 16.01.2020 um 10:45 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > block_resize is safe to run in a coroutine, so use it as an example for > > the new 'coroutine': true annotation in the QAPI schema. > > > > Signed-off-by: Kevin Wolf > > Reviewed-by: Marc-André Lureau > > diff

Re: [PATCH v3 4/4] block: Mark 'block_resize' as coroutine

2020-01-16 Thread Markus Armbruster
Kevin Wolf writes: > block_resize is safe to run in a coroutine, so use it as an example for > the new 'coroutine': true annotation in the QAPI schema. > > Signed-off-by: Kevin Wolf > Reviewed-by: Marc-André Lureau > --- > qapi/block-core.json | 3 ++- > blockdev.c | 6 +++--- > 2

[PATCH v3 4/4] block: Mark 'block_resize' as coroutine

2020-01-15 Thread Kevin Wolf
block_resize is safe to run in a coroutine, so use it as an example for the new 'coroutine': true annotation in the QAPI schema. Signed-off-by: Kevin Wolf Reviewed-by: Marc-André Lureau --- qapi/block-core.json | 3 ++- blockdev.c | 6 +++--- 2 files changed, 5 insertions(+), 4