Changeset 37868 in vbox
- Timestamp:
- Jul 11, 2011 12:34:04 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72765
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
r37798 r37868 146 146 printk(KERN_INFO "vboxpci: IOMMU found\n"); 147 147 else 148 printk(KERN_INFO "vboxpci: IOMMU not found ( checked)\n");148 printk(KERN_INFO "vboxpci: IOMMU not found (not registered)\n"); 149 149 #else 150 150 printk(KERN_INFO "vboxpci: IOMMU not found (not compiled)\n"); … … 977 977 int vboxPciOsInitVm(PVBOXRAWPCIDRVVM pThis, PVM pVM, PRAWPCIPERVM pVmData) 978 978 { 979 #ifdef DEBUG 979 980 printk(KERN_DEBUG "vboxPciOsInitVm: %p\n", pThis); 981 #endif 980 982 #ifdef VBOX_WITH_IOMMU 981 983 if (iommu_found()) … … 998 1000 void vboxPciOsDeinitVm(PVBOXRAWPCIDRVVM pThis, PVM pVM) 999 1001 { 1002 #ifdef DEBUG 1000 1003 printk(KERN_DEBUG "vboxPciOsDeinitVm: %p\n", pThis); 1004 #endif 1001 1005 #ifdef VBOX_WITH_IOMMU 1002 1006 if (pThis->pIommuDomain)
Note:
See TracChangeset
for help on using the changeset viewer.