VirtualBox

Changeset 80007 in vbox for trunk/src/VBox/VMM/VMMR3/VM.cpp


Ignore:
Timestamp:
Jul 26, 2019 1:57:38 PM (5 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

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

    r79995 r80007  
    6565#include <VBox/vmm/tm.h>
    6666#include <VBox/vmm/stam.h>
    67 #include <VBox/vmm/patm.h>
    68 #include <VBox/vmm/csam.h>
    6967#include <VBox/vmm/iom.h>
    7068#include <VBox/vmm/ssm.h>
     
    941939                                        if (RT_SUCCESS(rc))
    942940                                        {
    943 #ifdef VBOX_WITH_RAW_MODE
    944                                             rc = CSAMR3Init(pVM);
     941                                            rc = SSMR3RegisterStub(pVM, "CSAM", 0);
    945942                                            if (RT_SUCCESS(rc))
    946943                                            {
    947                                                 rc = PATMR3Init(pVM);
     944                                                rc = SSMR3RegisterStub(pVM, "PATM", 0);
    948945                                                if (RT_SUCCESS(rc))
    949946                                                {
    950 #endif
    951947                                                    rc = IOMR3Init(pVM);
    952948                                                    if (RT_SUCCESS(rc))
     
    10171013                                                        AssertRC(rc2);
    10181014                                                    }
    1019 #ifdef VBOX_WITH_RAW_MODE
    1020                                                     int rc2 = PATMR3Term(pVM);
    1021                                                     AssertRC(rc2);
    10221015                                                }
    1023                                                 int rc2 = CSAMR3Term(pVM);
    1024                                                 AssertRC(rc2);
    10251016                                            }
    1026 #endif
    10271017                                            int rc2 = TRPMR3Term(pVM);
    10281018                                            AssertRC(rc2);
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