spread
spread copied to clipboard
qemu: allow specifying the machine type
This allows QEMU machine types to be used other than the default "pc", such as "q35", by specifying the targetted machine type in the "plan" variable in the system configuration. Valid alternative machine types can be identified with the qemu-system-x86_64 -M help command.
Reimplementation of the former PR https://github.com/snapcore/spread/pull/166 in order to make use of pre-exisiting common variables (@mvo5)