Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-03 | kvm/iommu: fix compile warning | Joerg Roedel | |
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 | |
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> | |||
2009-01-03 | KVM: rename vtd.c to iommu.c | Joerg Roedel | |
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> |