VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73446   7 years vboxsync DBGFStack.cpp: Refactored the code in prep for IPRT move. Added a set …
(edit) @73445   7 years vboxsync DBGC: Display recovered non-volatile registers in the 'kv' and 'kgv' …
(edit) @73444   7 years vboxsync DBGFStack.cpp: Refactored the code in prep for IPRT move. Added a set …
(edit) @73442   7 years vboxsync IPRT/ldr: Added KCPUARCH_X86_16.
(edit) @73441   7 years vboxsync Audio/SB16: Path not needed (we don't implement recording for SB16 …
(edit) @73440   7 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VMX instruction common macros.
(edit) @73438   7 years vboxsync VMM/IEM: bugref:7243 Fix parameter usage in SVM helper macro.
(edit) @73437   7 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Fix bug while injecting …
(edit) @73435   7 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Allow setting CR4.VMXE when it is …
(edit) @73434   7 years vboxsync FE/Qt: VirtualBox Manager UI: A bit of cleanup.
(edit) @73432   7 years vboxsync Audio: Use the DrvAudioHlpStreamStatusXXX() helpers where applicable.
(edit) @73431   7 years vboxsync VMM: Nested VMX: bugref:9180 Don't forget to report the VMCS size in …
(edit) @73430   7 years vboxsync Audio/VRDE: Only report a running / writable state if any clients are …
(edit) @73429   7 years vboxsync Audio/Common: Added DrvAudioHlpStreamStatusCanRead() and …
(edit) @73428   7 years vboxsync Audio/DrvAudio: Logging nit.
(edit) @73426   7 years vboxsync FE/Qt: A couple of small style fixes for QIMainWindow.
(edit) @73425   7 years vboxsync FE/Qt: Ups, s.a. r124048.
(edit) @73424   7 years vboxsync FE/Qt: Copy Selector UI functionality too VirtualBox Manager UI, …
(edit) @73423   7 years vboxsync Audio/Common: Added DrvAudioHlpStreamStatusIsReady().
(edit) @73422   7 years vboxsync VMM: Nested VMX: bugref:9180 bitfield macro nits.
(edit) @73421   7 years vboxsync Audio: (Pre-)Buffering fixes; use nanoseconds to have a higher …
(edit) @73420   7 years vboxsync Audio/DrvAudio: Misc fixes for the timing helper functions.
(edit) @73419   7 years vboxsync DBGPlugInNt: doxygen fix
(edit) @73418   7 years vboxsync DBGPlugInWinNt: Use the IDT[PF] handler to locate the NT kernel.
(edit) @73417   7 years vboxsync VMM/DBGF: Implemented DBGFR3RegNmQueryXdtr and fixed exports, …
(edit) @73416   7 years vboxsync DBGPlugInWinNt: Use DBGFR3ModInMem.
(edit) @73415   7 years vboxsync Build fix for r124028
(edit) @73414   7 years vboxsync DBGF/Term: Make sure the OS stuff is terminated before we unload …
(edit) @73413   7 years vboxsync DBGPlugInWinNt.cpp: Must unlink all our modules during termination of …
(edit) @73412   7 years vboxsync IPRT/dbgmoddeferred: Fixed debug close method using the wrong instance …
(edit) @73410   7 years vboxsync Network/Virtio: TX queue notification flag race fix. TX event stat …
(edit) @73409   7 years vboxsync Audio/DrvAudio: Use RT_MS_1SEC in the *Milli* helpers.
(edit) @73408   7 years vboxsync Audio: Renamed *Ms* (milliseconds) timing helper functions to *Milli*.
(edit) @73407   7 years vboxsync Audio/DrvAudio: Added ns (nanoseconds) timing helper functions.
(edit) @73406   7 years vboxsync VMM: Nested VMX: bugref:9180 Implement MSR_IA32_VMX_VMCS_ENUM.
(edit) @73405   7 years vboxsync Audio/DrvAudio: Renaming nit.
(edit) @73404   7 years vboxsync Audio/Mixer: No need to call a stream's iteration function twice in …
(edit) @73403   7 years vboxsync Audio/Mixer: Added support for setting / getting an (input) sink's …
(edit) @73402   7 years vboxsync Audio/DrvAudio: Put the stream's statistics stuff into an own struct.
(edit) @73401   7 years vboxsync dbgmoddeferred: magic
(edit) @73400   7 years vboxsync IEM/swapgs: Corrected CPU context import.
(edit) @73399   7 years vboxsync DBGF: Unwinding PE/AMD64, considered sketches for generic unwinding …
(edit) @73398   7 years vboxsync DBGF: Unwinding PE/AMD64, considered sketches for generic unwinding …
(edit) @73397   7 years vboxsync DBGF: Unwinding PE/AMD64, considered sketches for generic unwinding …
(edit) @73395   7 years vboxsync VMM, CPUM: Nested VMX: bugref:9180 Implement Cr0Fixed[0|1] and …
(edit) @73394   7 years vboxsync Audio/DrvAudio.cpp: Statistics naming nits.
(edit) @73393   7 years vboxsync Audio/DrvHostDebugAudio: Backend doesn't need any special …
(edit) @73392   7 years vboxsync Audio/DrvHostDSound.cpp: Factored out transferring data from capturing …
(edit) @73391   7 years vboxsync Audio/AudioMixer: Added a define for the audio mixer stream flags.
(edit) @73390   7 years vboxsync DevVGA-SVGA3d-ogl.cpp: allow DXT2 and DXT4 formats.
(edit) @73389   7 years vboxsync VMM, SUPDrv: Nested VMX: bugref:9180 Implement some of the VMX MSRs.
(edit) @73388   7 years vboxsync DBGFR3Stack: Working on PE/AMD64 unwinding.
(edit) @73387   7 years vboxsync RTLdrQueryPropEx: RTLDRPROP_UNWIND_TABLE and RTLDRPROP_UNWIND_INFO for …
(edit) @73385   7 years vboxsync FE/Qt: Moving VirtualBox event-handler related files to globals folder.
(edit) @73384   7 years vboxsync FE/Qt: Moving action-pool related files to globals folder.
(edit) @73383   7 years vboxsync Audio/DrvHostDebugAudio.cpp: It's ms, not bytes, when creating the …
(edit) @73382   7 years vboxsync FE/Qt: Moving snapshots related files to separate folder.
(edit) @73381   7 years vboxsync DrvAudioCommon.cpp: Renamed DrvAudioHlp*FileName() -> …
(edit) @73380   7 years vboxsync Audio/DrvAudioCommon.cpp: Reordering helper function parameters to …
(edit) @73379   7 years vboxsync Audio/DrvAudioCommon.cpp: Implemented DrvAudioHlpBytesAlign() and …
(edit) @73378   7 years vboxsync Audio/DrvAudioCommon.cpp: Fixes / docs for DrvAudioHlpClearBuf().
(edit) @73377   7 years vboxsync DBGFStack: Early code for walking windows unwind tables. (=> office)
(edit) @73376   7 years vboxsync PGM/NEM: catch make-writable changes during memory exits and avoid the …
(edit) @73375   7 years vboxsync IPRT: Added RTLDRPROP_UNWIND_INFO to RTLdrQueryPropEx. Added …
(edit) @73373   7 years vboxsync DevVGA-SVGA3d-ogl.cpp: fixed handling of stencil render states (untested).
(edit) @73372   7 years vboxsync Build fix.
(edit) @73371   7 years vboxsync Build fix.
(edit) @73370   7 years vboxsync Audio: Implemented backend-independent (pre-)buffering support. Work …
(edit) @73368   7 years vboxsync VirtualBoxClientListImpl.cpp: scm fix
(edit) @73367   7 years vboxsync DevVGA-SVGA3d-ogl.cpp: comment.
(edit) @73365   7 years vboxsync iprt: comments
(edit) @73364   7 years vboxsync DevVGA-SVGA3d-ogl.cpp: cleaned up loading OpenGL functions (mac build fix).
(edit) @73363   7 years vboxsync DevVGA-SVGA3d-ogl.cpp: cleaned up loading OpenGL functions.
(edit) @73361   7 years vboxsync Main/VBoxSDS:?bugref:3300: fixed tabs
(edit) @73360   7 years vboxsync VMM,REM,DBGC: Use RTDBGSYMADDR_FLAGS_SKIP_ABS_IN_DEFERRED.
(edit) @73359   7 years vboxsync IPRT/RTDbg: Added RTDBGSYMADDR_FLAGS_SKIP_ABS and …
(edit) @73358   7 years vboxsync Main/VBoxSDS: ?bugref:3300: cosmetic changes
(edit) @73357   7 years vboxsync DBGFR3BugCheck: file description fix (was renamed).
(edit) @73356   7 years vboxsync AudioMixer.h: fixed file header: Short description optionally followed …
(edit) @73355   7 years vboxsync AudioMixer.h: scm fix (trailing space)
(edit) @73354   7 years vboxsync DBGFAll.cpp: build fxi
(edit) @73353   7 years vboxsync DBGFR3BugCheck: build fix, update.
(edit) @73352   7 years vboxsync DBGConsole.cpp: build fix
(edit) @73351   7 years vboxsync VBoxGuest,VMMDev,DBGF,VM: Added bug check report to VBoxGuest/VMMDev …
(edit) @73350   7 years vboxsync Build fix.
(edit) @73349   7 years vboxsync FE/Qt: bugref:9152: Export Appliance wizard: Get rid of Destination …
(edit) @73348   7 years vboxsync DBGF,DBGC,GIMHv: Added some basic windows bug check formatting …
(edit) @73347   7 years vboxsync iprt/the-nt-kernel.h: comment typo
(edit) @73346   7 years vboxsync DBGFR3PagingDumpEx: Deal with shadow mode PGMMODE_NONE (NEM). bugref:9044
(edit) @73345   7 years vboxsync Audio/DrvAudioCommon.cpp: Fixed DrvAudioHlpFramesToBytes(), d'oh!
(edit) @73344   7 years vboxsync Audio/DebugAudio: Got rid of intermediate buffer; not needed.
(edit) @73342   7 years vboxsync Audio/AudioMixer: Added the option to also use a small ring buffer for …
(edit) @73340   7 years vboxsync VMM/GIM: Address todo mentioned in r123944.
(edit) @73339   7 years vboxsync bugref:9152. Added LogRel().
(edit) @73338   7 years vboxsync bugref:9152. I temporarily commented AssertMsgReturn() out.
(edit) @73337   7 years vboxsync bugref:9152. Renamed CloudUserProfileList to CloudUserProfiles.
(edit) @73336   7 years vboxsync FE/Qt: Add ReactOS to list of known OSs in new VM wizard This minor …
(edit) @73335   7 years vboxsync GIMHvInternal.h: r=bird todo
(edit) @73334   7 years vboxsync IPRT: Added RTHttpSetFollowRedirects (translates to …
(edit) @73333   7 years vboxsync FE/Qt: bugref:9152: Export Appliance wizard: Make sure proper path is …
Note: See TracRevisionLog for help on using the revision log.

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