VirtualBox

Changeset 11301 in vbox for trunk/include


Ignore:
Timestamp:
Aug 8, 2008 11:00:27 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
34395
Message:

vmapi: Removed unused & deprecated macro VM_HOST_ADDR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
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