Skip to content

Commit

Permalink
Merge pull request #4089 from XueqiangWei/seabios_strict_disable_sga
Browse files Browse the repository at this point in the history
seabios_strict: disable sga device from rhel8.6 and the later version
  • Loading branch information
XueqiangWei authored Jul 2, 2024
2 parents 95a268c + ba03719 commit 7dcd245
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions qemu/tests/cfg/seabios_strict.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
only default_bios
image_boot = no
boot_menu = on
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 = ""
images = 'stg'
bootindex_stg = 1
image_name_stg = 'images/stg'
Expand Down

0 comments on commit 7dcd245

Please sign in to comment.