]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Use qemu's virtconsole for the serial console 2834/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 4 Jul 2024 15:16:35 +0000 (17:16 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 4 Jul 2024 15:46:07 +0000 (17:46 +0200)
commitc236c9f7b9c82d3590acfdb2eb3668a9ba5775ea
tree09db877d8c12e9600bb9f6ea960a2bb5cadf4bbd
parent5279498588f248cbb66c54a5a82c1931cf5573aa
Use qemu's virtconsole for the serial console

edk2 now has a virtio serial driver so let's switch to virtconsole
for the serial console as it's significantly faster compared to the
old ISA serial console.
mkosi/__init__.py
mkosi/config.py
mkosi/qemu.py
mkosi/resources/mkosi.md
tests/__init__.py