Re: [Qemu-devel] [PATCH] vl: Fix broken thread=xxx option of the --accel parameter

2017-06-08 Thread Thomas Huth
On 08.06.2017 14:53, Paolo Bonzini wrote: > > > On 08/06/2017 09:04, Markus Armbruster wrote: >> The fix is fine, so >> >> Reviewed-by: Markus Armbruster > > Who's going to merge it? Could you do it, Paolo? You also merged my commit bde4d9205 that introduced this bug...

Re: [Qemu-devel] [PATCH] vl: Fix broken thread=xxx option of the --accel parameter

2017-06-08 Thread Paolo Bonzini
On 08/06/2017 09:04, Markus Armbruster wrote: > The fix is fine, so > > Reviewed-by: Markus Armbruster Who's going to merge it? Paolo

Re: [Qemu-devel] [PATCH] vl: Fix broken thread=xxx option of the --accel parameter

2017-06-08 Thread Alex Bennée
Thomas Huth writes: > Commit bde4d9205 ("Fix the -accel parameter and the documentation for > 'hax'") introduced a regression by adding a new local accel_opts > variable which shadows the variable with the same name that is > declared at the beginning of the main() scope. This

Re: [Qemu-devel] [PATCH] vl: Fix broken thread=xxx option of the --accel parameter

2017-06-08 Thread Markus Armbruster
Thomas Huth writes: > Commit bde4d9205 ("Fix the -accel parameter and the documentation for > 'hax'") introduced a regression by adding a new local accel_opts > variable which shadows the variable with the same name that is > declared at the beginning of the main() scope. This

[Qemu-devel] [PATCH] vl: Fix broken thread=xxx option of the --accel parameter

2017-06-07 Thread Thomas Huth
Commit bde4d9205 ("Fix the -accel parameter and the documentation for 'hax'") introduced a regression by adding a new local accel_opts variable which shadows the variable with the same name that is declared at the beginning of the main() scope. This causes the qemu_tcg_configure() call later to be