VirtualBox

Changeset 17528 in vbox


Ignore:
Timestamp:
Mar 7, 2009 8:43:59 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43961
Message:

HWACCM: return to ring-3 if VM_FF_PGM_NEED_HANDY_PAGES is set.

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r17284 r17528  
    894894#endif
    895895    {
    896         if (VM_FF_ISPENDING(pVM, VM_FF_TO_R3 | VM_FF_TIMER))
     896        if (VM_FF_ISPENDING(pVM, VM_FF_TO_R3 | VM_FF_TIMER | VM_FF_PGM_NEED_HANDY_PAGES))
    897897        {
    898898            VM_FF_CLEAR(pVM, VM_FF_TO_R3);
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r17489 r17528  
    20632063
    20642064    /* Check for pending actions that force us to go back to ring 3. */
    2065     if (VM_FF_ISPENDING(pVM, VM_FF_TO_R3 | VM_FF_TIMER))
     2065    if (VM_FF_ISPENDING(pVM, VM_FF_TO_R3 | VM_FF_TIMER | VM_FF_PGM_NEED_HANDY_PAGES))
    20662066    {
    20672067        VM_FF_CLEAR(pVM, VM_FF_TO_R3);
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