- Timestamp:
- Jul 22, 2016 6:04:30 PM (9 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 82 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModBallooning.cpp
r60648 r62471 31 31 #define VBOX_MOD_BALLOONING_NAME "balloon" 32 32 33 33 34 /********************************************************************************************************************************* 34 35 * Local Structures * … … 71 72 } VBOXWATCHDOG_BALLOONCTRL_PAYLOAD, *PVBOXWATCHDOG_BALLOONCTRL_PAYLOAD; 72 73 74 73 75 /********************************************************************************************************************************* 74 76 * Globals * … … 83 85 static unsigned long g_ulMemoryBalloonLowerLimitMB = 128; 84 86 static unsigned long g_ulMemoryBalloonSafetyMB = 1024; 87 85 88 86 89 /********************************************************************************************************************************* -
trunk/src/VBox/Frontends/VBoxBugReport/VBoxBugReportWin.cpp
r59812 r62471 61 61 { 62 62 { NCF_VIRTUAL, "virtual" }, 63 64 63 { NCF_SOFTWARE_ENUMERATED, "software_enumerated" }, 64 { NCF_PHYSICAL, "physical" }, 65 65 { NCF_HIDDEN, "hidden" }, 66 67 68 69 70 71 72 73 74 75 76 66 { NCF_NO_SERVICE, "no_service" }, 67 { NCF_NOT_USER_REMOVABLE, "not_user_removable" }, 68 { NCF_MULTIPORT_INSTANCED_ADAPTER, "multiport_instanced_adapter" }, 69 { NCF_HAS_UI, "has_ui" }, 70 { NCF_SINGLE_INSTANCE, "single_instance" }, 71 { NCF_FILTER, "filter" }, 72 { NCF_DONTEXPOSELOWER, "dontexposelower" }, 73 { NCF_HIDE_BINDING, "hide_binding" }, 74 { NCF_NDIS_PROTOCOL, "ndis_protocol" }, 75 { NCF_FIXED_BINDING, "fixed_binding" }, 76 { NCF_LW_FILTER, "lw_filter" } 77 77 }; 78 78 bool fPrintDelim = false; … … 217 217 throw; 218 218 } 219 219 220 220 } 221 221 … … 319 319 if (uExpectedType != REG_NONE && uActualType != uExpectedType) 320 320 throw RTCError(RTCStringFmt("SetupDiGetDeviceRegistryProperty(0x%x) returned type %d instead of %d", 321 uActualType, uExpectedType).c_str()); 321 uActualType, uExpectedType).c_str()); 322 322 PBYTE pBuffer = (PBYTE)RTMemAlloc(cbNeeded); 323 323 if (!pBuffer) … … 408 408 return strName; 409 409 } 410 410 411 411 412 412 RTCString BugReportUsbTreeWin::getExternalHubName(HANDLE hHub, int iPort) -
trunk/src/VBox/Frontends/VirtualBox/src/UIVMLogViewer.cpp
r61962 r62471 1108 1108 QWidget *pCurrentLogPage = currentLogPage(); 1109 1109 if (pCurrentLogPage) 1110 pCurrentLogPage->setFocus(); 1110 pCurrentLogPage->setFocus(); 1111 1111 } 1112 1112 -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDesktopWidgetWatchdog.cpp
r60702 r62471 102 102 } 103 103 104 const QRect 104 const QRect UIDesktopWidgetWatchdog::screenGeometry(int iHostScreenIndex /* = -1 */) const 105 105 { 106 106 /* Make sure index is valid: */ -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDesktopWidgetWatchdog.h
r57510 r62471 43 43 /** Returns the geometry of the host-screen with @a iHostScreenIndex. 44 44 * @note The default screen is used if @a iHostScreenIndex is -1. */ 45 const QRect 45 const QRect screenGeometry(int iHostScreenIndex = -1) const; 46 46 /** Returns the available-geometry of the host-screen with @a iHostScreenIndex. 47 47 * @note The default screen is used if @a iHostScreenIndex is -1. */ -
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r61047 r62471 479 479 QApplication::setStyle(new QPlastiqueStyle); 480 480 # else /* QT_VERSION >= 0x050000 */ 481 481 a.setStyle("fusion"); 482 482 # endif /* QT_VERSION >= 0x050000 */ 483 483 # endif /* Q_OS_SOLARIS */ … … 609 609 QApplication::setStyle(new QPlastiqueStyle); 610 610 #else /* QT_VERSION >= 0x050000 */ 611 611 a.setStyle("fusion"); 612 612 # endif /* QT_VERSION >= 0x050000 */ 613 613 #endif /* Q_OS_SOLARIS */ … … 784 784 #endif /* VBOX_WITH_HARDENING */ 785 785 786 -
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.cpp
r60036 r62471 916 916 #ifndef VBOX_GUI_IN_TST_SSL_CERT_DOWNLOADS 917 917 918 918 919 /********************************************************************************************************************************* 919 920 * Class UINetworkReplyPrivate implementation. * -
trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIWindowMenuManager.cpp
r57897 r62471 188 188 }; 189 189 190 190 191 /********************************************************************************************************************************* 191 192 * Class UIWindowMenuManager implementation. * -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp
r62396 r62471 55 55 # include "iprt/cpp/utils.h" 56 56 # endif /* QT_VERSION >= 0x050000 */ 57 # endif /* VBOX_WS_MAC */ 57 # endif /* VBOX_WS_MAC */ 58 58 59 59 #endif /* !VBOX_WITH_PRECOMPILED_HEADERS */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIVMInformationDialog.cpp
r62369 r62471 87 87 , m_pTabWidget(0) 88 88 , m_pMachineWindow(pMachineWindow) 89 { 89 { 90 90 /* Initialize instance: */ 91 91 m_spInstance = this; -
trunk/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp
r61725 r62471 65 65 UTF8, 66 66 BMP, 67 67 HTML 68 68 }; 69 69 … … 96 96 { "image/x-bmp", BMP, VBOX_SHARED_CLIPBOARD_FMT_BITMAP }, 97 97 { "image/x-MS-bmp", BMP, VBOX_SHARED_CLIPBOARD_FMT_BITMAP } 98 99 98 99 100 100 /* TODO: Inkscape exports image/png but not bmp... */ 101 101 }; … … 339 339 u32VBoxFormats |= clipVBoxFormatForX11Format(pCtx->X11HTMLFormat); 340 340 LogRelFlowFunc(("clipReportFormatsToVBox format: %d\n", u32VBoxFormats)); 341 LogRelFlowFunc(("clipReportFormatsToVBox txt: %d, bitm: %d, html:%d, u32VBoxFormats: %d\n", 342 pCtx->X11TextFormat, pCtx->X11BitmapFormat, pCtx->X11HTMLFormat, 341 LogRelFlowFunc(("clipReportFormatsToVBox txt: %d, bitm: %d, html:%d, u32VBoxFormats: %d\n", 342 pCtx->X11TextFormat, pCtx->X11BitmapFormat, pCtx->X11HTMLFormat, 343 343 u32VBoxFormats )); 344 344 ClipReportX11Formats(pCtx->pFrontend, u32VBoxFormats); … … 450 450 /** 451 451 * Go through an array of X11 clipboard targets to see if they contain a HTML 452 * format we can support, and if so choose the ones we prefer 452 * format we can support, and if so choose the ones we prefer 453 453 * @param pCtx the clipboard backend context structure 454 454 * @param pTargets the list of targets … … 1206 1206 if(pszDest == NULL) 1207 1207 return VERR_NO_MEMORY; 1208 1208 1209 1209 memcpy(pszDest, pszSrc, cbSrc); 1210 1210 … … 1213 1213 *pcLenReturn = cbSrc; 1214 1214 *piFormatReturn = 8; 1215 1215 1216 1216 return VINF_SUCCESS; 1217 1217 } … … 1300 1300 RTMemFree(pv); 1301 1301 } 1302 else if ( (format == HTML) 1302 else if ( (format == HTML) 1303 1303 && (pCtx->vboxFormats & VBOX_SHARED_CLIPBOARD_FMT_HTML)) 1304 1304 { … … 1312 1312 if (RT_SUCCESS(rc)) 1313 1313 { 1314 /* 1315 * The common VBox HTML encoding will be - Utf8 1314 /* 1315 * The common VBox HTML encoding will be - Utf8 1316 1316 * becuase it more general for HTML formats then UTF16 1317 * X11 clipboard returns UTF16, so before sending it we should 1317 * X11 clipboard returns UTF16, so before sending it we should 1318 1318 * convert it to UTF8 1319 1319 * It's very strange but here we get utf16 from x11 clipboard … … 1777 1777 case HTML: 1778 1778 { 1779 /* The common VBox HTML encoding will be - Utf8 1779 /* The common VBox HTML encoding will be - Utf8 1780 1780 * becuase it more general for HTML formats then UTF16 1781 * X11 clipboard returns UTF16, so before sending it we should 1782 * convert it to UTF8 1781 * X11 clipboard returns UTF16, so before sending it we should 1782 * convert it to UTF8 1783 1783 */ 1784 1784 pvDest = NULL; 1785 1785 cbDest = 0; 1786 /* Some applications sends data in utf16, some in itf8, 1786 /* Some applications sends data in utf16, some in itf8, 1787 1787 * without indication it in MIME. 1788 * But in case of utf16, at least an OpenOffice adds Byte Order Mark - 0xfeff 1788 * But in case of utf16, at least an OpenOffice adds Byte Order Mark - 0xfeff 1789 1789 * at start of clipboard data 1790 1790 */ … … 1809 1809 } 1810 1810 } 1811 1812 LogRelFlowFunc(("Source unicode %ls, cbSrc = %d\n, Byte Order Mark = %hx", 1811 1812 LogRelFlowFunc(("Source unicode %ls, cbSrc = %d\n, Byte Order Mark = %hx", 1813 1813 pvSrc, cbSrc, ((PRTUTF16)pvSrc)[0])); 1814 1814 LogRelFlowFunc(("converted to win unicode %s, cbDest = %d, rc = %Rrc\n", pvDest, cbDest, rc)); … … 1924 1924 getSelectionValue(pCtx, pCtx->X11HTMLFormat, pReq); 1925 1925 } 1926 else 1926 else 1927 1927 rc = VERR_NOT_IMPLEMENTED; 1928 1928 if (RT_FAILURE(rc)) … … 2817 2817 #endif /* SMOKETEST defined */ 2818 2818 2819 -
trunk/src/VBox/Installer/linux/vboxdrv.sh
r62414 r62471 343 343 344 344 # enter the following variables in /etc/default/virtualbox: 345 # SHUTDOWN_USERS="foo bar" 345 # SHUTDOWN_USERS="foo bar" 346 346 # check for running VMs of user foo and user bar 347 347 # SHUTDOWN=poweroff -
trunk/src/VBox/Installer/solaris/Makefile.kmk
r61998 r62471 357 357 plugins/platforms/libqxcb.so \ 358 358 $(if $(VBOX_GUI_USE_QGL),libQt5OpenGLVBox.so.5,) 359 endif 359 endif 360 360 else # VBOX_WITH_QTGUI_V5 361 361 ifdef VBOX_WITH_ORACLE_QT … … 447 447 SOLARIS_QTLIBS = 448 448 ifdef VBOX_WITH_QTGUI 449 ifdef VBOX_WITH_ORACLE_QT 449 ifdef VBOX_WITH_ORACLE_QT 450 450 SOLARIS_QTLIBS += \ 451 451 libQtXmlVBox.so.4 \ -
trunk/src/VBox/Installer/solaris/vboxconfig.sh
r61918 r62471 1196 1196 if test "$HOST_OS_MAJORVERSION" -eq 10; then 1197 1197 for lib in `ls -1 /opt/VirtualBox/legacy/`; do 1198 /usr/sbin/installf -c none $PKGINST /opt/VirtualBox/$lib=legacy/$lib s 1199 done 1198 /usr/sbin/installf -c none $PKGINST /opt/VirtualBox/$lib=legacy/$lib s 1199 done 1200 1200 for lib in `ls -1 /opt/VirtualBox/amd64/legacy/`; do 1201 /usr/sbin/installf -c none $PKGINST /opt/VirtualBox/amd64/$lib=legacy/$lib s 1201 /usr/sbin/installf -c none $PKGINST /opt/VirtualBox/amd64/$lib=legacy/$lib s 1202 1202 done 1203 1203 fi -
trunk/src/VBox/Storage/ISCSI.cpp
r62004 r62471 3510 3510 iscsiReattach(pImage); 3511 3511 } 3512 3512 3513 3513 /* If there is no connection complete the command with an error. */ 3514 3514 if (RT_LIKELY(iscsiIsClientConnected(pImage))) -
trunk/src/VBox/Storage/VD.cpp
r62214 r62471 4669 4669 4670 4670 rc = pVDIo->pInterfaceIo->pfnWriteSync(pVDIo->pInterfaceIo->Core.pvUser, 4671 pIoStorage->pStorage, cbSizeCur + uOff, 4671 pIoStorage->pStorage, cbSizeCur + uOff, 4672 4672 pvBuf, cbChunk, NULL); 4673 4673 if (RT_SUCCESS(rc)) -
trunk/src/VBox/Storage/testcase/tstVDFill.cpp
r61731 r62471 28 28 #include <iprt/getopt.h> 29 29 #include <iprt/rand.h> 30 30 31 31 32 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3-fpustate-1.c
r61385 r62471 83 83 } 84 84 85 86 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp
r62450 r62471 5064 5064 } 5065 5065 5066 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-c16-TrapRmV86Data.c
r60585 r62471 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* 28 29 * Header Files * -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-MemAlloc.c
r60676 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-MemAllocZ.c
r60527 r62471 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* 28 29 * Header Files * -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-MemFree.c
r60527 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-MemGuardedTestPage.c
r60676 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-MemMove.c
r60527 r62471 77 77 } 78 78 79 80 81 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PagingAlias.c
r60686 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PagingInitRootForLM.c
r60527 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PagingInitRootForPAE.c
r61393 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PagingInitRootForPP.c
r61393 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PagingProtect.c
r60778 r62471 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* 28 29 * Header Files * -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PagingSetupCanonicalTraps.c
r60682 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PicSetup.c
r61389 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PicUpdateMask.c
r61389 r62471 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* 28 29 * Header Files * -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PitIrqHandler.c
r61389 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxConvertToRingX.c
r60527 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxPrint.c
r60527 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxSetGrpSegFromCurPtr.c
r60676 r62471 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* 28 29 * Header Files * -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxSetGrpSegFromFlat.c
r60678 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxSetRipCsFromCurPtr.c
r60774 r62471 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* 28 29 * Header Files * -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxSetRipCsFromFlat.c
r60774 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-RegCtxSetRipCsFromLnkPtr.c
r60676 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SlabAlloc.c
r60527 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SlabAllocEx.c
r60527 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SlabFree.c
r60527 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SlabInit.c
r60527 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SlabListAlloc.c
r60527 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-SlabListAllocEx.c
r60527 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-StrNLen.c
r60527 r62471 36 36 } 37 37 38 -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Trap16Init.c
r60527 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Trap16SetGate.c
r60527 r62471 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* 28 29 * Header Files * -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Trap32Init.c
r60527 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Trap32SetGate.c
r60527 r62471 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* 28 29 * Header Files * -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Trap64Init.c
r60527 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-Trap64SetGate.c
r60527 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapDefaultHandler.c
r60657 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapPrintFrame.c
r60657 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapRmV86Init.c
r60660 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapRmV86SetGate.c
r60527 r62471 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* 28 29 * Header Files * -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapSetHandler.c
r60527 r62471 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* 28 29 * Header Files * -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapSetHandlerEx.c
r61389 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapSetJmpAndRestore.c
r60527 r62471 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* 28 29 * Header Files * -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TrapUnsetJmp.c
r60527 r62471 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* 28 29 * Header Files * -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-pic-data.c
r61389 r62471 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* 28 29 * Header Files * -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-pit.c
r61389 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModesByOne.c
r60749 r62471 62 62 # define CONV_TO_RM_FAR16(a_fpfn) Bs3SelFlatCodeToRealMode( (uint32_t)(uintptr_t)(a_fpfn)) 63 63 #endif 64 64 65 65 66 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-rm-InitGdt.c
r60578 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-rm-InitMemory.c
r61385 r62471 24 24 * terms and conditions of either the GPL or the CDDL or both. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/testboxscript/testboxscript_real.py
r62072 r62471 1034 1034 sys.exit(TestBoxScript.main()); 1035 1035 1036 -
trunk/src/VBox/ValidationKit/testmanager/core/failurecategory.py
r61286 r62471 373 373 return True; 374 374 375 -
trunk/src/VBox/ValidationKit/testmanager/core/failurereason.py
r61424 r62471 561 561 return True; 562 562 563 -
trunk/src/VBox/ValidationKit/testmanager/db/partial-db-dump.py
r61406 r62471 342 342 sys.exit(PartialDbDump().main()); 343 343 344 -
trunk/src/VBox/ValidationKit/testmanager/webui/wuitestresultfailure.py
r61278 r62471 99 99 return aoActions; 100 100 101 102 -
trunk/src/VBox/ValidationKit/utils/usb/UsbTest.cpp
r60896 r62471 58 58 * Defined Constants And Macros * 59 59 *********************************************************************************************************************************/ 60 60 61 61 62 /********************************************************************************************************************************* … … 152 153 USBTESTSPEED_SUPER 153 154 } USBTESTSPEED; 155 154 156 155 157 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestService.cpp
r61882 r62471 106 106 /** Pointer to a UTS client instance. */ 107 107 typedef UTSCLIENT *PUTSCLIENT; 108 108 109 109 110 /********************************************************************************************************************************* … … 609 610 || RTStrICmp(pszVal, "false")) 610 611 pCfgItem->Val.u.f = false; 611 else 612 else 612 613 rc = VERR_INVALID_PARAMETER; 613 614 break; … … 1192 1193 while (!g_fTerminate) 1193 1194 { 1194 /* 1195 /* 1195 1196 * Wait for new connection and spin off a new thread 1196 1197 * for every new client. -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadget.cpp
r61024 r62471 38 38 39 39 #include "UsbTestServiceGadgetInternal.h" 40 40 41 41 42 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadget.h
r60517 r62471 36 36 typedef struct UTSGADGETHOSTINT *UTSGADGETHOST; 37 37 /** Pointer to a gadget host handle. */ 38 typedef UTSGADGETHOST *PUTSGADGETHOST; 38 typedef UTSGADGETHOST *PUTSGADGETHOST; 39 39 40 40 /** NIL gadget host handle. */ -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetClassTest.cpp
r61024 r62471 48 48 #include "UsbTestServiceGadgetInternal.h" 49 49 #include "UsbTestServicePlatform.h" 50 50 51 51 52 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHost.cpp
r61024 r62471 40 40 #include "UsbTestServiceGadgetHostInternal.h" 41 41 42 42 43 /********************************************************************************************************************************* 43 44 * Constants And Macros, Structures and Typedefs * … … 69 70 &g_UtsGadgetHostIfUsbIp, 70 71 }; 72 71 73 72 74 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHostUsbIp.cpp
r61024 r62471 45 45 #include "UsbTestServicePlatform.h" 46 46 47 47 48 /********************************************************************************************************************************* 48 49 * Constants And Macros, Structures and Typedefs * … … 60 61 /** Default port of the USB/IP server. */ 61 62 #define UTS_GADGET_HOST_USBIP_PORT_DEF 3240 63 62 64 63 65 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceInternal.h
r60488 r62471 116 116 * @returns IPRT status code. 117 117 * @param hPollSet The poll set to add them to. 118 * @paramm pClient The transport client structure. 118 * @paramm pClient The transport client structure. 119 119 * @param idStart The handle ID to start at. 120 120 */ … … 126 126 * @returns IPRT status code. 127 127 * @param hPollSet The poll set to remove from. 128 * @paramm pClient The transport client structure. 128 * @paramm pClient The transport client structure. 129 129 * @param idStart The handle ID to remove. 130 130 */ … … 142 142 * receive call. 143 143 * 144 * @paramm pClient The transport client structure. 144 * @paramm pClient The transport client structure. 145 145 * @param ppPktHdr Where to return the pointer to the packet we've 146 146 * read. This is allocated from the heap using … … 158 158 * @retval VERR_INTERRUPTED if interrupted before anything was sent. 159 159 * 160 * @paramm pClient The transport client structure. 160 * @paramm pClient The transport client structure. 161 161 * @param pPktHdr The packet to send. The size is given by 162 162 * aligning the size in the header by … … 168 168 * Sends a babble packet and disconnects the client (if applicable). 169 169 * 170 * @paramm pClient The transport client structure. 170 * @paramm pClient The transport client structure. 171 171 * @param pPktHdr The packet to send. The size is given by 172 172 * aligning the size in the header by … … 179 179 * Notification about a client HOWDY. 180 180 * 181 * @paramm pClient The transport client structure. 181 * @paramm pClient The transport client structure. 182 182 */ 183 183 DECLR3CALLBACKMEMBER(void, pfnNotifyHowdy, (PUTSTRANSPORTCLIENT pClient)); … … 189 189 * client at this point. 190 190 * 191 * @paramm pClient The transport client structure. 191 * @paramm pClient The transport client structure. 192 192 */ 193 193 DECLR3CALLBACKMEMBER(void, pfnNotifyBye, (PUTSTRANSPORTCLIENT pClient)); -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform-linux.cpp
r61024 r62471 46 46 #include "UsbTestServicePlatform.h" 47 47 48 48 49 /********************************************************************************************************************************* 49 50 * Constants And Macros, Structures and Typedefs * … … 88 89 /** Pointer to a dummy HCD entry. */ 89 90 typedef UTSPLATFORMLNXDUMMYHCD *PUTSPLATFORMLNXDUMMYHCD; 91 90 92 91 93 /********************************************************************************************************************************* -
trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceTcp.cpp
r60488 r62471 73 73 uint8_t *pbTcpStashed; 74 74 } UTSTRANSPORTCLIENT; 75 75 76 76 77 /*********************************************************************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.