VirtualBox

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

Last change on this file since 96312 was 96312, checked in by vboxsync, 22 months ago

src/VBox/VMM/.scm-settings: recently added header file has no guards

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
Line 
1# $Id: .scm-settings 96312 2022-08-18 19:13:38Z 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/include/PGMSlatDefs.h: --no-fix-header-guards
25/VMMR0/PGMR0Bth.h: --no-fix-header-guards
26/VMMR3/PGMPhysRWTmpl.h: --no-fix-header-guards
27/VMMRC/PGMRCBth.h: --no-fix-header-guards
28/VMMRC/PGMRCShw.h: --no-fix-header-guards
29/VMMRC/PGMRCGst.h: --no-fix-header-guards
30/VMMAll/PGMAllBth.h: --no-fix-header-guards
31/VMMAll/PGMAllGst.h: --no-fix-header-guards
32/VMMAll/PGMAllShw.h: --no-fix-header-guards
33/testcase/tstVMStruct.h: --no-fix-header-guards
34/testcase/tstIEMAImplData.h: --no-fix-header-guards
35
36/*.h: --guard-relative-to-dir . --guard-prefix VMM_INCLUDED_SRC_
37/VMMR3/cpus/*.h: --guard-relative-to-dir VMMR3/cpus --guard-prefix VBOX_CPUDB_
38
39# Forbid PAGE_SIZE, PAGE_SIZE and PAGE_OFFSET_MASK w/o GUEST_ or HOST_ prefix.
40/*.cpp: --only-guest-host-page
41/*.h: --only-guest-host-page
42# Except in the pool where more care/work is needed.
43/VMMAll/PGMAllPool.cpp: --no-page-restrictions
44/VMMR3/PGMPool.cpp: --no-page-restrictions
45/testcase/tstVMStructSize.cpp: --no-page-restrictions
46
47# Forbit ASMMemIsZeroPage and ASMMemZeroPage.
48/*.cpp: --no-ASMMemPage-use
49/*.h: --no-ASMMemPage-use
50# Except in the pool where more care/work is needed.
51/VMMR3/PGMPool.cpp: --unrestricted-ASMMemPage-use
52/VMMAll/PGMAllPool.cpp: --unrestricted-ASMMemPage-use
53
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use