Changeset 57296 in vbox
- Timestamp:
- Aug 12, 2015 1:46:39 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/user_ChangeLogImpl.xml
r57269 r57296 127 127 128 128 <listitem> 129 <para>Storage: improved raw disk access on OS X and Windowsby unmounting129 <para>Storage: improved raw disk access on OS X by unmounting 130 130 any accessed volume before first use and prevent any mount attempt 131 131 by the host (bug #14219)</para> -
trunk/src/VBox/Devices/Makefile.kmk
r57190 r57296 195 195 endif 196 196 197 ifn1of ($(KBUILD_TARGET), darwin win)197 ifn1of ($(KBUILD_TARGET), darwin) 198 198 VBoxDD_SOURCES += Storage/HBDMgmt-generic.cpp 199 199 endif 200 200 201 201 VBoxDD_SOURCES.darwin += Storage/HBDMgmt-darwin.cpp 202 VBoxDD_SOURCES.win += Storage/HBDMgmt-win.cpp202 #VBoxDD_SOURCES.win += Storage/HBDMgmt-win.cpp Disabled until remaining issues are sorted out 203 203 204 204 VBoxDD_LIBS = # more later.
Note:
See TracChangeset
for help on using the changeset viewer.