]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
support/qemu-guest: Remove SGA bios parameter and warning
authorSimon Kuenzer <simon@unikraft.io>
Thu, 27 Jul 2023 10:56:27 +0000 (12:56 +0200)
committerUnikraft <monkey@unikraft.io>
Fri, 11 Aug 2023 10:21:30 +0000 (10:21 +0000)
commitf56629ab93747efcd815b4e14cefabf8a98bc0b7
treea0cbfb65feb22be3293dc634a8a64f0f376f907a
parent13c141dafd8428683a70ae14855a662b10a98aff
support/qemu-guest: Remove SGA bios parameter and warning

Starting with QEMU version 8.0, the `-device sga` parameter is removed from
the command line because it is no longer needed. These versions include a
SeaBIOS version that contains native support for serial consoles. If an
older version of QEMU is used with `qemu-guest`, the BIOS output may no
longer be visible but the guest would still be able to boot.

Signed-off-by: Simon Kuenzer <simon@unikraft.io>
Reviewed-by: Alexander Jung <alex@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #1034
support/scripts/qemu-guest