VirtualBox

Changeset 108314 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Feb 20, 2025 3:48:40 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167658
Message:

VMM/IEM: Renamed IEMAll-armv8.cpp to IEMAllStub.cpp and stripped down the includes and corrected log group. jiraref:VBP-1531

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllStub.cpp

    r108313 r108314  
    11/* $Id$ */
    22/** @file
    3  * IEM - Interpreted Execution Manager, ARMv8 specific things.
     3 * IEM - Interpreted Execution Manager, dummy IEM stub functions.
     4 *
     5 * This is for use during porting to a new host as well as when IEM isn't
     6 * required for some reason.
    47 */
    58
     
    3033*   Header Files                                                                                                                 *
    3134*********************************************************************************************************************************/
    32 #define LOG_GROUP LOG_GROUP_EM
     35#define LOG_GROUP LOG_GROUP_IEM
    3336#include <VBox/vmm/iem.h>
    34 #include <VBox/vmm/cpum.h>
    35 #include <VBox/vmm/dbgf.h>
    36 #include <VBox/vmm/mm.h>
    37 #include "IEMInternal-armv8.h"
    38 #include <VBox/vmm/vm.h>
    39 #include <VBox/vmm/vmapi.h>
    4037
    4138#include <iprt/assert.h>
    4239#include <iprt/errcore.h>
    43 #include <iprt/getopt.h>
    4440#include <iprt/string.h>
    4541
     
    134130    return VERR_NOT_IMPLEMENTED;
    135131}
     132
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