Skip to content

Commit

Permalink
Add vfio_net_boot cases for tdx
Browse files Browse the repository at this point in the history
Signed-off-by: Farrah Chen <[email protected]>
  • Loading branch information
fanchen2 committed Nov 21, 2024
1 parent 3c8b965 commit e2c5a15
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions KVM/qemu/vfio_net_boot.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# setup_hostdev_slots = 0000:00:00.1
hostdev_bind_driver = vfio-pci
vm_hostdev_driver = vfio-pci
ext_host = linux-ftp.intel.com
ext_host = kernel.org
variants:
- single_vm:
vms = "vm1"
Expand All @@ -25,9 +25,6 @@
- vf:
hostdev_assignment_type = vf
hostdev_vf_counts = 4
variants ip_version:
- ipv4:
- ipv6:
variants:
- @default:
# multi hostdev will be bound to the same iommufd
Expand Down Expand Up @@ -56,3 +53,10 @@
- @default:
- hugepage:
hugepage = yes
variants:
- vm:
- tdvm:
vm_secure_guest_type = tdx
machine_type_extra_params = "kernel-irqchip=split"
auto_cpu_model = "no"
cpu_model = "host"

0 comments on commit e2c5a15

Please sign in to comment.