VirtualBox

Changeset 97106 in vbox


Ignore:
Timestamp:
Oct 12, 2022 10:06:11 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154066
Message:

VMM/NEMR3Native-darwin: A test for which a proeprly signed build is required, bugref:9044

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin.cpp

    r97073 r97106  
    544544    else
    545545        hrc = hv_vm_map(pvRam, GCPhys, cb, fHvMemProt);
    546     return nemR3DarwinHvSts2Rc(hrc);
     546    if (hrc != HV_SUCCESS)
     547        LogRel(("Failed to map %RGp LB %zu fProt=%#x/%#x hrc=%\n", GCPhys, cb, fPageProt, fHvMemProt));
     548    return VINF_SUCCESS; //nemR3DarwinHvSts2Rc(hrc);
    547549}
    548550
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