VirtualBox

Changeset 57296 in vbox


Ignore:
Timestamp:
Aug 12, 2015 1:46:39 PM (9 years ago)
Author:
vboxsync
Message:

Disable host block device handling for Windows for now as some users experience problems with it

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/user_ChangeLogImpl.xml

    r57269 r57296  
    127127
    128128      <listitem>
    129         <para>Storage: improved raw disk access on OS X and Windows by unmounting
     129        <para>Storage: improved raw disk access on OS X by unmounting
    130130          any accessed volume before first use and prevent any mount attempt
    131131          by the host (bug #14219)</para>
  • trunk/src/VBox/Devices/Makefile.kmk

    r57190 r57296  
    195195 endif
    196196
    197  ifn1of ($(KBUILD_TARGET), darwin win)
     197 ifn1of ($(KBUILD_TARGET), darwin)
    198198  VBoxDD_SOURCES += Storage/HBDMgmt-generic.cpp
    199199 endif
    200200
    201201 VBoxDD_SOURCES.darwin += Storage/HBDMgmt-darwin.cpp
    202  VBoxDD_SOURCES.win += Storage/HBDMgmt-win.cpp
     202 #VBoxDD_SOURCES.win += Storage/HBDMgmt-win.cpp Disabled until remaining issues are sorted out
    203203
    204204 VBoxDD_LIBS             = # more later.
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