Re: [Qemu-devel] [PATCH V5 1/6] icount: Add QemuOpts for icount

2014-09-15 Thread Paolo Bonzini
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

Re: [Qemu-devel] [PATCH V5 1/6] icount: Add QemuOpts for icount

2014-09-15 Thread TeLeMan
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 +- >

Re: [Qemu-devel] [PATCH V5 1/6] icount: Add QemuOpts for icount

2014-08-07 Thread Markus Armbruster
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

[Qemu-devel] [PATCH V5 1/6] icount: Add QemuOpts for icount

2014-07-25 Thread Sebastian Tanase
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