Skip to content

Commit

Permalink
Merge pull request #4090 from XueqiangWei/seabios_order_once_disable_sga
Browse files Browse the repository at this point in the history
seabios_order_once: disable sga device from rhel8.6
  • Loading branch information
XueqiangWei authored Jul 2, 2024
2 parents 7b48e70 + 2eb71a4 commit 953548f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions qemu/tests/cfg/seabios_order_once.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
only default_bios
boot_menu = on
start_vm =no
enable_sga = yes
Host_RHEL.m9:
enable_sga = no
machine_type_extra_params = "graphics=off"
enable_sga = no
machine_type_extra_params = "graphics=off"
Host_RHEL.m6, Host_RHEL.m7, Host_RHEL.m8.u0, Host_RHEL.m8.u1, Host_RHEL.m8.u2, Host_RHEL.m8.u3, Host_RHEL.m8.u4, Host_RHEL.m8.u5:
enable_sga = yes
machine_type_extra_params = ""
image_boot = no
images = "stg"
image_name_stg = "images/stg"
Expand Down

0 comments on commit 953548f

Please sign in to comment.