The Monday 01 Sep 2014 à 13:35:21 (+0800), Liu Yuan wrote : > Cc: Kevin Wolf <kw...@redhat.com> > Cc: Stefan Hajnoczi <stefa...@redhat.com> > Signed-off-by: Liu Yuan <namei.u...@gmail.com> > --- > block.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/block.c b/block.c > index e9380f6..c12b8de 100644 > --- a/block.c > +++ b/block.c > @@ -2239,7 +2239,7 @@ int bdrv_commit(BlockDriverState *bs) > > if (!drv) > return -ENOMEDIUM; > - > + > if (!bs->backing_hd) { > return -ENOTSUP; > } > -- > 1.9.1 > >
Reviewed-by: Benoît Canet <benoit.ca...@nodalink.com> You should probably CC: qemu-triv...@nongnu.org See http://wiki.qemu.org/Contribute/TrivialPatches