VirtualBox

source: vbox/trunk/src/VBox/VMM/.scm-settings@ 109008

Last change on this file since 109008 was 108959, checked in by vboxsync, 10 days ago

VMM/IEM: scm fixes. jiraref:VBP-1598

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.3 KB
Line 
1# $Id: .scm-settings 108959 2025-04-12 00:16:48Z vboxsync $
2## @file
3# Source code massager settings for the VMM.
4#
5
6#
7# Copyright (C) 2017-2024 Oracle and/or its affiliates.
8#
9# This file is part of VirtualBox base platform packages, as
10# available from https://www.virtualbox.org.
11#
12# This program is free software; you can redistribute it and/or
13# modify it under the terms of the GNU General Public License
14# as published by the Free Software Foundation, in version 3 of the
15# License.
16#
17# This program is distributed in the hope that it will be useful, but
18# WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20# General Public License for more details.
21#
22# You should have received a copy of the GNU General Public License
23# along with this program; if not, see <https://www.gnu.org/licenses>.
24#
25# SPDX-License-Identifier: GPL-3.0-only
26#
27
28
29/VMMAll/IEMAllInstPython.py: --license-ose-dual
30
31--filter-out-files /testcase/dev.tar.gz
32
33/include/PGMGstDefs-x86.h: --no-fix-header-guards
34/include/PGMSlatDefs.h: --no-fix-header-guards
35/VMMR0/PGMR0Bth.h: --no-fix-header-guards
36/VMMR3/PGMPhysRWTmpl.h: --no-fix-header-guards
37/VMMAll/PGMAll*-*.cpp.h: --no-fix-header-guards
38/VMMAll/target-armv8/IEMAllInstrA64Impl.h: --no-fix-header-guards
39/VMMAll/target-x86/IEMAllInstCommonBodyMacros-x86.h: --no-fix-header-guards
40/VMMAll/target-x86/IEMAllN8veLiveness-x86.h: --no-fix-header-guards
41/VMMAll/target-x86/IEMAllN8veRecompFuncs-x86.h: --no-fix-header-guards
42/testcase/tstVMStruct.h: --no-fix-header-guards
43/testcase/tstIEMAImplData.h: --no-fix-header-guards
44
45/*.h: --guard-relative-to-dir . --guard-prefix VMM_INCLUDED_SRC_
46/VMMR3/cpus/*.h: --guard-relative-to-dir VMMR3/cpus --guard-prefix VBOX_CPUDB_
47
48# Forbid PAGE_SIZE, PAGE_SIZE and PAGE_OFFSET_MASK w/o GUEST_ or HOST_ prefix.
49/*.cpp: --only-guest-host-page
50/*.h: --only-guest-host-page
51# Except in the pool where more care/work is needed.
52/VMMAll/PGMAllPool.cpp: --no-page-restrictions
53/VMMR3/PGMPool.cpp: --no-page-restrictions
54/testcase/tstVMStructSize.cpp: --no-page-restrictions
55
56# Forbid ASMMemIsZeroPage and ASMMemZeroPage.
57/*.cpp: --no-ASMMemPage-use
58/*.h: --no-ASMMemPage-use
59# Except in the pool where more care/work is needed.
60/VMMR3/PGMPool.cpp: --unrestricted-ASMMemPage-use
61/VMMAll/PGMAllPool.cpp: --unrestricted-ASMMemPage-use
62
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette