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)
Jan 18 2025, 12:10 AM
Unknown Object (File)
Oct 8 2024, 1:38 AM
Unknown Object (File)
Oct 5 2024, 12:48 AM
Unknown Object (File)
Oct 4 2024, 10:47 PM
Unknown Object (File)
Oct 2 2024, 12:49 PM
Unknown Object (File)
Oct 2 2024, 11:26 AM
Unknown Object (File)
Oct 1 2024, 12:41 AM
Unknown Object (File)
Sep 30 2024, 8:22 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 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.