Re: [Qemu-devel] [PATCH 4/9] block/qed: use buffer-based io

2019-04-30 Thread Kevin Wolf
Am 22.04.2019 um 16:58 hat Vladimir Sementsov-Ogievskiy geschrieben: > Move to _co_ versions of io functions qed_read_table() and > qed_write_table(), as we use qemu_co_mutex_unlock() > anyway. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > block/qed-table.c | 12 +--- > block/q

[Qemu-devel] [PATCH 4/9] block/qed: use buffer-based io

2019-04-22 Thread Vladimir Sementsov-Ogievskiy
Move to _co_ versions of io functions qed_read_table() and qed_write_table(), as we use qemu_co_mutex_unlock() anyway. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block/qed-table.c | 12 +--- block/qed.c | 6 ++ 2 files changed, 7 insertions(+), 11 deletions(-) diff --git