Page MenuHomeFreeBSD

PATCH[1/5] AMD IOMMU/Vi support for bhyve.
AbandonedPublic

Authored by anish on Apr 23 2016, 5:50 PM.
Tags
None
Referenced Files
F147558120: D6078.diff
Wed, Mar 11, 9:45 PM
Unknown Object (File)
Wed, Mar 4, 6:07 PM
Unknown Object (File)
Sun, Feb 22, 8:22 PM
Unknown Object (File)
Fri, Feb 20, 3:46 PM
Unknown Object (File)
Feb 9 2026, 5:15 AM
Unknown Object (File)
Dec 17 2025, 11:22 PM
Unknown Object (File)
Dec 14 2025, 12:02 AM
Unknown Object (File)
Dec 4 2025, 5:02 AM
Subscribers

Details

Reviewers
grehan
neel
Summary

First patch for AMD-Vi support. amdvi_priv.h defines various data structures for used by subsequent changes. It is based on AMD IOMMU spec ver 2.62.

I have tested it on Phenom box which has AMD-Vi version 1.

Test Plan

In last few months I have tested by booting on various guest - BSD, Linux - using Intel NIC as passthrough device.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Warnings
SeverityLocationCodeMessage
Warningsys/amd64/vmm/amd/amdvi_priv.h:CHMOD1Invalid Executable
Unit
No Test Coverage
Build Status
Buildable 3429
Build 3468: arc lint + arc unit

Event Timeline

anish retitled this revision from to PATCH[1/5] AMD IOMMU/Vi support for bhyve..
anish updated this object.
anish edited the test plan for this revision. (Show Details)
anish added reviewers: neel, grehan.

Fix many of style(9) and removed multiple references to AMD docs.

Makefile is not part of review, please ignore.