Remove duplicate QEMU parameters in the TDX environment

This commit is contained in:
Hsy-Intel 2025-11-14 04:18:14 +08:00 committed by Tate, Hongliang Tian
parent 63354d670e
commit 8617f5bc40
2 changed files with 0 additions and 2 deletions

View File

@ -60,7 +60,6 @@ qemu.args = """\
-drive file=target/osdk/asterinas/asterinas.qcow2,if=virtio,format=qcow2 \
-monitor telnet:127.0.0.1:9001,server,nowait \
-bios /root/ovmf/release/OVMF.fd \
-object tdx-guest,sept-ve-disable=on,id=tdx0 \
-cpu host,-kvm-steal-time,pmu=off \
-machine q35,kernel-irqchip=split,confidential-guest-support=tdx0 \
-smp 1 \

View File

@ -10,7 +10,6 @@ qemu.args = """
-monitor pty \
-nodefaults \
-bios /root/ovmf/release/OVMF.fd \
-object tdx-guest,sept-ve-disable=on,id=tdx0 \
-cpu host,-kvm-steal-time,pmu=off \
-machine q35,kernel-irqchip=split,confidential-guest-support=tdx0 \
-device virtio-keyboard-pci,disable-legacy=on,disable-modern=off \