VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @93910   3 years vboxsync xpcom18a4/ipcDConnectService.cpp: Assert when returning …
(edit) @93909   3 years vboxsync Main/VirtualBoxErrorInfoImpl.cpp: Assert when returning …
(edit) @93908   3 years vboxsync xpcom18a4/xptcstubs_arm64_vbox.cpp: Fix passing parameters on the …
(edit) @93907   3 years vboxsync Forgot to commit file.
(edit) @93906   3 years vboxsync IEM: Implemented fbstp instruction (used by OLE and indirectly MS Word …
(edit) @93905   3 years vboxsync VMM: More arm tweaks. bugref:9898
(edit) @93904   3 years vboxsync Validation Kit: Extended unit test test driver so that it also allows …
(edit) @93903   3 years vboxsync Validation Kit: Extended unit test test driver so that it also allows …
(edit) @93902   3 years vboxsync VMM,Main,++: Removed VM_IS_RAW_MODE_ENABLED/VM_EXEC_ENGINE_RAW_MODE …
(edit) @93901   3 years vboxsync VMM,Main,++: Removed VM_IS_RAW_MODE_ENABLED/VM_EXEC_ENGINE_RAW_MODE …
(edit) @93900   3 years vboxsync VMM/PDMQueue: todo
(edit) @93899   3 years vboxsync SUPLib: Turn on DRIVERLESS flag when VBOX_WITH_DRIVERLESS_FORCED is …
(edit) @93898   3 years vboxsync /Config.kmk,VBoxPuelMainVM.cpp: Added config option + global define …
(edit) @93897   3 years vboxsync Validation Kit/TxS: Implemented (local) copy file support for TxS. …
(edit) @93896   3 years vboxsync VMM/PDMQueue: Free memory when the queue count drops to 0. Addresses …
(edit) @93895   3 years vboxsync Validation Kit/TxS: Implemented (local) copy file support for TxS. …
(edit) @93894   3 years vboxsync FE/Qt: Fixing a small leak.
(edit) @93893   3 years vboxsync VMM/IEM: Added tests for bswap C workers, discovering weird behaviour …
(edit) @93892   3 years vboxsync FE/Qt: bugref:9072. Do nothing upon next/prev button press when number …
(edit) @93891   3 years vboxsync Main: Guest Properties: improved property name and value validation, …
(edit) @93890   3 years vboxsync FE/Qt: bugref:3355. Correcting some typo.
(edit) @93889   3 years vboxsync Guest Control/Validation Kit: Added another assertion to check if the …
(edit) @93888   3 years vboxsync VMM/IEM: Corrected MUL, IMUL, DIV and IDIV instruction helpers (C …
(edit) @93887   3 years vboxsync VMM/IEM: Corrected flag calculations for shift operations; added tests …
(edit) @93886   3 years vboxsync VMM/IEM: Corrected flag calculations for unary operations …
(edit) @93885   3 years vboxsync VMM/IEM: Corrected flag calculations for double shifts according to …
(edit) @93884   3 years vboxsync FE/Qt: bugref:6899: VirtualBox Manager / Network Manager / Reworking …
(edit) @93883   3 years vboxsync Config.kmk: Enabled VBOX_WITH_VALIDATIONKIT_UNITTESTS_PACKING by …
(edit) @93882   3 years vboxsync Validation Kit: Include unit tests (testcases) on the Validation Kit …
(edit) @93881   3 years vboxsync VMM/IEM: doxygen fix. bugref:9898
(edit) @93880   3 years vboxsync VMM/IEM: Tests for CMPXCHG8B and 16B C implementations. bugref:9898
(edit) @93879   3 years vboxsync VMM/IEM: Added CMPXCHG testcase and corrected flag handling in C …
(edit) @93878   3 years vboxsync VMM/IEM: Simplified XADD impl. bugref:9898
(edit) @93877   3 years vboxsync VMM/IEM: Fixed EFlags for LOCK XADD, adding tests for it. bugref:9898
(edit) @93876   3 years vboxsync Validation Kit/unit tests: Treat tstPDMQueue as a test needing …
(edit) @93875   3 years vboxsync VBoxManage/cloud: create instance --shape-cpus and --shape-memory …
(edit) @93874   3 years vboxsync vsheriff: better detection of "misc: unit tests"
(edit) @93873   3 years vboxsync VGABIOS: Implemented INT 10h/112xH functions (graphical font set).
(edit) @93872   3 years vboxsync VBoxManage/cloud: use 'h' as the short option for help instead of …
(edit) @93871   3 years vboxsync FE/Qt: bugref:6899: VirtualBox Manager / Network Manager: Make sure …
(edit) @93870   3 years vboxsync VMM/IEM: More tests. bugref:9898
(edit) @93869   3 years vboxsync VMM/IEM: Corrected IMUL result and changed the C version to produce …
(edit) @93868   3 years vboxsync FE/Qt: bugref:6899: VirtualBox Manager / Tools stack: Make sure …
(edit) @93867   3 years vboxsync FE/Qt: bugref:6899: VirtualBox Manager / Chooser pane: Minor issues …
(edit) @93866   3 years vboxsync VMM/IEM: Corrected undefined flag values for BT, BTC, BTR and BTS. …
(edit) @93865   3 years vboxsync VMM/IEM: Corrected overflow flag (OF) calculations for ADD, ADC, SUB …
(edit) @93864   3 years vboxsync VMM/IEM: Corrected overflow flag (OF) calculations for ADD, ADC, SUB …
(edit) @93863   3 years vboxsync VMM/IEM: Started on a simple testcase for the IEMAllAImplC.cpp code. …
(edit) @93862   3 years vboxsync VMM/IEM: Started on a simple testcase for the IEMAllAImplC.cpp code. …
(edit) @93861   3 years vboxsync VMM/IEM: Stubbed the C versions the missing MMX/SSE/AVX functions in …
(edit) @93860   3 years vboxsync VMM/IEM: Stubbed the C versions x87 FPU functions in IEMAllAImpl.asm. …
(edit) @93859   3 years vboxsync Main: Replaced DRVMAINSTATUS::pmapMediumAttachments with a …
(edit) @93858   3 years vboxsync Main: Restored bwGroups[i]->COMGETTER(Name)(strName.asOutParam()); …
(edit) @93857   3 years vboxsync Restore Knut's (bird's) r149773 changes I accidentally clobbered with …
(edit) @93856   3 years vboxsync Fix burn related to @param doc for new method added
(edit) @93855   3 years vboxsync Main/Console: remove statements that write pointers for led set, …
(edit) @93854   3 years vboxsync VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
(edit) @93853   3 years vboxsync VMM/IEM: Reduced the code duplication for the MUL and IMUL C workers, …
(edit) @93852   3 years vboxsync VMM/IEM: Reduced the code duplication for the DIV and IDIV C workers. …
(edit) @93851   3 years vboxsync VMM/IEM: Reduced the code duplication for the DIV and IDIV C workers. …
(edit) @93850   3 years vboxsync VMM/IEM: Reduced the code duplication for the DIV and IDIV C workers. …
(edit) @93849   3 years vboxsync Validation Kit/unit tests: Make sure to mount the Validation Kit .ISO …
(edit) @93848   3 years vboxsync VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
(edit) @93847   3 years vboxsync VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
(edit) @93846   3 years vboxsync Validation Kit: Extended unittest test driver so that it also can …
(edit) @93845   3 years vboxsync Backed out r150051 (committed wrong file). bugref:10195
(edit) @93844   3 years vboxsync Validation Kit: Extended unittest test driver so that it also can …
(edit) @93843   3 years vboxsync Validation Kit: Extended unittest test driver so that it also can …
(edit) @93842   3 years vboxsync Validation Kit: Extended unittest test driver so that it also can …
(edit) @93841   3 years vboxsync VGABIOS: Reworked save area management, added support for font …
(edit) @93840   3 years vboxsync DevVGA: Changing blink enable or underline location needs to trigger a …
(edit) @93839   3 years vboxsync Added the sign= in VBOX_COND_GUEST_VERSION
(edit) @93838   3 years vboxsync iprt/asm.h: Added ASMAtomicCmpXchgU128 and friends for AMD64 and …
(edit) @93837   3 years vboxsync iprt/asm.h: Added ASMAtomicCmpXchgU128 and friends for AMD64 and …
(edit) @93836   3 years vboxsync iprt/cdefs.h: Set RT_COMPILER_WITH_128BIT_INT_TYPES for clang based on …
(edit) @93835   3 years vboxsync OCI: Add VSD enum values for flexible shape options. Write the values …
(edit) @93834   3 years vboxsync 3D/VMSVGA: Create equal Object Tables of the PAGE_SIZE bytes, bugref:9845
(edit) @93833   3 years vboxsync 3D/VMSVGA: Additional header file to fix compilation errors in WDDM …
(edit) @93832   3 years vboxsync DevPIC: Must handle at least some 16-bit accesses. Existing software …
(edit) @93831   3 years vboxsync VMM/{VMXAllTemplate.cpp.h,NEMR3Native-darwin}: Add code to allow for …
(edit) @93830   3 years vboxsync VMM/CPUM: Add some helpers for NEM to activate the hyper or guest …
(edit) @93829   3 years vboxsync FE/Qt: bugref:6899: VM settings: Replacing what's this tags with tool-tips.
(edit) @93828   3 years vboxsync VGABIOS: Set DS correctly before calling into C POST code.
(edit) @93827   3 years vboxsync DevVGA: Show the MSR value in info vga since it's not dumped anywhere else.
(edit) @93826   3 years vboxsync VMM/NEMR3Native-darwin: Remove the temporary workaround now that the …
(edit) @93825   3 years vboxsync VMM/NEMR3Native-darwin: Reduce code duplication, bugref:9044
(edit) @93824   3 years vboxsync VMM: Nested VMX: bugref:10092 Fix trunk regression introduced in …
(edit) @93823   3 years vboxsync FE/Qt: bugref:9515. Modifying hostname validator's regex.
(edit) @93822   3 years vboxsync FE/Qt: Checking pointer before creating the connection.
(edit) @93821   3 years vboxsync FE/Qt: bugref:6899: Forgot one file in r150020.
(edit) @93820   3 years vboxsync FE/Qt: bugref:6899: VM settings: Replacing QApplication::translate with tr.
(edit) @93819   3 years vboxsync FE/Qt: bugref:6899: Global properties / Display page: Couple of NLS fixes.
(edit) @93818   3 years vboxsync FE/Qt: bugref:6899: Global properties: Replacing what's this tags with …
(edit) @93817   3 years vboxsync Guest Control/Validation Kit: Use a different command on POSIX-y OSes …
(edit) @93816   3 years vboxsync Main/UnattendedScript: Add forgotten release of expression evaluator. …
(edit) @93815   3 years vboxsync iprt/RTExprEval: Fix small memory leak. bugref:9781
(edit) @93814   3 years vboxsync VBoxManage: Fix "clean" for the documentation related files.
(edit) @93813   3 years vboxsync doc/manual: Make the long append command dump a little prettier (line …
(edit) @93812   3 years vboxsync doc/manual: Fix for "clean".
(edit) @93811   3 years vboxsync doc/manual, VBoxManage: Fix issue with no longer fully optional …
Note: See TracRevisionLog for help on using the revision log.

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