Skip to content

Commit

Permalink
Merge pull request #3988 from leidwang/issue2819
Browse files Browse the repository at this point in the history
Update cpu_model_flags value
  • Loading branch information
YongxueHong authored Sep 9, 2024
2 parents ec69b5f + 8e82f8b commit 22b34aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virttest/shared/cfg/guest-os/Windows.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# lm: Long Mode (x86-64: amd64, also known as Intel 64, i.e. 64-bit capable)
# The flag tells you that the CPU is 64-bit. it's absences tells you that it's 32-bit. (lm=off)
i386:
cpu_model_flags += "lm=off,pae=on"
cpu_model_flags += ",lm=off,pae=on"
# these config are used in virt_test_utils.get_readable_cdroms()
cdrom_get_cdrom_cmd = "echo list volume > check_cdrom &&"
cdrom_get_cdrom_cmd += " echo exit >> check_cdrom &&"
Expand Down

0 comments on commit 22b34aa

Please sign in to comment.