Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Run QEMU on aarch64 hardware

In case you have access to a linux-aarch64 machine:

  • replace --accel tcg with --accel kvm (or --accel hvf on MacOS)

  • remove virtualization=true (won't be available for your cpu/kvm)

  • replace cpu with -cpu=host

Setup Windows

Setup will take between 1 and 2 hours on a high end x64 processor. It requires several manual steps.

...