Re: How to clone CPUState in a new thread?

2019-11-08 Thread Michael Goffioul
On Thu, Nov 7, 2019 at 1:50 PM Michael Goffioul wrote: > On Thu, Nov 7, 2019 at 7:53 AM Peter Maydell > wrote: > >> On Thu, 7 Nov 2019 at 12:46, Michael Goffioul >> wrote: >> > Side question: is this the right mailing list to discuss this, or is >> there a more appropriate one? >> >> You're

Re: How to clone CPUState in a new thread?

2019-11-07 Thread Michael Goffioul
On Thu, Nov 7, 2019 at 7:53 AM Peter Maydell wrote: > On Thu, 7 Nov 2019 at 12:46, Michael Goffioul > wrote: > > Side question: is this the right mailing list to discuss this, or is > there a more appropriate one? > > You're more likely to find actual QEMU developers reading qemu-devel; >

Re: How to clone CPUState in a new thread?

2019-11-07 Thread Peter Maydell
On Thu, 7 Nov 2019 at 12:46, Michael Goffioul wrote: > Side question: is this the right mailing list to discuss this, or is there a > more appropriate one? You're more likely to find actual QEMU developers reading qemu-devel; qemu-discuss has fewer contributors and they tend to be more likely

Re: How to clone CPUState in a new thread?

2019-11-07 Thread Michael Goffioul
On Thu, Nov 7, 2019 at 7:38 AM Michael Goffioul wrote: > > > On Thu, Nov 7, 2019 at 4:57 AM Jakob Bohm wrote: > >> On 07/11/2019 01:44, Michael Goffioul wrote: >> > Hi, >> > >> > I'm working on a project that wants to replace houdini (ARM-to-x86 >> > translation layer for Android from Intel)

Re: How to clone CPUState in a new thread?

2019-11-07 Thread Michael Goffioul
On Thu, Nov 7, 2019 at 4:57 AM Jakob Bohm wrote: > On 07/11/2019 01:44, Michael Goffioul wrote: > > Hi, > > > > I'm working on a project that wants to replace houdini (ARM-to-x86 > > translation layer for Android from Intel) with a free open-source > > implementation. I'm trying to leverage qemu

Re: How to clone CPUState in a new thread?

2019-11-07 Thread Jakob Bohm
On 07/11/2019 01:44, Michael Goffioul wrote: Hi, I'm working on a project that wants to replace houdini (ARM-to-x86 translation layer for Android from Intel) with a free open-source implementation. I'm trying to leverage qemu user-mode to achieve that, but it requires code changes to allow

How to clone CPUState in a new thread?

2019-11-06 Thread Michael Goffioul
Hi, I'm working on a project that wants to replace houdini (ARM-to-x86 translation layer for Android from Intel) with a free open-source implementation. I'm trying to leverage qemu user-mode to achieve that, but it requires code changes to allow executing dynamically loaded functions instead of