VirtualBox

Changeset 80027 in vbox


Ignore:
Timestamp:
Jul 28, 2019 2:26:07 PM (5 years ago)
Author:
vboxsync
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/vmapi.h

    r76585 r80027  
    335335#ifdef IN_RING3
    336336/** @defgroup grp_vmm_apis_r3  VM Host Context Ring 3 API
    337  * This interface is a _draft_!
    338337 * @ingroup grp_vm
    339338 * @{ */
     
    351350     * Used to make decisision depending on HM* bits being completely
    352351     * initialized. */
    353     VMINITCOMPLETED_HM,
    354     /** The RC init is completed. */
    355     VMINITCOMPLETED_RC
     352    VMINITCOMPLETED_HM
    356353} VMINITCOMPLETED;
    357354
     
    520517#endif /* IN_RING3 */
    521518
    522 
    523 #ifdef IN_RC
    524 /** @defgroup grp_vmm_apis_gc  VM Guest Context APIs
    525  * @ingroup grp_vm
    526  * @{ */
    527 
    528 /** @} */
    529 #endif
    530 
    531519RT_C_DECLS_END
    532520
  • trunk/src/VBox/VMM/VMMR3/PDM.cpp

    r78208 r80027  
    481481VMMR3_INT_DECL(int) PDMR3InitCompleted(PVM pVM, VMINITCOMPLETED enmWhat)
    482482{
    483 #ifdef VBOX_WITH_RAW_MODE
    484     if (enmWhat == VMINITCOMPLETED_RC)
    485 #else
    486483    if (enmWhat == VMINITCOMPLETED_RING0)
    487 #endif
    488484        return pdmR3DevInitComplete(pVM);
    489485    return VINF_SUCCESS;
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