VirtualBox

儲存庫 vbox 的更動 47710


忽略:
時間撮記:
2013-8-13 下午07:35:21 (12 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
87949
訊息:

DevATA: Added Log4 statements for logging the data being read or written.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Devices/Storage/DevATA.cpp

    r45974 r47710  
    15451545    s->Led.Actual.s.fReading = 0;
    15461546    STAM_PROFILE_ADV_STOP(&s->StatReads, r);
     1547    Log4(("ataReadSectors: rc=%Rrc cSectors=%#x u64Sector=%llu\n%.*Rhxd\n",
     1548          rc, cSectors, u64Sector, cSectors * 512, pvBuf));
    15471549
    15481550    STAM_REL_COUNTER_ADD(&s->StatBytesRead, cSectors * 512);
     
    15811583    s->Led.Actual.s.fWriting = 0;
    15821584    STAM_PROFILE_ADV_STOP(&s->StatWrites, w);
     1585    Log4(("ataWriteSectors: rc=%Rrc cSectors=%#x u64Sector=%llu\n%.*Rhxd\n",
     1586          rc, cSectors, u64Sector, cSectors * 512, pvBuf));
    15831587
    15841588    STAM_REL_COUNTER_ADD(&s->StatBytesWritten, cSectors * 512);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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