Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kvm/iommu: fix compile warning | Joerg Roedel | 2009-01-03 | 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> | ||||
* | KVM: change KVM to use IOMMU API | Joerg Roedel | 2009-01-03 | 1 | -24/+21 |
| | | | | Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> | ||||
* | KVM: rename vtd.c to iommu.c | Joerg Roedel | 2009-01-03 | 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> |