VirtualBox

Changeset 55853 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
May 13, 2015 2:33:49 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100307
Message:

Logrel consistency.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPcBios.cpp

    r55176 r55853  
    268268            {
    269269                pThis->iShutdown = 0;
    270                 LogRel(("DevPcBios: 8900h shutdown request\n"));
     270                LogRel(("PcBios: 8900h shutdown request\n"));
    271271                return PDMDevHlpVMPowerOff(pDevIns);
    272272            }
     
    458458        if (rc == VERR_VD_IMAGE_READ_ONLY)
    459459        {
    460             LogRel(("DevPcBios: ATA failed to update LCHS geometry, read only\n"));
     460            LogRel(("PcBios: ATA failed to update LCHS geometry, read only\n"));
    461461            rc = VINF_SUCCESS;
    462462        }
    463463        else if (rc == VERR_PDM_GEOMETRY_NOT_SET)
    464464        {
    465             LogRel(("DevPcBios: ATA failed to update LCHS geometry, backend refused\n"));
     465            LogRel(("PcBios: ATA failed to update LCHS geometry, backend refused\n"));
    466466            rc = VINF_SUCCESS;
    467467        }
     
    721721                                       &LCHSGeometry);
    722722            }
    723             LogRel(("DevPcBios: ATA LUN#%d LCHS=%u/%u/%u\n", i, LCHSGeometry.cCylinders, LCHSGeometry.cHeads, LCHSGeometry.cSectors));
     723            LogRel(("PcBios: ATA LUN#%d LCHS=%u/%u/%u\n", i, LCHSGeometry.cCylinders, LCHSGeometry.cHeads, LCHSGeometry.cSectors));
    724724        }
    725725    }
     
    778778                                           &LCHSGeometry);
    779779                }
    780                 LogRel(("DevPcBios: SATA LUN#%d LCHS=%u/%u/%u\n", i, LCHSGeometry.cCylinders, LCHSGeometry.cHeads, LCHSGeometry.cSectors));
     780                LogRel(("PcBios: SATA LUN#%d LCHS=%u/%u/%u\n", i, LCHSGeometry.cCylinders, LCHSGeometry.cHeads, LCHSGeometry.cSectors));
    781781            }
    782782        }
     
    831831                    }
    832832                    pcbiosCmosInitHardDisk(pDevIns, 0x00, offInfo, &LCHSGeometry);
    833                     LogRel(("DevPcBios: SCSI LUN#%d LCHS=%u/%u/%u\n", i, LCHSGeometry.cCylinders, LCHSGeometry.cHeads, LCHSGeometry.cSectors));
     833                    LogRel(("PcBios: SCSI LUN#%d LCHS=%u/%u/%u\n", i, LCHSGeometry.cCylinders, LCHSGeometry.cHeads, LCHSGeometry.cSectors));
    834834                }
    835835                else
    836                     LogRel(("DevPcBios: SCSI LUN#%d LCHS not provided\n", i));
     836                    LogRel(("PcBios: SCSI LUN#%d LCHS not provided\n", i));
    837837            }
    838838        }
     
    11071107
    11081108
    1109     LogRel(("DevPcBios: [SMP] BIOS with %u CPUs\n", pThis->cCpus));
     1109    LogRel(("PcBios: [SMP] BIOS with %u CPUs\n", pThis->cCpus));
    11101110
    11111111    rc = CFGMR3QueryU8Def(pCfg, "IOAPIC", &pThis->u8IOAPIC, 1);
     
    13341334            return rc;
    13351335
    1336         LogRel(("DevPcBios: Using BIOS ROM '%s' with a size of %#x bytes\n", pThis->pszPcBiosFile, pThis->cbPcBios));
     1336        LogRel(("PcBios: Using BIOS ROM '%s' with a size of %#x bytes\n", pThis->pszPcBiosFile, pThis->cbPcBios));
    13371337    }
    13381338    else
     
    14001400        FwCommonPlantMpsTable(pDevIns, pThis->au8DMIPage + VBOX_DMI_TABLE_SIZE,
    14011401                              _4K - VBOX_DMI_TABLE_SIZE, pThis->cCpus);
    1402         LogRel(("DevPcBios: MPS table at %08x\n", VBOX_DMI_TABLE_BASE + VBOX_DMI_TABLE_SIZE));
     1402        LogRel(("PcBios: MPS table at %08x\n", VBOX_DMI_TABLE_BASE + VBOX_DMI_TABLE_SIZE));
    14031403    }
    14041404
     
    14721472             * Ignore failure and fall back to the built-in LAN boot ROM.
    14731473             */
    1474             LogRel(("DevPcBios: Failed to open LAN boot ROM file '%s', rc=%Rrc!\n", pThis->pszLanBootFile, rc));
     1474            LogRel(("PcBios: Failed to open LAN boot ROM file '%s', rc=%Rrc!\n", pThis->pszLanBootFile, rc));
    14751475            RTFileClose(FileLanBoot);
    14761476            FileLanBoot = NIL_RTFILE;
     
    14851485    if (pThis->pszLanBootFile)
    14861486    {
    1487         LogRel(("DevPcBios: Using LAN ROM '%s' with a size of %#x bytes\n", pThis->pszLanBootFile, cbFileLanBoot));
     1487        LogRel(("PcBios: Using LAN ROM '%s' with a size of %#x bytes\n", pThis->pszLanBootFile, cbFileLanBoot));
    14881488        /*
    14891489         * Allocate buffer for the LAN boot ROM data.
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