Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | kvm/iommu: fix compile warning | Joerg Roedel | 2009-01-03 |
| | | | | | | | This fixes a compile warning about a variable thats maybe used uninitialized in the function. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> | ||
* | KVM: change KVM to use IOMMU API | Joerg Roedel | 2009-01-03 |
| | | | | Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> | ||
* | KVM: rename vtd.c to iommu.c | Joerg Roedel | 2009-01-03 |
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> |