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
Unknown Object (File)
Mon, Mar 30, 1:56 AM
Unknown Object (File)
Wed, Mar 25, 7:20 PM
Unknown Object (File)
Sat, Mar 14, 4:07 AM
Unknown Object (File)
Fri, Mar 13, 8:59 PM
Unknown Object (File)
Wed, Mar 11, 9:45 PM
Unknown Object (File)
Wed, Mar 4, 6:07 PM
Unknown Object (File)
Feb 22 2026, 8:22 PM
Unknown Object (File)
Feb 20 2026, 3:46 PM
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 3818
Build 3861: 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.