Harvey-OS / harvey

A distributed operating system
https://harvey-os.org/
MIT License
1.44k stars 105 forks source link

GO9P* scripts should use qemu q35 machine when using kvm #1128

Closed gmacd closed 3 years ago

gmacd commented 3 years ago

If kvm is enabled, the GO9P* scripts use the older 'pc' machine config, rather than the newer q35 config. This means we don't have an ahci device amongst other things. Switching to q35 to have a more modern config (and ahci).

A couple of consequences of the change:

Signed-off-by: Graham MacDonald grahamamacdonald@gmail.com