mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 12:35:26 +00:00
devices: vfio: Fix comment on VfioContainer::new_noiommu
BUG=none TEST=none Change-Id: Ib7dd0efba9679fbc4c10bb65cc114735fccabcc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3351435 Auto-Submit: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org>
This commit is contained in:
parent
2e0a6532fd
commit
65d4a3e712
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ impl VfioContainer {
|
||||||
Self::new_inner(true /* host_iommu */)
|
Self::new_inner(true /* host_iommu */)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Open VfioContainer with IOMMU enabled.
|
/// Open VfioContainer with IOMMU disabled.
|
||||||
pub fn new_noiommu() -> Result<Self> {
|
pub fn new_noiommu() -> Result<Self> {
|
||||||
Self::new_inner(false /* host_iommu */)
|
Self::new_inner(false /* host_iommu */)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue