forked from tobimensch/aqemu
-
Notifications
You must be signed in to change notification settings - Fork 0
Run on macOS
Giacomo Lacava edited this page Nov 20, 2020
·
1 revision
Aqemu is lagging behind qemu, which means default settings are unlikely to work with the (much newer) version of qemu found on homebrew.
This is an attempt at listing the necessary parameters to successfully boot a simple vm.
-
Info -> Advanced -> Custom QEMU Command Line Parameters, add
-machine <your_machine_type>
Note: you can find the supported machine types with qemu-system-<your-architecture> -machine help in a terminal
(so for example ARM options: qemu-system-arm -machine help)
- Network -> Network GUI type -> Native -> Apply. You might get errors here.