Skip to content

Commit 5305e8e

Browse files
committed
Stop using vfio_virqfd as it been been folded into vfio module
See Linux kernel commit e2d55709398e62cf53e5c7df3758ae52cc62d63a
1 parent 8f5c866 commit 5305e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/integration_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func TestInvalidInitBinary(t *testing.T) {
106106
func TestVfio(t *testing.T) {
107107
vm, err := buildVmInstance(t, Opts{
108108
modules: "e1000", // add network module needed for ssh
109-
modulesForceLoad: "vfio_pci,vfio,vfio_iommu_type1,vfio_virqfd",
109+
modulesForceLoad: "vfio_pci,vfio,vfio_iommu_type1",
110110
params: []string{"-net", "user,hostfwd=tcp::10022-:22", "-net", "nic"},
111111
disk: "assets/archlinux.ext4.raw",
112112
kernelArgs: []string{"root=/dev/sda", "rw", "vfio-pci.ids=1002:67df,1002:aaf0"},

0 commit comments

Comments
 (0)