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)
Tue, Nov 25, 1:26 PM
Unknown Object (File)
Tue, Nov 25, 1:26 PM
Unknown Object (File)
Tue, Nov 25, 1:26 PM
Unknown Object (File)
Tue, Nov 25, 1:26 PM
Unknown Object (File)
Tue, Nov 25, 1:25 PM
Unknown Object (File)
Thu, Nov 20, 3:33 AM
Unknown Object (File)
Fri, Nov 14, 9:47 PM
Unknown Object (File)
Sun, Nov 2, 7:32 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
239

Did you plan to handle it in this patch?

sys/amd64/vmm/vmm.c
867

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