1 | # $Id: .scm-settings 93862 2022-02-20 13:47:55Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for the VMM.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2017-2022 Oracle Corporation
|
---|
8 | #
|
---|
9 | # This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
10 | # available from http://www.virtualbox.org. This file is free software;
|
---|
11 | # you can redistribute it and/or modify it under the terms of the GNU
|
---|
12 | # General Public License (GPL) as published by the Free Software
|
---|
13 | # Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
14 | # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
15 | # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
16 | #
|
---|
17 |
|
---|
18 |
|
---|
19 | /VMMAll/IEMAllInstructionsPython.py: --license-ose-dual
|
---|
20 |
|
---|
21 | --filter-out-files /testcase/dev.tar.gz
|
---|
22 |
|
---|
23 | /include/PGMGstDefs.h: --no-fix-header-guards
|
---|
24 | /VMMR0/PGMR0Bth.h: --no-fix-header-guards
|
---|
25 | /VMMR3/PGMPhysRWTmpl.h: --no-fix-header-guards
|
---|
26 | /VMMRC/PGMRCBth.h: --no-fix-header-guards
|
---|
27 | /VMMRC/PGMRCShw.h: --no-fix-header-guards
|
---|
28 | /VMMRC/PGMRCGst.h: --no-fix-header-guards
|
---|
29 | /VMMAll/PGMAllBth.h: --no-fix-header-guards
|
---|
30 | /VMMAll/PGMAllGst.h: --no-fix-header-guards
|
---|
31 | /VMMAll/PGMAllShw.h: --no-fix-header-guards
|
---|
32 | /testcase/tstVMStruct.h: --no-fix-header-guards
|
---|
33 | /testcase/tstIEMAImplData.h: --no-fix-header-guards
|
---|
34 |
|
---|
35 | /*.h: --guard-relative-to-dir . --guard-prefix VMM_INCLUDED_SRC_
|
---|
36 | /VMMR3/cpus/*.h: --guard-relative-to-dir VMMR3/cpus --guard-prefix VBOX_CPUDB_
|
---|
37 |
|
---|
38 | # Forbid PAGE_SIZE, PAGE_SIZE and PAGE_OFFSET_MASK w/o GUEST_ or HOST_ prefix.
|
---|
39 | /*.cpp: --only-guest-host-page
|
---|
40 | /*.h: --only-guest-host-page
|
---|
41 | # Except in the pool where more care/work is needed.
|
---|
42 | /VMMAll/PGMAllPool.cpp: --no-page-restrictions
|
---|
43 | /VMMR3/PGMPool.cpp: --no-page-restrictions
|
---|
44 | /testcase/tstVMStructSize.cpp: --no-page-restrictions
|
---|
45 |
|
---|
46 | # Forbit ASMMemIsZeroPage and ASMMemZeroPage.
|
---|
47 | /*.cpp: --no-ASMMemPage-use
|
---|
48 | /*.h: --no-ASMMemPage-use
|
---|
49 | # Except in the pool where more care/work is needed.
|
---|
50 | /VMMR3/PGMPool.cpp: --unrestricted-ASMMemPage-use
|
---|
51 | /VMMAll/PGMAllPool.cpp: --unrestricted-ASMMemPage-use
|
---|
52 |
|
---|