VirtualBox

Changeset 29567 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 17, 2010 3:26:56 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61709
Message:

Introduced feature.h

Location:
trunk/include/VBox
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/gmm.h

    r29557 r29567  
    3131#include <VBox/sup.h>
    3232#include <VBox/VMMDev.h> /* for VMMDEVSHAREDREGIONDESC */
     33#include <VBox/feature.h>
    3334#include <iprt/avl.h>
    3435RT_C_DECLS_BEGIN
  • trunk/include/VBox/pgm.h

    r29566 r29567  
    3535#include <VBox/VMMDev.h> /* for VMMDEVSHAREDREGIONDESC */
    3636#include <VBox/gmm.h> /* for PGMMREGISTERSHAREDMODULEREQ */
     37#include <VBox/feature.h>
    3738
    3839RT_C_DECLS_BEGIN
     
    4142 * @{
    4243 */
    43 /* This must match GMMR0Init; currently we only support page fusion on all 64-bit hosts except Mac OS X */
    44 #if HC_ARCH_BITS == 64 && (defined(RT_OS_WINDOWS) || defined(RT_OS_SOLARIS) || defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD))
    45 #define VBOX_WITH_PAGE_SHARING
    46 #endif
    4744
    4845/** Chunk size for dynamically allocated physical memory. */
Note: See TracChangeset for help on using the changeset viewer.

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