VirtualBox

Ignore:
Timestamp:
Jul 26, 2019 1:37:47 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132438
Message:

VMM: Kicking out raw-mode (work in progress). bugref:9517

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/SELM.cpp

    r76553 r80003  
    515515        pVM->selm.s.Tss.cr3     = PGMGetHyperCR3(pVCpu);
    516516        pVM->selm.s.Tss.ss0     = pVM->selm.s.aHyperSel[SELM_HYPER_SEL_DS];
    517         pVM->selm.s.Tss.esp0    = VMMGetStackRC(pVCpu);
     517        pVM->selm.s.Tss.esp0    = 0;//VMMGetStackRC(pVCpu);
    518518        pVM->selm.s.Tss.cs      = pVM->selm.s.aHyperSel[SELM_HYPER_SEL_CS];
    519519        pVM->selm.s.Tss.ds      = pVM->selm.s.aHyperSel[SELM_HYPER_SEL_DS];
     
    525525        pVM->selm.s.TssTrap08.ss0    = pVM->selm.s.aHyperSel[SELM_HYPER_SEL_DS];
    526526        pVM->selm.s.TssTrap08.ss     = pVM->selm.s.aHyperSel[SELM_HYPER_SEL_DS];
    527         pVM->selm.s.TssTrap08.esp0   = VMMGetStackRC(pVCpu) - PAGE_SIZE / 2;  /* upper half can be analysed this way. */
     527        pVM->selm.s.TssTrap08.esp0   = 0;//VMMGetStackRC(pVCpu) - PAGE_SIZE / 2;  /* upper half can be analysed this way. */
    528528        pVM->selm.s.TssTrap08.esp    = pVM->selm.s.TssTrap08.esp0;
    529529        pVM->selm.s.TssTrap08.ebp    = pVM->selm.s.TssTrap08.esp0;
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