Re: QEMU and kvm on big.LITTLE aarch64

2020-10-27 Thread Peter Maydell
On Tue, 27 Oct 2020 at 20:28, Michal Schulz wrote: > Recently I have attempted to to run qemu-system-aarch64, version 5.1.0, on an > aarch64 machine. It is Pinebook Pro with RK3399 big.LITTLE SOC, running > Manjaro linux, kernel version 5.9.1-3. When using tcg everything works just > fine, but

QEMU and kvm on big.LITTLE aarch64

2020-10-27 Thread Michal Schulz
Dear Qemu friends! I have been using qemu for years for low-level development of software (bare metal for raspberrypi or operating systems such as AROS for x86, x86-64, ppc). Since I am busy with my new project - a JIT translator of M68k running on bare metal aarch64 machines, I’ve started to