diff options
Diffstat (limited to 'src/VBox/VMM/.scm-settings')
-rw-r--r-- | src/VBox/VMM/.scm-settings | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/VBox/VMM/.scm-settings b/src/VBox/VMM/.scm-settings new file mode 100644 index 00000000..18aa6db1 --- /dev/null +++ b/src/VBox/VMM/.scm-settings @@ -0,0 +1,36 @@ +# $Id: .scm-settings $ +## @file +# Source code massager settings for the VMM. +# + +# +# Copyright (C) 2017-2019 Oracle Corporation +# +# This file is part of VirtualBox Open Source Edition (OSE), as +# available from http://www.virtualbox.org. This file is free software; +# you can redistribute it and/or modify it under the terms of the GNU +# General Public License (GPL) as published by the Free Software +# Foundation, in version 2 as it comes in the "COPYING" file of the +# VirtualBox OSE distribution. VirtualBox OSE is distributed in the +# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. +# + + +/VMMAll/IEMAllInstructionsPython.py: --license-ose-dual + +--filter-out-files /testcase/dev.tar.gz + +/include/PGMGstDefs.h: --no-fix-header-guards +/VMMR0/PGMR0Bth.h: --no-fix-header-guards +/VMMR3/PGMPhysRWTmpl.h: --no-fix-header-guards +/VMMRC/PGMRCBth.h: --no-fix-header-guards +/VMMRC/PGMRCShw.h: --no-fix-header-guards +/VMMRC/PGMRCGst.h: --no-fix-header-guards +/VMMAll/PGMAllBth.h: --no-fix-header-guards +/VMMAll/PGMAllGst.h: --no-fix-header-guards +/VMMAll/PGMAllShw.h: --no-fix-header-guards +/testcase/tstVMStruct.h: --no-fix-header-guards + +/*.h: --guard-relative-to-dir . --guard-prefix VMM_INCLUDED_SRC_ +/VMMR3/cpus/*.h: --guard-relative-to-dir VMMR3/cpus --guard-prefix VBOX_CPUDB_ + |