VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103624   7 months vboxsync VMM/IEM: Must release variable register when done with them. bugref:10371
(edit) @103623   7 months vboxsync VMM/IEM: Corrected code buffer allocation for eflags updating after …
(edit) @103622   7 months vboxsync VMM/IEM: Obfuscate most variable indexes we pass around in strict …
(edit) @103621   7 months vboxsync VBoxManage: Re-enable ru_RU translation (falling back to en_US xref …
(edit) @103620   7 months vboxsync doc/man_VBoxManage: Adapt Russian translation files: Require all …
(edit) @103619   7 months vboxsync Shared Clipboard/Transfers: Raised SHCLLISTENTRY_MAX_NAME from 1024 to …
(edit) @103618   7 months vboxsync Shared Clipboard/Transfers: Some more validation in …
(edit) @103617   7 months vboxsync doc/manual: Russian NLS update for man_VBoxManage-modifynvram.xml
(edit) @103616   7 months vboxsync Shared Clipboard/Transfers: Use SHCL_TRANSFER_URI_LIST_SEP_STR in …
(edit) @103615   7 months vboxsync Shared Clipboard/Transfers: Made code a bit easier to follow / read, …
(edit) @103614   7 months vboxsync VMM/IEM: Fixed liveness state layout after r161946 broke it. Added …
(edit) @103613   7 months vboxsync VMM/IEM: Experimental code for emitting native code instead of calling …
(edit) @103612   7 months vboxsync VMM/IEM: Refinement of r161881 (pbInstrBuf == NULL situation). bugref:10370
(edit) @103611   7 months vboxsync ValKit/bs3-cpu-instr-2: Test the alternate reg/reg encoding of and, …
(edit) @103610   7 months vboxsync FE/Qt: bugref:10611: Global preferences / General page: Adding page …
(edit) @103609   7 months vboxsync VMM/IEM: Nested VMX: bugref:10610 Fix typo with GS base.
(edit) @103608   7 months vboxsync ValKit/bs3-cpu-instr-2: Added a bunch of tests for binary …
(edit) @103607   7 months vboxsync iprt/cdefs.h: Introducing RT_ARCH_VAL which is set to …
(edit) @103606   7 months vboxsync iprt/armv8.h: CSEL and friends. bugref:10376
(edit) @103605   7 months vboxsync include/iprt: reverted 161962 as it committed a little too much. …
(edit) @103604   7 months vboxsync iprt/armv8.h: CSEL and friends. bugref:10376
(edit) @103603   7 months vboxsync ValKit/bs3-cpu-instr-2: Added a bunch of tests for binary …
(edit) @103602   7 months vboxsync ValKit/bs3-cpu-instr-2: Added a bunch of tests for binary …
(edit) @103601   7 months vboxsync Additions/*.inf: Fix naming of .SoftwareSettings and …
(edit) @103600   7 months vboxsync Disassembler: Add vpslrdq (with and without prefix variant), …
(edit) @103599   7 months vboxsync Disassembler: Add vpslrdq (with and without prefix variant), bugref:9898
(edit) @103598   7 months vboxsync FE/VBoxManage: Removed listing the supported guest OS types when …
(edit) @103597   7 months vboxsync VMM/IEM: Fix multiple issues in the pcmpXstrX instructions microcode, …
(edit) @103596   7 months vboxsync VMM/IEM: Fix emitters for IEM_MC_FETCH_FCW()/IEM_MC_FETCH_FSW(), the …
(edit) @103595   7 months vboxsync /Config.kmk: wasm gets grumpy if VBOX_WITH_PARFAIT is defined twice. …
(edit) @103594   7 months vboxsync VBoxManage: For showvminfo --machinereadable show the NVRAM file …
(edit) @103593   7 months vboxsync doc/manual: Update the User Manual to correct and clarify the …
(edit) @103592   7 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT() …
(edit) @103591   7 months vboxsync VMM/IEM: Native translation of …
(edit) @103590   7 months vboxsync VMM/IEM: Native translation of IEM_MC_FETCH_FSW() body (untested), …
(edit) @103589   7 months vboxsync VMM/IEM: Native translation of IEM_MC_FETCH_FCW() body, bugref:10371
(edit) @103588   7 months vboxsync VMM/IEM: Native translation of …
(edit) @103587   7 months vboxsync ValKit: remoteexecutor.py, added logging for rmTree function; …
(edit) @103586   7 months vboxsync VMM/CPUM: Expose movbe instruction to the guest if available on the …
(edit) @103585   7 months vboxsync VMM/IEM: Native translation of …
(edit) @103584   7 months vboxsync ValidationKit/bootsectors/bs3-cpu-instr-2: Implement movbe testcase, …
(edit) @103583   7 months vboxsync VMM/PGM: Nested VMX: bugref:10607 Fix EPT permission checks when EPT …
(edit) @103582   7 months vboxsync ValidationKit/bootsectors/bs3kit: Make sure no system headers are …
(edit) @103581   7 months vboxsync IPRT/process-creation-posix: Try hardcoded paths for macOS if loading …
(edit) @103580   7 months vboxsync FE/Qt: Build fix for r161930.
(edit) @103579   7 months vboxsync FE/Qt: UIShortcutPool: Make sure shortcuts for actions common for both …
(edit) @103578   7 months vboxsync FE/Qt: UIShortcutPool: macOS no more support CMD+? as the default one …
(edit) @103577   7 months vboxsync FE/Qt: UIActionPool: CMD+? is standard sequence for help Contents …
(edit) @103576   7 months vboxsync ValKit, storagecfg.py, cleanupLeftovers() function fix, added a bit of …
(edit) @103575   7 months vboxsync Linux host: Prevent VBox.sh from deleting VBoxSVC IPC socket which …
(edit) @103574   7 months vboxsync Devices/Graphics,WDDM: translate ClearDepthStencilView flags
(edit) @103573   7 months vboxsync libs/xpcom: Replace the old ipcMessageWriter helper class with an …
(edit) @103572   7 months vboxsync ValKit, more logging for storagecfg.py
(edit) @103571   7 months vboxsync libs/xpcom: Shuffle some code around to avoid unnecessary directory nesting
(edit) @103570   7 months vboxsync Audio/VKAT: Use a circular buffer when recording data; should make it …
(edit) @103569   7 months vboxsync libs/xpcom: Replace the old ipcMessageWriter helper class with an …
(edit) @103568   7 months vboxsync Audio/VKAT: Use a circular buffer when recording data; should make it …
(edit) @103567   7 months vboxsync Audio/VKAT: Use a circular buffer when recording data; should make it …
(edit) @103566   7 months vboxsync Audio/VKAT: Bugfixes for AudioTestBeaconAddConsecutive().
(edit) @103565   7 months vboxsync Validation Kit/Audio: Logging.
(edit) @103564   7 months vboxsync Main/HostHardwareLinux.cpp: Plug memory leak in dvdCreateDeviceStrings()
(edit) @103563   7 months vboxsync libs/xpcom: Replace some nsMemory:: calls to RTMemAlloc/RTMemFree to …
(edit) @103562   7 months vboxsync libs/xpcom/ipc: Replace the old ipcMessageReader helper class with an …
(edit) @103561   7 months vboxsync VMM/IEM: Implement vpermilps instruction emulations. [doxygen fix] …
(edit) @103560   7 months vboxsync Try to fix build bugref:9898
(edit) @103559   7 months vboxsync ValidationKit/bootsectors: Implement testcases for vpermilpd …
(edit) @103558   7 months vboxsync VMM/IEM: Implement vpermilpd instruction emulations, bugref:9898
(edit) @103557   7 months vboxsync ValidationKit/bootsectors: Implement testcases for vpermilps …
(edit) @103556   7 months vboxsync VMM/IEM: Implement vpermilps instruction emulations, bugref:9898
(edit) @103555   7 months vboxsync VMM/IEM: Added native translation for IEM_MC_AND_LOCAL_U8/16/32/64 and …
(edit) @103554   7 months vboxsync VMM/IEM: Some simple TB disassembly interface that can be used from …
(edit) @103553   7 months vboxsync doc/SDKRef,Main/VirtualBox.xidl: Document the changes to the Main API …
(edit) @103552   7 months vboxsync FE/Qt: Rework UIActionPool to use global UIType instead of own cloned enum.
(edit) @103551   7 months vboxsync FE/Qt: Moving UIType from UICommon to UIDefs for reuse purposes.
(edit) @103550   7 months vboxsync FE/Qt: UISnapshotPane: Get rid of UICommon include in the header.
(edit) @103549   7 months vboxsync FE/Qt: UIVirtualBoxManager & UINotificationObjects: Get rid of …
(edit) @103548   7 months vboxsync VMM/IEM: Special case the 'xor reg32,samereg32' operation as it it …
(edit) @103547   7 months vboxsync Runtime/reqpool.cpp: Another place where we need to decrement the idle …
(edit) @103546   7 months vboxsync FE/Qt: UIMediaComboBox: Get rid of UICommon include in the header.
(edit) @103545   7 months vboxsync storagecfg.py, fix _getActivePoolsStartingWith and …
(edit) @103544   7 months vboxsync FE/Qt: bugref:9072. Integrating new icons for go-to-bottom/go-to-top …
(edit) @103543   7 months vboxsync Runtime/misc/reqpool.cpp: Need to update the idle thread counter …
(edit) @103542   7 months vboxsync VMM/IEM: More helpful way to make the MC block names unique. bugref:10370
(edit) @103541   7 months vboxsync FE/Qt: Build fix for r161886.
(edit) @103540   7 months vboxsync FE/Qt: Clean UIDefs from UIActionPool related stuff.
(edit) @103539   7 months vboxsync FE/Qt: macOS: Runtime UI: Rework the way how machine-windows being …
(edit) @103538   7 months vboxsync FE/Qt: Moving out logging stuff from UIDefs.h to separate …
(edit) @103537   7 months vboxsync FE/Qt: Cleanup UIDefs from assertion stuff and some global includes; …
(edit) @103536   7 months vboxsync libs/xpcom: Bump the thread pushback threshold count to 64 to avoid …
(edit) @103535   7 months vboxsync VMM/IEM: Quick hack for catching and dealing with pbInstrBuf == NULL …
(edit) @103534   7 months vboxsync libs/xpcom: Remove unused ipcLockservice and tmTransactionManager …
(edit) @103533   7 months vboxsync libs/xpcom: Remove unused ipcLockservice and tmTransactionManager …
(edit) @103532   7 months vboxsync VBoxManage: Add subcommand for enabling UEFI secure boot (and show the …
(edit) @103531   7 months vboxsync libs/xpcom: Small cleanups, bugref:3409
(edit) @103530   7 months vboxsync Audio/VKAT: Logging nits.
(edit) @103529   7 months vboxsync Validation Kit: Try using AudioDriverType_Default for >= 7.1 in …
(edit) @103528   7 months vboxsync Storage/VHD.cpp,VDI.cpp: Build fixes, bugref:3409
(edit) @103527   7 months vboxsync Storage/ISCSI.cpp: Some unused variable fixes, bugref:3409
(edit) @103526   7 months vboxsync Storage/VHD.cpp: Some unused variable, bugref:3409
(edit) @103525   7 months vboxsync Storage/VDPlugin.cpp: Some unused variable, bugref:3409
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