Re: [Qemu-devel] [PATCH 1/2] qtest: don't configure icount if qtest not allowed

2013-10-18 Thread Paolo Bonzini
Il 17/10/2013 23:52, Michael S. Tsirkin ha scritto: This makes it possible to run bios under qtest Alternatively, let's split qtest_init into a part for -machine accel=qtest and one for -qtest. Also has the advantage of fixing an assertion with qemu-system-x86_64 -machine accel=qtest. Paolo

Re: [Qemu-devel] [PATCH 1/2] qtest: don't configure icount if qtest not allowed

2013-10-18 Thread Michael S. Tsirkin
On Fri, Oct 18, 2013 at 01:51:11PM +0200, Paolo Bonzini wrote: Il 17/10/2013 23:52, Michael S. Tsirkin ha scritto: This makes it possible to run bios under qtest Alternatively, let's split qtest_init into a part for -machine accel=qtest and one for -qtest. Also has the advantage of

[Qemu-devel] [PATCH 1/2] qtest: don't configure icount if qtest not allowed

2013-10-17 Thread Michael S. Tsirkin
This makes it possible to run bios under qtest Signed-off-by: Michael S. Tsirkin m...@redhat.com --- qtest.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qtest.c b/qtest.c index 584c707..48e3288 100644 --- a/qtest.c +++ b/qtest.c @@ -508,7 +508,9 @@ int qtest_init(void)