Re: [Qemu-devel] [PATCH v2] Fix the -accel parameter and the documentation for 'hax'

2017-06-07 Thread Thomas Huth
On 07.06.2017 22:14, Emilio G. Cota wrote: > On Thu, May 04, 2017 at 09:11:50 +0200, Markus Armbruster wrote: >> Thomas Huth writes: > (snip) >>> STEXI >>> @item -accel @var{name}[,prop=@var{value}[,...]] >>> @findex -accel >>> This is used to enable an accelerator.

Re: [Qemu-devel] [PATCH v2] Fix the -accel parameter and the documentation for 'hax'

2017-06-07 Thread Emilio G. Cota
On Thu, May 04, 2017 at 09:11:50 +0200, Markus Armbruster wrote: > Thomas Huth writes: (snip) > > STEXI > > @item -accel @var{name}[,prop=@var{value}[,...]] > > @findex -accel > > This is used to enable an accelerator. Depending on the target > > architecture, > > -kvm,

Re: [Qemu-devel] [PATCH v2] Fix the -accel parameter and the documentation for 'hax'

2017-05-04 Thread Markus Armbruster
Thomas Huth writes: > Since 'hax' is a possible accelerator nowadays, too, the '-accel' > option should support it and we should mention this accelerator > in the documentation, too. > > Signed-off-by: Thomas Huth > --- > v2: > - Use qemu_opt_set() instead

[Qemu-devel] [PATCH v2] Fix the -accel parameter and the documentation for 'hax'

2017-05-03 Thread Thomas Huth
Since 'hax' is a possible accelerator nowadays, too, the '-accel' option should support it and we should mention this accelerator in the documentation, too. Signed-off-by: Thomas Huth --- v2: - Use qemu_opt_set() instead of qemu_opts_parse_noisily() - Improve the