snapcore / spread

Spread - Convenient full-system test (task) distribution
GNU General Public License v3.0
99 stars 58 forks source link

qemu: allow specifying the machine type #169

Open IsaacJT opened 1 year ago

IsaacJT commented 1 year ago

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 commented 1 year ago

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