Re: [Qemu-devel] [PATCH v3 0/4] Initial Windows on ARM (AArch64 64-Bit) host support

2019-05-03 Thread Peter Maydell
On Fri, 3 May 2019 at 11:20, Philippe Mathieu-Daudé wrote: > > On 5/3/19 2:22 AM, Cao Jiaxi wrote: > > Initial Windows on ARM (AArch64 64-Bit) host support > > > > This series of patches is for initial support of Windows 10 on ARM as a > > QEMU host. > > Currently only TCG intepreter is working c

Re: [Qemu-devel] [PATCH v3 0/4] Initial Windows on ARM (AArch64 64-Bit) host support

2019-05-03 Thread Philippe Mathieu-Daudé
On 5/3/19 2:22 AM, Cao Jiaxi wrote: > Initial Windows on ARM (AArch64 64-Bit) host support > > This series of patches is for initial support of Windows 10 on ARM as a QEMU > host. > Currently only TCG intepreter is working correctly, it crashes when TCG JIT > is enabled. > > For now we assume i

[Qemu-devel] [PATCH v3 0/4] Initial Windows on ARM (AArch64 64-Bit) host support

2019-05-02 Thread Cao Jiaxi
Initial Windows on ARM (AArch64 64-Bit) host support This series of patches is for initial support of Windows 10 on ARM as a QEMU host. Currently only TCG intepreter is working correctly, it crashes when TCG JIT is enabled. For now we assume it is built using the clang aarch64-w64-mingw32 toolc