VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103587   12 months vboxsync ValKit: remoteexecutor.py, added logging for rmTree function; …
(edit) @103586   12 months vboxsync VMM/CPUM: Expose movbe instruction to the guest if available on the …
(edit) @103585   12 months vboxsync VMM/IEM: Native translation of …
(edit) @103584   12 months vboxsync ValidationKit/bootsectors/bs3-cpu-instr-2: Implement movbe testcase, …
(edit) @103583   12 months vboxsync VMM/PGM: Nested VMX: bugref:10607 Fix EPT permission checks when EPT …
(edit) @103582   12 months vboxsync ValidationKit/bootsectors/bs3kit: Make sure no system headers are …
(edit) @103581   12 months vboxsync IPRT/process-creation-posix: Try hardcoded paths for macOS if loading …
(edit) @103580   12 months vboxsync FE/Qt: Build fix for r161930.
(edit) @103579   12 months vboxsync FE/Qt: UIShortcutPool: Make sure shortcuts for actions common for both …
(edit) @103578   12 months vboxsync FE/Qt: UIShortcutPool: macOS no more support CMD+? as the default one …
(edit) @103577   12 months vboxsync FE/Qt: UIActionPool: CMD+? is standard sequence for help Contents …
(edit) @103576   12 months vboxsync ValKit, storagecfg.py, cleanupLeftovers() function fix, added a bit of …
(edit) @103575   12 months vboxsync Linux host: Prevent VBox.sh from deleting VBoxSVC IPC socket which …
(edit) @103574   12 months vboxsync Devices/Graphics,WDDM: translate ClearDepthStencilView flags
(edit) @103572   12 months vboxsync ValKit, more logging for storagecfg.py
(edit) @103570   12 months vboxsync Audio/VKAT: Use a circular buffer when recording data; should make it …
(edit) @103568   12 months vboxsync Audio/VKAT: Use a circular buffer when recording data; should make it …
(edit) @103567   12 months vboxsync Audio/VKAT: Use a circular buffer when recording data; should make it …
(edit) @103566   12 months vboxsync Audio/VKAT: Bugfixes for AudioTestBeaconAddConsecutive().
(edit) @103565   12 months vboxsync Validation Kit/Audio: Logging.
(edit) @103564   12 months vboxsync Main/HostHardwareLinux.cpp: Plug memory leak in dvdCreateDeviceStrings()
(edit) @103561   12 months vboxsync VMM/IEM: Implement vpermilps instruction emulations. [doxygen fix] …
(edit) @103560   12 months vboxsync Try to fix build bugref:9898
(edit) @103559   12 months vboxsync ValidationKit/bootsectors: Implement testcases for vpermilpd …
(edit) @103558   12 months vboxsync VMM/IEM: Implement vpermilpd instruction emulations, bugref:9898
(edit) @103557   12 months vboxsync ValidationKit/bootsectors: Implement testcases for vpermilps …
(edit) @103556   12 months vboxsync VMM/IEM: Implement vpermilps instruction emulations, bugref:9898
(edit) @103555   12 months vboxsync VMM/IEM: Added native translation for IEM_MC_AND_LOCAL_U8/16/32/64 and …
(edit) @103554   12 months vboxsync VMM/IEM: Some simple TB disassembly interface that can be used from …
(edit) @103553   12 months vboxsync doc/SDKRef,Main/VirtualBox.xidl: Document the changes to the Main API …
(edit) @103552   12 months vboxsync FE/Qt: Rework UIActionPool to use global UIType instead of own cloned enum.
(edit) @103551   12 months vboxsync FE/Qt: Moving UIType from UICommon to UIDefs for reuse purposes.
(edit) @103550   12 months vboxsync FE/Qt: UISnapshotPane: Get rid of UICommon include in the header.
(edit) @103549   12 months vboxsync FE/Qt: UIVirtualBoxManager & UINotificationObjects: Get rid of …
(edit) @103548   12 months vboxsync VMM/IEM: Special case the 'xor reg32,samereg32' operation as it it …
(edit) @103547   12 months vboxsync Runtime/reqpool.cpp: Another place where we need to decrement the idle …
(edit) @103546   12 months vboxsync FE/Qt: UIMediaComboBox: Get rid of UICommon include in the header.
(edit) @103545   12 months vboxsync storagecfg.py, fix _getActivePoolsStartingWith and …
(edit) @103544   12 months vboxsync FE/Qt: bugref:9072. Integrating new icons for go-to-bottom/go-to-top …
(edit) @103543   12 months vboxsync Runtime/misc/reqpool.cpp: Need to update the idle thread counter …
(edit) @103542   12 months vboxsync VMM/IEM: More helpful way to make the MC block names unique. bugref:10370
(edit) @103541   12 months vboxsync FE/Qt: Build fix for r161886.
(edit) @103540   12 months vboxsync FE/Qt: Clean UIDefs from UIActionPool related stuff.
(edit) @103539   12 months vboxsync FE/Qt: macOS: Runtime UI: Rework the way how machine-windows being …
(edit) @103538   12 months vboxsync FE/Qt: Moving out logging stuff from UIDefs.h to separate …
(edit) @103537   12 months vboxsync FE/Qt: Cleanup UIDefs from assertion stuff and some global includes; …
(edit) @103535   12 months vboxsync VMM/IEM: Quick hack for catching and dealing with pbInstrBuf == NULL …
(edit) @103532   12 months vboxsync VBoxManage: Add subcommand for enabling UEFI secure boot (and show the …
(edit) @103530   12 months vboxsync Audio/VKAT: Logging nits.
(edit) @103529   12 months vboxsync Validation Kit: Try using AudioDriverType_Default for >= 7.1 in …
(edit) @103528   12 months vboxsync Storage/VHD.cpp,VDI.cpp: Build fixes, bugref:3409
(edit) @103527   12 months vboxsync Storage/ISCSI.cpp: Some unused variable fixes, bugref:3409
(edit) @103526   12 months vboxsync Storage/VHD.cpp: Some unused variable, bugref:3409
(edit) @103525   12 months vboxsync Storage/VDPlugin.cpp: Some unused variable, bugref:3409
(edit) @103524   12 months vboxsync Storage/VDI.cpp: Some unused variable and macro double expansion …
(edit) @103523   12 months vboxsync Storage/VHDX.cpp: Some unused variable fixes, bugref:3409
(edit) @103522   12 months vboxsync Storage/testcase: Some unused variable fixes, bugref:3409
(edit) @103521   12 months vboxsync Validation Kit/tdAudioTest: More bugfixes.
(edit) @103520   12 months vboxsync Validation Kit/testdriver: Also log the audio enabled in/out status in …
(edit) @103518   12 months vboxsync Validation Kit/tdAudioTest: More fixes for host execution of VKAT.
(edit) @103517   12 months vboxsync Audio/VKAT: Try to fix the timeout issues.
(edit) @103516   12 months vboxsync VMM/IEM,EM: Add all kind of exceptions to the exit history, adding a …
(edit) @103515   12 months vboxsync VMM/DBGF: Stop all VCpus on DBGFEVENT_DEV_STOP events.
(edit) @103514   12 months vboxsync VMM/IEM: The vex3 & vex2 byte prefixes must set the …
(edit) @103513   12 months vboxsync VMM/IEM: The vex3 & vex2 byte prefixes must set the …
(edit) @103511   12 months vboxsync DIS: Added vex group 13 and redid some or the vex prefix decoding.
(edit) @103509   12 months vboxsync Audio/VKAT: Use a new define for default timeout, improved logging a …
(edit) @103507   12 months vboxsync Audio/VKAT: Use a new define for default timeout, improved logging a bit.
(edit) @103506   12 months vboxsync Runtime/lockvalidator.cpp: Fix wrong comparison, bugref:3409
(edit) @103502   12 months vboxsync Devices/Bus/DevPCI.cpp: Remove condition which is always true, bugref:3409
(edit) @103501   12 months vboxsync Storage/VDI.cpp: Fix harmless some parfait warnings, bugref:3409
(edit) @103500   12 months vboxsync Main/USBProxyBackendUsbIp.cpp: Remove some useless condition which is …
(edit) @103499   12 months vboxsync Validation Kit/tdAudioTest: Added new option "--audio-debug-img …
(edit) @103496   12 months vboxsync FE/Qt: bugref:10450: Get rid of obsolete stuff UIDnDMIMEData; This is …
(edit) @103495   12 months vboxsync IPRT: Build fix for parfait/win. bugref:3409
(edit) @103494   12 months vboxsync Validation Kit/tdAudioTest: Added new option "--audio-test-timeout …
(edit) @103493   12 months vboxsync Runtime/testcase/tstRTCircBuf: Just return if creation of the circular …
(edit) @103492   12 months vboxsync Audio/VKAT: Added new test option "--timeout <ms>" to specify the …
(edit) @103491   12 months vboxsync VBoxDbg: Fixed console output performance troubles caused by 'Courier …
(edit) @103490   12 months vboxsync DBGC: Quick hack to avoid misquoted command from messing up the input …
(edit) @103484   12 months vboxsync Shared Clipboard: Logging nit. ​bugref:9437
(edit) @103483   12 months vboxsync FE/Qt: bugref:9072. Correct double setWrapMode call,
(edit) @103482   12 months vboxsync Shared Clipboard: Added a ShClTransferTransformPath() function to make …
(edit) @103481   12 months vboxsync FE/Qt: bugref:3409: A bit of fixes for details generator stuff which …
(edit) @103480   12 months vboxsync Shared Clipboard: Added a ShClTransferTransformPath() function to make …
(edit) @103479   12 months vboxsync FE/Qt: bugref:9072. build fix.
(edit) @103478   12 months vboxsync FE/Qt: bugref:9072. Implementing buttons to navigate to the bottom/top …
(edit) @103477   12 months vboxsync Shared Clipboard: Formatting. bugref:9437
(edit) @103475   12 months vboxsync ValidationKit/tdUnitTest1: Exclude tstInt on darwin as it requires the …
(edit) @103474   12 months vboxsync VBoxDbg: scm fix. bugref:10376
(edit) @103473   12 months vboxsync VBoxDbg: Made logging and copying to the clipboard go thru the proxy …
(edit) @103471   12 months vboxsync Guest Control/VBoxService: Fixed reallocation in …
(edit) @103470   12 months vboxsync ValidationKit/tdUnitTest1: Exclude tstInt on darwin as it requires the …
(edit) @103469   12 months vboxsync Devices/Graphics: logging
(edit) @103468   12 months vboxsync Devices/Graphics/shaderlib: Need to zero out two structs, bugref:3409
(edit) @103466   12 months vboxsync scm
(edit) @103465   12 months vboxsync VBoxDbg: doxygen fix. bugref:10376
(edit) @103464   12 months vboxsync VBoxDbg,FE/Qt: Made it possible to configure the sub-tree filtering …
(edit) @103463   12 months vboxsync VBoxDbg: Added some simple sub-tree filtering to the statistics …
(edit) @103462   12 months vboxsync VBoxDbg: Reverted r161795, included too much. bugref:10376
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