VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

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