Re: Support for x86_64 on aarch64 emulation

2022-04-14 Thread Redha Gouicem
I will start working on a cleaner patch to allow the correct memory ordering enforcement to be implemented, as my current PoC is very hacky. I'll post it to the mailing list as soon as I'm done. Redha On 08/04/2022 17:27, Richard Henderson wrote: > On 4/8/22 05:21, Redha Gouicem wrote: >> We are

Re: Support for x86_64 on aarch64 emulation

2022-04-08 Thread Richard Henderson
On 4/8/22 05:21, Redha Gouicem wrote: We are working on support for x86_64 emulation on aarch64, mainly related to memory ordering issues. We first wanted to know what the community thinks about our proposal, and its chance of getting merged one day. Note that we worked with qemu-user, so there

Support for x86_64 on aarch64 emulation

2022-04-08 Thread Redha Gouicem
We are working on support for x86_64 emulation on aarch64, mainly related to memory ordering issues. We first wanted to know what the community thinks about our proposal, and its chance of getting merged one day. Note that we worked with qemu-user, so there may be issues in system mode that we mis