VirtualBox

Changeset 1559 in vbox


Ignore:
Timestamp:
Mar 19, 2007 2:07:23 PM (18 years ago)
Author:
vboxsync
Message:

Backed out 19596 due to regressions with save/restore smoke tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/EM.cpp

    r1519 r1559  
    21952195                    CSAMR3CheckGates(pVM, u8Interrupt, 1);
    21962196                    Log(("emR3RawHandleRC: recheck gate %x -> valid=%d\n", u8Interrupt, TRPMR3GetGuestTrapHandler(pVM, u8Interrupt) != TRPM_INVALID_HANDLER));
     2197                    /** @todo regressions; mainly during save/restore in smoke tests. */
     2198#if 0
    21972199                    /** If it was successful, then we could go back to raw mode. */
    21982200                    if (TRPMR3GetGuestTrapHandler(pVM, u8Interrupt) != TRPM_INVALID_HANDLER)
     
    22052207                        }
    22062208                    }
     2209#endif
    22072210                }
    22082211            }
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