Re: [PULL 07/37] cpus: extract out hax-specific code to target/i386/

2020-10-17 Thread Volker Rümelin
>> Hi Claudio, >> >> is there a reason why you removed current_cpu = cpu; from >> hax_cpu_thread_fn() when you moved that function to target/i386/hax-cpus.c? >> This change broke HAX on Windows. Adding back that line makes it work again. > > Hello Volker, I see the change in the history and it

Re: [PULL 07/37] cpus: extract out hax-specific code to target/i386/

2020-10-16 Thread Claudio Fontana
On 10/16/20 8:48 AM, Volker Rümelin wrote: >> From: Claudio Fontana >> >> register a "CpusAccel" interface for HAX as well. >> > >> diff --git a/softmmu/cpus.c b/softmmu/cpus.c >> index 9fa73735a2..900fff827a 100644 >> --- a/softmmu/cpus.c >> +++ b/softmmu/cpus.c >> @@ -416,35 +403,6 @@ void

Re: [PULL 07/37] cpus: extract out hax-specific code to target/i386/

2020-10-16 Thread Volker Rümelin
> From: Claudio Fontana > > register a "CpusAccel" interface for HAX as well. > > diff --git a/softmmu/cpus.c b/softmmu/cpus.c > index 9fa73735a2..900fff827a 100644 > --- a/softmmu/cpus.c > +++ b/softmmu/cpus.c > @@ -416,35 +403,6 @@ void qemu_wait_io_event(CPUState *cpu) >

[PULL 07/37] cpus: extract out hax-specific code to target/i386/

2020-10-06 Thread Paolo Bonzini
From: Claudio Fontana register a "CpusAccel" interface for HAX as well. Signed-off-by: Claudio Fontana Reviewed-by: Richard Henderson Signed-off-by: Paolo Bonzini --- softmmu/cpus.c| 80 +--- target/i386/hax-all.c | 6 ++-