On Thu, Mar 07, 2019 at 06:19:25PM +0200, Anastasiia Rusakova wrote: > From: Anastasiia Rusakova > > Some functions sometimes uses req->dev even though a local variable > VirtIOBlock* s = req->dev has already been defined. > Updated places to use s everywhere in the file. > > Signed-off-by: Anastasiia Rusakova > --- > hw/block/virtio-blk.c | 16 +++++++++------- > 1 file changed, 9 insertions(+), 7 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan