Changeset 35346 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Dec 27, 2010 4:13:13 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69206
- Location:
- trunk/src/VBox/HostDrivers
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r35051 r35346 59 59 #include <VBox/log.h> 60 60 #include <VBox/err.h> 61 #include <VBox/ hwacc_svm.h>62 #include <VBox/ hwacc_vmx.h>61 #include <VBox/vmm/hwacc_svm.h> 62 #include <VBox/vmm/hwacc_vmx.h> 63 63 #include <VBox/x86.h> 64 64 -
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r35191 r35346 50 50 #include <VBox/err.h> 51 51 #include <VBox/param.h> 52 #include <VBox/vmm.h>53 52 #include <VBox/log.h> 54 53 #include <VBox/x86.h> -
trunk/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv
r33376 r35346 76 76 ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \ 77 77 ${PATH_ROOT}/include/VBox/version.h=>include/VBox/version.h \ 78 ${PATH_ROOT}/include/VBox/ hwacc_vmx.h=>include/VBox/hwacc_vmx.h \79 ${PATH_ROOT}/include/VBox/ hwacc_svm.h=>include/VBox/hwacc_svm.h \78 ${PATH_ROOT}/include/VBox/vmm/hwacc_vmx.h=>include/VBox/vmm/hwacc_vmx.h \ 79 ${PATH_ROOT}/include/VBox/vmm/hwacc_svm.h=>include/VBox/vmm/hwacc_svm.h \ 80 80 ${PATH_ROOT}/include/VBox/x86.h=>include/VBox/x86.h \ 81 81 ${PATH_ROOT}/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c=>freebsd/SUPDrv-freebsd.c \ -
trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv
r33033 r35346 70 70 ${PATH_ROOT}/include/VBox/sup.h=>include/VBox/sup.h \ 71 71 ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \ 72 ${PATH_ROOT}/include/VBox/ hwacc_vmx.h=>include/VBox/hwacc_vmx.h \73 ${PATH_ROOT}/include/VBox/ hwacc_svm.h=>include/VBox/hwacc_svm.h \72 ${PATH_ROOT}/include/VBox/vmm/hwacc_vmx.h=>include/VBox/vmm/hwacc_vmx.h \ 73 ${PATH_ROOT}/include/VBox/vmm/hwacc_svm.h=>include/VBox/vmm/hwacc_svm.h \ 74 74 ${PATH_ROOT}/include/VBox/x86.h=>include/VBox/x86.h \ 75 75 ${PATH_ROOT}/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c=>linux/SUPDrv-linux.c \ -
trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp
r29250 r35346 30 30 *******************************************************************************/ 31 31 #include <VBox/sup.h> 32 #include <VBox/vm .h>33 #include <VBox/vmm .h>32 #include <VBox/vmm/vm.h> 33 #include <VBox/vmm/vmm.h> 34 34 #include <VBox/err.h> 35 35 #include <VBox/param.h> -
trunk/src/VBox/HostDrivers/VBoxNetAdp/freebsd/files_vboxnetadp
r33111 r35346 64 64 ${PATH_ROOT}/include/VBox/log.h=>include/VBox/log.h \ 65 65 ${PATH_ROOT}/include/VBox/intnet.h=>include/VBox/intnet.h \ 66 ${PATH_ROOT}/include/VBox/ stam.h=>include/VBox/stam.h \66 ${PATH_ROOT}/include/VBox/vmm/stam.h=>include/VBox/vmm/stam.h \ 67 67 ${PATH_ROOT}/include/VBox/sup.h=>include/VBox/sup.h \ 68 68 ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \ -
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp
r31250 r35346 55 55 ${PATH_ROOT}/include/VBox/log.h=>include/VBox/log.h \ 56 56 ${PATH_ROOT}/include/VBox/intnet.h=>include/VBox/intnet.h \ 57 ${PATH_ROOT}/include/VBox/ stam.h=>include/VBox/stam.h \57 ${PATH_ROOT}/include/VBox/vmm/stam.h=>include/VBox/vmm/stam.h \ 58 58 ${PATH_ROOT}/include/VBox/sup.h=>include/VBox/sup.h \ 59 59 ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \ -
trunk/src/VBox/HostDrivers/VBoxNetFlt/freebsd/files_vboxnetflt
r33111 r35346 64 64 ${PATH_ROOT}/include/VBox/intnet.h=>include/VBox/intnet.h \ 65 65 ${PATH_ROOT}/include/VBox/intnetinline.h=>include/VBox/intnetinline.h \ 66 ${PATH_ROOT}/include/VBox/ stam.h=>include/VBox/stam.h \66 ${PATH_ROOT}/include/VBox/vmm/stam.h=>include/VBox/vmm/stam.h \ 67 67 ${PATH_ROOT}/include/VBox/sup.h=>include/VBox/sup.h \ 68 68 ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \ -
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r35066 r35346 33 33 #include <VBox/err.h> 34 34 #include <VBox/intnetinline.h> 35 #include <VBox/ pdmnetinline.h>35 #include <VBox/vmm/pdmnetinline.h> 36 36 #include <VBox/param.h> 37 37 #include <iprt/alloca.h> -
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt
r31250 r35346 56 56 ${PATH_ROOT}/include/VBox/intnet.h=>include/VBox/intnet.h \ 57 57 ${PATH_ROOT}/include/VBox/intnetinline.h=>include/VBox/intnetinline.h \ 58 ${PATH_ROOT}/include/VBox/ pdmnetinline.h=>include/VBox/pdmnetinline.h \58 ${PATH_ROOT}/include/VBox/vmm/pdmnetinline.h=>include/VBox/vmm/pdmnetinline.h \ 59 59 ${PATH_ROOT}/include/VBox/param.h=>include/VBox/param.h \ 60 ${PATH_ROOT}/include/VBox/ stam.h=>include/VBox/stam.h \60 ${PATH_ROOT}/include/VBox/vmm/stam.h=>include/VBox/vmm/stam.h \ 61 61 ${PATH_ROOT}/include/VBox/sup.h=>include/VBox/sup.h \ 62 62 ${PATH_ROOT}/include/VBox/types.h=>include/VBox/types.h \
Note:
See TracChangeset
for help on using the changeset viewer.