You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
The recently merged Vagrantfile for creating a VM with CI setup is a great improvement. However, it currently runs the VM as qemu's i440FX based machine. That means the "host" for the tests has no PCIe, and can't have an IOMMU which prevents reasonably testing a number of Kata features such as VFIO.
Expected result
Vagrant VM runs with q35 qemu machine which has PCIe and allows for an IOMMU.
Actual result
Vagrant VM runs with i440FX based 'pc' machine, and attempting to add an IOMMU will result in a qemu error.
The text was updated successfully, but these errors were encountered:
Currently the VM is configured with QEMU's i440FX machine type which has no
PCIe support (among other restrictions). This changed the Vagrantfile so that
the it boots a q35 machine instead.
Fixeskata-containers#3752
Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
wainersm
added a commit
to wainersm/kc-tests
that referenced
this issue
Sep 14, 2021
Currently the VM is configured with QEMU's i440FX machine type which has no
PCIe support (among other restrictions). This changed the Vagrantfile so that
the it boots a q35 machine instead.
Fixeskata-containers#3752
Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
Currently the VM is configured with QEMU's i440FX machine type which has no
PCIe support (among other restrictions). This changed the Vagrantfile so that
the it boots a q35 machine instead.
Fixeskata-containers#3752
Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
wainersm
added a commit
to wainersm/kc-tests
that referenced
this issue
Oct 27, 2021
Currently the VM is configured with QEMU's i440FX machine type which has no
PCIe support (among other restrictions). This changed the Vagrantfile so that
the it boots a q35 machine instead.
Fixeskata-containers#3752
Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
Description of problem
The recently merged Vagrantfile for creating a VM with CI setup is a great improvement. However, it currently runs the VM as qemu's i440FX based machine. That means the "host" for the tests has no PCIe, and can't have an IOMMU which prevents reasonably testing a number of Kata features such as VFIO.
Expected result
Vagrant VM runs with
q35
qemu machine which has PCIe and allows for an IOMMU.Actual result
Vagrant VM runs with i440FX based 'pc' machine, and attempting to add an IOMMU will result in a qemu error.
The text was updated successfully, but these errors were encountered: