VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73460   7 years vboxsync IPRT,DBGF,Diggers: Moved DBGFRETURNTYPE and the unwind state structure …
(edit) @73459   7 years vboxsync iprt/x86.h: doc typo
(edit) @73458   7 years vboxsync iprt/nt/nt-structures.h: Added AMD64 trap frame structures.
(edit) @73457   7 years vboxsync FE/Qt: VirtualBox Manager UI: Few more coding-style fixes and cleanups.
(edit) @73456   7 years vboxsync FE/Qt: VirtualBox Manager UI: Few scm fixes.
(edit) @73455   7 years vboxsync DBGFStack.cpp: Refactored the code in prep for IPRT move. Added a set …
(edit) @73454   7 years vboxsync Audio/Debug: This backend does not support any recording (injecting …
(edit) @73453   7 years vboxsync Audio/SB16: Don't mess with PDMAUDIOSTREAM internals here.
(edit) @73452   7 years vboxsync Audio: When setting the recording source, check if the selected driver …
(edit) @73451   7 years vboxsync FE/Qt: VirtualBox Manager UI: A bit of code reordering.
(edit) @73450   7 years vboxsync FE/Qt: VirtualBox Manager UI: Not using status-bar anymore.
(edit) @73449   7 years vboxsync DBGC: Display recovered non-volatile registers in the 'kv' and 'kgv' …
(edit) @73448   7 years vboxsync DBGCCmdHlpPrintfEx: format string markup fix.
(edit) @73447   7 years vboxsync DBGC: Display recovered non-volatile registers in the 'kv' and 'kgv' …
(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) @73443   7 years vboxsync CPUMIsGuestInRealOrV86ModeEx: take const argument.
(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) @73439   7 years vboxsync cpum.h: Nested VMX: bugref:9180 linespace.
(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) @73436   7 years vboxsync VMM: Nested VMX: bugref:9180 Added CPUMIsGuestVmxEnabled() helper, …
(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) @73433   7 years vboxsync Audio: Tab.
(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) @73427   7 years vboxsync hm_vmx: Nested VMX: bugref:9180 comment clarification on the highest …
(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) @73411   7 years vboxsync manual: typo fix
(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) @73396   7 years vboxsync iprt/formats/pecoff.h: More AMD64 unwind bits.
(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) @73386   7 years vboxsync iprt/formats/pecoff.h: More AMD64 unwind stuff.
(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) @73374   7 years vboxsync iprt/formats/pecoff.h: Added IMAGE_RUNTIME_FUNCTION_ENTRY.
(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) @73369   7 years vboxsync configure: Handle libopus on solaris/darwin like libvpx, i.e. pretend …
(edit) @73368   7 years vboxsync VirtualBoxClientListImpl.cpp: scm fix
(edit) @73367   7 years vboxsync DevVGA-SVGA3d-ogl.cpp: comment.
(edit) @73366   7 years vboxsync doc/manual: Fix catalog creation. They are also needed for OSE builds, …
(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) @73362   7 years vboxsync sup.h: nit.
(edit) @73361   7 years vboxsync Main/VBoxSDS:?bugref:3300: fixed tabs
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