Re: [Qemu-devel] [PATCH v2 1/2] fix a typo of strict option

2013-12-09 Thread Amos Kong
On Mon, Dec 09, 2013 at 10:16:38AM +0100, Markus Armbruster wrote: > Amos Kong writes: > > > The type of "strict" should be bool. > > > > Signed-off-by: Amos Kong > > --- > > vl.c |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/vl.c b/vl.c > > index b0399de.

Re: [Qemu-devel] [PATCH v2 1/2] fix a typo of strict option

2013-12-09 Thread Markus Armbruster
Amos Kong writes: > The type of "strict" should be bool. > > Signed-off-by: Amos Kong > --- > vl.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/vl.c b/vl.c > index b0399de..12fe1f7 100644 > --- a/vl.c > +++ b/vl.c > @@ -461,7 +461,7 @@ static QemuOptsList qemu_

[Qemu-devel] [PATCH v2 1/2] fix a typo of strict option

2013-12-09 Thread Amos Kong
The type of "strict" should be bool. Signed-off-by: Amos Kong --- vl.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vl.c b/vl.c index b0399de..12fe1f7 100644 --- a/vl.c +++ b/vl.c @@ -461,7 +461,7 @@ static QemuOptsList qemu_boot_opts = { .type = QEMU_OP