VirtualBox

Changeset 69100 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Oct 17, 2017 9:22:36 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118397
Message:

PDM/PGM: Return 0xff to devices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp

    r68594 r69100  
    8787        Log(("pdmRCDevHlp_PCIPhysRead: caller=%p/%d: returns %Rrc - Not bus master! GCPhys=%RGp cbRead=%#zx\n",
    8888             pDevIns, pDevIns->iInstance, VERR_PDM_NOT_PCI_BUS_MASTER, GCPhys, cbRead));
     89        memset(pvBuf, 0xff, cbRead);
    8990        return VERR_PDM_NOT_PCI_BUS_MASTER;
    9091    }
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