]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
vmspawn: Switch to virtconsole for headless console (#35836)
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 3 Jan 2025 12:54:09 +0000 (13:54 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Jan 2025 12:54:09 +0000 (13:54 +0100)
virtconsole is the modern way to set up a headless serial connection
to a virtual machine so let's make use of it instead of -serial. This
also allows us to get rid of the per architecture serial console device
names and makes vmspawn more consistent with mkosi qemu which already
uses
virtconsole.


Trivial merge