VirtualBox

Changeset 12702 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Sep 24, 2008 4:56:02 PM (16 years ago)
Author:
vboxsync
Message:

#1865: HWACCM - alignment fix+check for 32-bit gcc, doxygen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp

    r11371 r12702  
    5353HWACCMDECL(int) HWACCMInvalidatePage(PVM pVM, RTGCPTR GCVirt)
    5454{
    55     /* @todo Intel for nested paging */
     55    /** @todo Intel for nested paging */
    5656#ifdef IN_RING0
    5757    if (pVM->hwaccm.s.svm.fSupported)
     
    7070HWACCMDECL(int) HWACCMFlushTLB(PVM pVM)
    7171{
    72     /* @todo Intel for nested paging */
     72    /** @todo Intel for nested paging */
    7373    if (pVM->hwaccm.s.svm.fSupported)
    7474    {
     
    121121
    122122#ifdef IN_RING0
    123     /* @todo Intel for nested paging */
     123    /** @todo Intel for nested paging */
    124124    if (pVM->hwaccm.s.svm.fSupported)
    125125    {
     
    133133
    134134/**
    135  * Checks if an interrupt event is currently pending. 
     135 * Checks if an interrupt event is currently pending.
    136136 *
    137137 * @returns Interrupt event pending state.
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