Remove duplicate QEMU parameters in the TDX environment
This commit is contained in:
parent
63354d670e
commit
8617f5bc40
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue