I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected over 4 years ago.
Sep 17, 2018 — Sep 17, 2019
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
GuestSessionTask::fileCopyToGuest: More review comments. bugref:9320
[anonymous]
as vboxsync
More... over 4 years ago
IPRT: Added RTPathEnsureTrailingSeparatorEx.
[anonymous]
as vboxsync
More... over 4 years ago
FE/Qt: bugref:9510: Adding VMM CPU load to the status bar CPU indicator.
[anonymous]
as vboxsync
More... over 4 years ago
FE/Qt: About & logo stuff for 6.1.
[anonymous]
as vboxsync
More... over 4 years ago
ValKit/tdAddGuestCtrl.py: Adjusted session environment tests to match current IPRT/main environment validation.
[anonymous]
as vboxsync
More... over 4 years ago
Main/Guest*: Create enviornment blocks with RTENV_CREATE_F_ALLOW_EQUAL_FIRST_IN_VAR for windows guests.
[anonymous]
as vboxsync
More... over 4 years ago
IPRT: Added RTEnvCreateEx and RTEnvCreateChangeRecordEx so flags can be specified when creating custom environments. Defined one flag RTENV_CREATE_F_ALLOW_EQUAL_FIRST_IN_VAR for accomodating windows style environment variables (used for CWD by driver letter). The flag is set by default on windows hosts, however it does not work for the default environment due to CRT limitations.
[anonymous]
as vboxsync
More... over 4 years ago
Main: bugref:9341: Fixed doxygen issues
[anonymous]
as vboxsync
More... over 4 years ago
Main: bugref:9341: Fixed build issues
[anonymous]
as vboxsync
More... over 4 years ago
Main: bugref:9341: The "environment" parameter in the IMachine::launchVMProcess renamed to "environmentChanges" and changed the type from wstring to "safearray of wstrings"
[anonymous]
as vboxsync
More... over 4 years ago
EFI/FirmwareNew/Logo{,Dxe}.inf: SCM fix
[anonymous]
as vboxsync
More... over 4 years ago
EFI/FirmwareNew/Logo.c: SCM fix
[anonymous]
as vboxsync
More... over 4 years ago
FirmwareNew: Fix showing the boot logo (our graphics driver gets wired up during PlatformBdsConnectSequence() but BootLogoEnableLogo() requires a GOP/UGA enabled device already)
[anonymous]
as vboxsync
More... over 4 years ago
EFI/FirmwareNew: Logos are now enclosed in a separate DXE driver, provide our own based on the default one from MdeModulePkg
[anonymous]
as vboxsync
More... over 4 years ago
Installer/win: Hopefully last fixes (the copying was still done, and step 4 used the full path of the MSI file instead of just the filename), plus a bit of grammar.
[anonymous]
as vboxsync
More... over 4 years ago
FE/Qt: bugref:8938. Removing qobject_cast's in connection calls.
[anonymous]
as vboxsync
More... over 4 years ago
FE/Qt: bugref:8938. Changing connection syntaxes in manager details pane code.
[anonymous]
as vboxsync
More... over 4 years ago
VMM/IEM: "guest hypervisor" -> "nested hypervisor".
[anonymous]
as vboxsync
More... over 4 years ago
VMM: "guest hypervisor" -> "nested hypervisor".
[anonymous]
as vboxsync
More... over 4 years ago
VMM/CPUM: Nested VMX: bugref:9180 Fix I/O bitmap accesses now that we don't have 2 different I/O bitmaps to check.
[anonymous]
as vboxsync
More... over 4 years ago
VMM/HMVMXAll: Nested VMX: bugref:9180 Wrong assertion.
[anonymous]
as vboxsync
More... over 4 years ago
VMM/EM: Nested VMX: bugref:9180 Use CPUMIsGuestVmxInterceptEvents.
[anonymous]
as vboxsync
More... over 4 years ago
VMM/TRPM: Nested VMX: bugref:9180 We need to check for "acknowledge interrupt on VM-exit" while injecting an event through TRPM.
[anonymous]
as vboxsync
More... over 4 years ago
VMM/HMVMXR0: Nested VMX: bugref:9180 Use CPUM[Is|Set]GuestVmxInterceptEvents. Added comment regarding TRPM and intercepting events in the nested-guest.
[anonymous]
as vboxsync
More... over 4 years ago
VMM/IEM: Nested VMX: bugref:9180 Use CPUM[Is|Set]GuestVmxInterceptEvents and fix assertion for 'acknowledge external interrupt on VM-exit' case. Logging space nit.
[anonymous]
as vboxsync
More... over 4 years ago
VMM/IEM: Nested VMX: bugref:9180 Use CPUMIsGuestVmxInterceptEvents.
[anonymous]
as vboxsync
More... over 4 years ago
cpum.h: Nested VMX: bugref:9180 Add CPUMIsGuestVmxInterceptEvents and CPUMIsGuestVmxInterceptEvents for upcoming changes.
[anonymous]
as vboxsync
More... over 4 years ago
VMM/CPUM: Nested VMX: bugref:9180 Doxygen.
[anonymous]
as vboxsync
More... over 4 years ago
VMM/CPUM: Nested VMX: bugref:9180 Remove todo.
[anonymous]
as vboxsync
More... over 4 years ago
VMM/CPUM: Nested VMX: bugref:9180 Clarify I/O port wrap around.
[anonymous]
as vboxsync
More... over 4 years ago