spread icon indicating copy to clipboard operation
spread copied to clipboard

qemu: allow specifying the machine type

Open IsaacJT opened this issue 1 year ago • 1 comments

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.

IsaacJT avatar May 02 '23 15:05 IsaacJT

Reimplementation of the former PR https://github.com/snapcore/spread/pull/166 in order to make use of pre-exisiting common variables (@mvo5)

IsaacJT avatar May 02 '23 15:05 IsaacJT