On Mon, 16 Jun 2014 16:05:26 +0300 "Michael S. Tsirkin" <m...@redhat.com> wrote:
> qmp-commands.hx has some UTF8 space characters. > Replace with ascii whitespace. > > Signed-off-by: Michael S. Tsirkin <m...@redhat.com> > --- > qmp-commands.hx | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/qmp-commands.hx b/qmp-commands.hx > index bb34cd8..2009034 100644 > --- a/qmp-commands.hx > +++ b/qmp-commands.hx > @@ -3569,7 +3569,7 @@ Example: > "format":"qcow2", > "virtual-size":2048000 > } > - } } ] } > + } } ] } > > EQMP > This one doesn't apply.