]> git.ipfire.org Git - thirdparty/mkosi.git/commit
qemu: Use q35 machine 649/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 3 Feb 2021 22:03:15 +0000 (22:03 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 3 Feb 2021 22:03:15 +0000 (22:03 +0000)
commitf1a0985824423912522d802ddb58817051f59503
tree30f518320220bb5acf6bf8630d9932f733dfe749
parentb8368d8de0169600b6ac2a078e692012e03c9ce9
qemu: Use q35 machine

This is necessary for booting with secure boot enabled in QEMU.
Switching to q35 somehow changed the boot order causing us to drop
into the EFI shell at boot. To fix this, I switched from virtio-blk
to virtio-scsci-pci (which is supposed to be the future anyway)
which allows us to set bootindex to override the boot order.
mkosi/__init__.py