Last change
on this file since 95294 was 93944, checked in by vboxsync, 3 years ago |
Devices: Must not use PAGE_SIZE, PAGE_SHIFT, PAGE_OFFSET_MASK, PAGE_ADDRESS or PHYS_PAGE_ADDRESS here either. bugref:9898
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.0 KB
|
Line | |
---|
1 | # $Id: .scm-settings 93944 2022-02-24 21:15:14Z vboxsync $
|
---|
2 | ## @file
|
---|
3 | # Source code massager settings for the PDM Devices and Drivers.
|
---|
4 | #
|
---|
5 |
|
---|
6 | #
|
---|
7 | # Copyright (C) 2019-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 | /*.h: --guard-relative-to-dir .
|
---|
19 | /Graphics/vmsvga_glext/*.h|/Graphics/vmsvga/*.h: --guard-relative-to-dir ''
|
---|
20 | /*.h: --only-guest-host-page
|
---|
21 |
|
---|
22 | # Same as for the VMM, careful with page stuff.
|
---|
23 | /*.h: --only-guest-host-page --no-ASMMemPage-use
|
---|
24 | /*.cpp: --only-guest-host-page --no-ASMMemPage-use
|
---|
25 | /*.m: --only-guest-host-page --no-ASMMemPage-use
|
---|
26 |
|
---|
27 | # This defines it's own PAGE_XXX macros.
|
---|
28 | /PC/ipxe/src/include/ipxe/virtio-ring.h: --no-page-restrictions
|
---|
Note:
See
TracBrowser
for help on using the repository browser.