VirtualBox

Changeset 11301

Show
Ignore:
Timestamp:
08/09/08 01:00:27 (3 months ago)
Author:
vboxsync
Message:

vmapi: Removed unused & deprecated macro VM_HOST_ADDR.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/vmapi.h

    r8155 r11301  
    9292# define VM_R0_ADDR(pVM, pvInVM)       ( (RTR0PTR)(pvInVM) ) 
    9393#endif 
    94  
    95 /** @def VM_HOST_ADDR 
    96  * Converts guest address of data within the VM structure to the equivalent 
    97  * host address. 
    98  * 
    99  * @returns host virtual address. 
    100  * @param   pVM     Pointer to the VM. 
    101  * @param   pvInVM  GC Pointer within the VM. 
    102  * @deprecated 
    103  */ 
    104 #define VM_HOST_ADDR(pVM, pvInVM)     ( (RTHCPTR)((RTHCUINTPTR)pVM->pVMHC + (uint32_t)((uintptr_t)(pvInVM) - (uintptr_t)pVM->pVMGC)) ) 
    10594 
    10695 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy