VirtualBox

Changeset 37868 in vbox


Ignore:
Timestamp:
Jul 11, 2011 12:34:04 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72765
Message:

HostDrivers/VBoxPci: less noise

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c

    r37798 r37868  
    146146        printk(KERN_INFO "vboxpci: IOMMU found\n");
    147147    else
    148         printk(KERN_INFO "vboxpci: IOMMU not found (checked)\n");
     148        printk(KERN_INFO "vboxpci: IOMMU not found (not registered)\n");
    149149#else
    150150    printk(KERN_INFO "vboxpci: IOMMU not found (not compiled)\n");
     
    977977int  vboxPciOsInitVm(PVBOXRAWPCIDRVVM pThis, PVM pVM, PRAWPCIPERVM pVmData)
    978978{
     979#ifdef DEBUG
    979980    printk(KERN_DEBUG "vboxPciOsInitVm: %p\n", pThis);
     981#endif
    980982#ifdef VBOX_WITH_IOMMU
    981983    if (iommu_found())
     
    9981000void vboxPciOsDeinitVm(PVBOXRAWPCIDRVVM pThis, PVM pVM)
    9991001{
     1002#ifdef DEBUG
    10001003    printk(KERN_DEBUG "vboxPciOsDeinitVm: %p\n", pThis);
     1004#endif
    10011005#ifdef VBOX_WITH_IOMMU
    10021006    if (pThis->pIommuDomain)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette