Page MenuHomeFreeBSD

bhyve: make most of the iommu_ops interfaces return error
ClosedPublic

Authored by kib on Apr 2 2025, 12:12 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 27, 4:40 AM
Unknown Object (File)
Sun, Apr 19, 10:03 AM
Unknown Object (File)
Sun, Apr 19, 7:42 AM
Unknown Object (File)
Sun, Apr 19, 6:03 AM
Unknown Object (File)
Sun, Apr 19, 5:09 AM
Unknown Object (File)
Fri, Apr 17, 11:25 AM
Unknown Object (File)
Thu, Apr 9, 3:59 AM
Unknown Object (File)
Sat, Apr 4, 12:59 AM

Details

Summary

and change create_mapping()/remove_mapping() to allow shorten results.
bhyve IOMMU_REMOVE_DEVICE(): ignore iommu absence for sake of ppt_attach()

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

kib requested review of this revision.Apr 2 2025, 12:12 AM
sys/amd64/vmm/io/iommu.c
241

Did you plan to handle it in this patch?

sys/amd64/vmm/vmm.c
866

Should this block be deleted?

kib marked 2 inline comments as done.

Fix two todos.

This revision is now accepted and ready to land.Apr 5 2025, 3:55 PM