Re: [Qemu-devel] [PATCH] vl: convert -smp to qemu_opts_parse()

2013-07-01 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] vl: convert -smp to qemu_opts_parse()

2013-07-01 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH] vl: convert -smp to qemu_opts_parse()

2013-06-28 Thread Andreas Färber
Am 28.06.2013 13:27, schrieb Peter Maydell: > On 28 June 2013 11:39, Michael Tokarev wrote: >> 19.06.2013 23:35, Anthony Liguori wrote: >>> Michael Tokarev writes: >>> Signed-off-by: Michael Tokarev >>> >>> Reviewed-by: Anthony Liguori >> >> Thank you for the review. Ok to apply it to the

Re: [Qemu-devel] [PATCH] vl: convert -smp to qemu_opts_parse()

2013-06-28 Thread Peter Maydell
On 28 June 2013 11:39, Michael Tokarev wrote: > 19.06.2013 23:35, Anthony Liguori wrote: >> Michael Tokarev writes: >> >>> Signed-off-by: Michael Tokarev >> >> Reviewed-by: Anthony Liguori > > Thank you for the review. Ok to apply it to the > trivial tree, since the change is quite simple? I

Re: [Qemu-devel] [PATCH] vl: convert -smp to qemu_opts_parse()

2013-06-28 Thread Michael Tokarev
19.06.2013 23:35, Anthony Liguori wrote: > Michael Tokarev writes: > >> Signed-off-by: Michael Tokarev > > Reviewed-by: Anthony Liguori Thank you for the review. Ok to apply it to the trivial tree, since the change is quite simple? Thanks, /mjt

Re: [Qemu-devel] [PATCH] vl: convert -smp to qemu_opts_parse()

2013-06-19 Thread Anthony Liguori
Michael Tokarev writes: > Signed-off-by: Michael Tokarev Reviewed-by: Anthony Liguori Regards, Anthony Liguori > --- > vl.c | 122 > +- > 1 file changed, 69 insertions(+), 53 deletions(-) > > diff --git a/vl.c b/vl.c > index