Il 15/09/2014 09:04, TeLeMan ha scritto:
>> > -configure_icount(icount_option);
> When icount_opts is null, seqlock_init() & vmstate_register() in
> configure_icount() cannot be executed.
>
There's already a pull request sent with a fix.
Paolo
On Fri, Jul 25, 2014 at 5:56 PM, Sebastian Tanase
wrote:
> Make icount parameter use QemuOpts style options in order
> to easily add other suboptions.
>
> Signed-off-by: Sebastian Tanase
> Tested-by: Camille Bégué
> Signed-off-by: Paolo Bonzini
> ---
> cpus.c| 10 +-
>
Sebastian Tanase writes:
> Make icount parameter use QemuOpts style options in order
> to easily add other suboptions.
>
> Signed-off-by: Sebastian Tanase
> Tested-by: Camille Bégué
> Signed-off-by: Paolo Bonzini
[...]
> diff --git a/qemu-options.hx b/qemu-options.hx
> index 9e54686..143def4 1
Make icount parameter use QemuOpts style options in order
to easily add other suboptions.
Signed-off-by: Sebastian Tanase
Tested-by: Camille Bégué
Signed-off-by: Paolo Bonzini
---
cpus.c| 10 +-
include/qemu-common.h | 3 ++-
qemu-options.hx | 4 ++--
qtest.c