Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-03 | kvm/iommu: fix compile warning | Joerg Roedel | 1 | -1/+1 | |
This fixes a compile warning about a variable thats maybe used uninitialized in the function. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> | |||||
2009-01-03 | KVM: change KVM to use IOMMU API | Joerg Roedel | 1 | -24/+21 | |
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> | |||||
2009-01-03 | KVM: rename vtd.c to iommu.c | Joerg Roedel | 1 | -0/+217 | |
Impact: file renamed The code in the vtd.c file can be reused for other IOMMUs as well. So rename it to make it clear that it handle more than VT-d. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> |