On Mon, Apr 01, 2019 at 12:30:51PM +0300, [email protected] wrote: > From: Nikita Alekseev <[email protected]> > > bdrv_check_co_entry calls bdrv_co_check, which is a coroutine function. > Thus, it also needs to be marked as a coroutine. > > Signed-off-by: Nikita Alekseev <[email protected]> > --- > block.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Thank you! I prefixed the commit message with "block: ". Most commits have a subsystem prefix to make browsing/searching git log easier. In the future you can add it yourself - look at git log for a file to discover what prefix other people recently used. Thanks, applied to my block-next tree: https://github.com/stefanha/qemu/commits/block-next Stefan
signature.asc
Description: PGP signature
