spread icon indicating copy to clipboard operation
spread copied to clipboard

qemu: allow specifying the machine type

Open IsaacJT opened this issue 2 years ago • 0 comments

This allows QEMU machine types to be used other than the default "pc", such as "q35". Valid alternative machine types can be identified with the qemu-system-x86_64 -M help command.

This is useful for testing images for embedded systems which may not support the "pc" QEMU machine type, or require features from "q35" or other types.

IsaacJT avatar Apr 12 '23 12:04 IsaacJT