VirtualBox

Changeset 38407 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Aug 10, 2011 3:45:03 PM (14 years ago)
Author:
vboxsync
Message:

Windows guest additions: disable PageList HGCM parameters for 64 bit Windows guests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h

    r36318 r38407  
    126126 * ASSUMES that vbglR0Enter has been called already.
    127127 */
     128#if defined(RT_OS_WINDOWS) && defined(RT_ARCH_AMD64)
     129/* Disable the PageList feature for 64 bit Windows, because shared folders do not work,
     130 * if this is enabled. This should be reenabled again when the problem is fixed.
     131 */
     132#define VBGLR0_CAN_USE_PHYS_PAGE_LIST() \
     133    ( 0 )
     134#else
    128135#define VBGLR0_CAN_USE_PHYS_PAGE_LIST() \
    129136    ( !!(g_vbgldata.hostVersion.features & VMMDEV_HVF_HGCM_PHYS_PAGE_LIST) )
     137#endif
    130138
    131139int vbglR0Enter (void);
Note: See TracChangeset for help on using the changeset viewer.

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