Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions KVM/qemu/tdx_cpuoff_pinedVMdown.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
machine_type_extra_params = "kernel-irqchip=split"
vm_secure_guest_type = tdx
# Don't create/remove guest images
smp = 64
start_vm = no
# Stop VM after testing
kill_vm = yes
Expand Down
1 change: 0 additions & 1 deletion KVM/qemu/tests/tdx_cpuoff_pinedVMdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def run(test, params, env):
# TD can not boot up with vCPU number larger than host pCPU
if cpu.online_count() < 64:
test.cancel("Platform doesn't support to run this test")
params["smp"] = 64

for i in range(0, 20):
params["start_vm"] = "yes"
Expand Down
Loading