I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected over 4 years ago.
Aug 18, 2019 — Sep 17, 2019
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Storage:DevVirtioSCSI.cpp: suspend/resume/reset implemented and seems to be working. See bugref:9440, Comment #84
[anonymous]
as vboxsync
More... over 4 years ago
DevHDA: Some v-align nit. This is prep work for converting it to the new PDM model. bugref:9218
[anonymous]
as vboxsync
More... over 4 years ago
DevHDA: Simplified error handling in the constructor by returning immediately when something goes wrong instead of postponing and rechecking rc 100rd times. This is prep work for converting it to the new PDM model. bugref:9218
[anonymous]
as vboxsync
More... over 4 years ago
DevHDA.cpp: comment
[anonymous]
as vboxsync
More... over 4 years ago
IOM,PDM,RTC: Add port sub-descriptions for a range. Fixed bug in statistics collection causing all access to be attributed to the first port in the range. Rearranged the stats for new I/O ports. bugref:9218
[anonymous]
as vboxsync
More... over 4 years ago
FE/Qt: bugref:8938. Converting connection syntaxes under settings. part 3.
[anonymous]
as vboxsync
More... over 4 years ago
PDM/DevHlp: Need to wrap the crit sect methods so we can pass on pVM to the crit sect code later, as we won't be able to sore pointers in the internal critical section data anymore. [fix] bugref:9218
[anonymous]
as vboxsync
More... over 4 years ago
OCI: Rename overly generic *and* restrictive CloudParavirtualized to
[anonymous]
as vboxsync
More... over 4 years ago
IOM: New I/O port registration code. [doxyfix] bugref:9218
[anonymous]
as vboxsync
More... over 4 years ago
PDM/DevHlp: Need to wrap the crit sect methods so we can pass on pVM to the crit sect code later, as we won't be able to sore pointers in the internal critical section data anymore. [fix] bugref:9218
[anonymous]
as vboxsync
More... over 4 years ago
PDM/DevHlp: Need to wrap the crit sect methods so we can pass on pVM to the crit sect code later, as we won't be able to sore pointers in the internal critical section data anymore. bugref:9218
[anonymous]
as vboxsync
More... over 4 years ago
DevRTC: kicked out the old style code. bugref:9218
[anonymous]
as vboxsync
More... over 4 years ago
DevFlash: There's no actual R0 support at this time.
[anonymous]
as vboxsync
More... over 4 years ago
Main/Guest: Don't start the statistics collection thread until needed. Assert and check every timer call.
[anonymous]
as vboxsync
More... over 4 years ago
FE/Qt: bugref:8938. Converting connection syntaxes under settings. contd.
[anonymous]
as vboxsync
More... over 4 years ago
Main/Performance: We don't measure diskspace is millibytes (mB), it should be megabytes (MB).
[anonymous]
as vboxsync
More... over 4 years ago
VBoxTray/VBoxClipboard.cpp: fixed shadow variable which caused crash
[anonymous]
as vboxsync
More... over 4 years ago
FE/Qt: bugref:8938. Converting connection syntaxes under settings.
[anonymous]
as vboxsync
More... over 4 years ago
IPRT: Redid RTTimerLRChangeInterval. Converted RTTimerLR testcase to RTTest style.
[anonymous]
as vboxsync
More... over 4 years ago
Shared Clipboard: More renaming + unification.
[anonymous]
as vboxsync
More... over 4 years ago
Shared Clipboard: Comment naming typos.
[anonymous]
as vboxsync
More... over 4 years ago
Shared Clipboard: Renaming (SHAREDCLIPBOARD -> SHCL and VBOXCLIPBOARD -> SHCL).
[anonymous]
as vboxsync
More... over 4 years ago
VMM/HMVMXR0: Comment typos.
[anonymous]
as vboxsync
More... over 4 years ago
VMM/CPUM: Nested VMX: bugref:9180 Ensure MSR_IA32_BASIC bit 48 (the VMX physical address width bit) is set/cleared properly to match whether the CPU is capable of 64-bit or not (also is a requirement for kvm-intel module to load in the guest).
[anonymous]
as vboxsync
More... over 4 years ago
hm_vmx.h: Add VMX_BASIC_PHYSADDR_WIDTH_32BIT for upcoming change.
[anonymous]
as vboxsync
More... over 4 years ago
Storage/DevVirtioSCSI.cpp: Fixed some unintended consequences of search/replace in editor
[anonymous]
as vboxsync
More... over 4 years ago
Storage/DevVirtioScsi.cpp: Start to implement suspend/resume/reset/power on and power off handling. Compiles and code still does SCSI stuff, but the code is untested and unfinished. Posted questions to bugref:9440, Comment #83
[anonymous]
as vboxsync
More... over 4 years ago
VMM/HMVMXR0: Comment nit.
[anonymous]
as vboxsync
More... over 4 years ago
VMM/HMVMXR0: Nested VMX: bugref:9180 Swap EFER when requested by the nested-guest.
[anonymous]
as vboxsync
More... over 4 years ago
Main/GuestImpl: Start the Guest::i_staticUpdateStats in paused mode so that it matches the default mStatUpdateInterval value (0) and change logic in Guest::setStatisticsUpdateInterval. No need to work STAM and PGM once a second and IPC the results into VBoxSVC. Also fixed missing seconds to nanoseconds conversion in two RTTimerLRChangeInterval calls, resulting in the timer always running at 1 Hz regardless of the update interval set by the API user.
[anonymous]
as vboxsync
More... over 4 years ago