VirtualBox

Changeset 36211 in vbox for trunk/src/recompiler/exec.c


Ignore:
Timestamp:
Mar 8, 2011 6:00:36 PM (14 years ago)
Author:
vboxsync
Message:

replaced kvm.h with our own which stubbs the exposed functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/exec.c

    r36175 r36211  
    21962196                                   target_phys_addr_t end_addr)
    21972197{
     2198#ifndef VBOX
    21982199    int ret = 0;
    21992200
     
    22012202        ret = kvm_physical_sync_dirty_bitmap(start_addr, end_addr);
    22022203    return ret;
     2204#else
     2205    return 0;
     2206#endif
    22032207}
    22042208
Note: See TracChangeset for help on using the changeset viewer.

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