summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* VMM/HM: Moved various stats from the hyper heap and into the VM structure. bu...vboxsync2021-09-154-99/+28
* VMM/EM: Copied the two stats we still use from EMSTATS and into the EMCPU str...vboxsync2021-09-154-87/+10
* VMM/IEM: Moved instruction stats from the hyper heap and into the VM structur...vboxsync2021-09-153-23/+16
* FE/Qt: bugref:9996: Export Appliance wizard: Get rid of UIWizardExportAppDefs...vboxsync2021-09-157-67/+39
* FE/Qt: bugref:9996: Export Appliance wizard: Rename appliance field to cloudA...vboxsync2021-09-155-10/+11
* FE/Qt: bugref:9996: Export Appliance wizard: Move UIVMListWidgetItem from UIW...vboxsync2021-09-152-37/+37
* FE/Qt: bugref:9996: Export Appliance wizard: Move custom button click handlin...vboxsync2021-09-156-20/+58
* FE/Qt: bugref:9996. build fix.vboxsync2021-09-152-1/+5
* FE/Qt: bugref:9996. Replacing UIDiskFormatsGroupBox with UIDiskFormatsComboBo...vboxsync2021-09-154-189/+280
* FE/Qt: bugref:9996. Refactoring UIDiskFormatsGroupBox. part 3.vboxsync2021-09-158-133/+148
* VBoxGuest-netbsd.c: ​Catch up with config(9) changes in 9.99.88. Whilevboxsync2021-09-151-5/+10
* FE/Qt: bugref:9996. Refactoring UIDiskFormatsGroupBox. part 2.vboxsync2021-09-152-17/+31
* FE/Qt: bugref:9996. Build fix.vboxsync2021-09-151-0/+1
* FE/Qt: bugref:9996. Refactoring UIDiskFormatsGroupBox. part 1.vboxsync2021-09-152-69/+98
* VMM/IEM: Add CR0.CD and CR0.NW to conditions for calling PGMFlushTLB while lo...vboxsync2021-09-151-2/+2
* VMM/PGM: Moved pStatTrap0eAttributionR0 to GVMCPU. bugref:10093vboxsync2021-09-154-32/+40
* VMM/PGM: Kicked out unused structure offset members. bugref:9517vboxsync2021-09-152-43/+4
* VMM/PGM: Moved the statistics into the VM and VMCPU structures (was on the hy...vboxsync2021-09-151-1/+6
* PGM: Moved the statistics into the VM and VMCPU structures (was on the hyper ...vboxsync2021-09-1512-252/+215
* VMM/PGM: Some cleanups around large page allocation... bugref:10093vboxsync2021-09-154-19/+14
* VMM/PGM: Removed VMMCALLRING3_PGM_MAP_CHUNK and PGMR3PhysChunkMap as it's unu...vboxsync2021-09-154-33/+0
* VMM/PGMPool: Call PGMR0PoolGrow directly from ring-0 instead of going via rin...vboxsync2021-09-151-1/+0
* VMM/PGMPool: Call PGMR0PoolGrow directly from ring-0 instead of going via rin...vboxsync2021-09-154-39/+57
* FE/Qt: bugref:6143. Tooltip changes on viso creator and UIToolBox.vboxsync2021-09-154-8/+19
* FE/Qt: bugref:9996: No wizard-mode argument in UIWizardAddCloudVM.vboxsync2021-09-152-7/+4
* FE/Qt: bugref:9996: Rename New/Add Cloud VM wizard pages accordingly.vboxsync2021-09-1511-114/+114
* FE/Qt: bugref:10067: Typo in r146895.vboxsync2021-09-151-1/+1
* DevACPI: Use ASSERT_GUEST instead of Assert in a couple of place; fixed a PDM...vboxsync2021-09-141-5/+6
* FE/Qt: bugref:10067: UINotificationCenter: Do not auto-close failed progresses.vboxsync2021-09-141-1/+4
* FE/Qt: bugref:10067: UINotificationCenter: Togglable option to keep finished ...vboxsync2021-09-144-15/+61
* FE/Qt: bugref:6143. Disabling tab navigation of views in Viso creator dialog.vboxsync2021-09-143-0/+3
* ACPI: Fixed IDX0 offset mixup introduced by r139337 when adding IOMA and SIOA...vboxsync2021-09-141-4/+2
* Additions: Linux: vboxvideo: introduce initial support for kernel 5.15, bugre...vboxsync2021-09-143-3/+19
* FE/Qt: bugref:10067: UINotificationCenter: Forgot to stop open-timer in r146880.vboxsync2021-09-141-0/+8
* EFI/VfrCompile: Workaround for a crash in release mode when parsing Tcg2Confi...vboxsync2021-09-141-1/+1
* EFI/VfrCompile: Workaround for a crash in release mode when parsing Tcg2Confi...vboxsync2021-09-141-0/+7
* SharedFoldersSvc: Corrected SHFL_FN_WRITE file offset return parameter updati...vboxsync2021-09-141-1/+1
* FE/Qt: bugref:10067: Extra-data condition for keeping finished notification-p...vboxsync2021-09-145-2/+15
* Reverting r146862 for commit message fixing.vboxsync2021-09-141-1/+1
* FE/Qt: bugref:10067: Delay progress-notifications for a bit, similarly to wha...vboxsync2021-09-144-2/+51
* FE/Qt: bugref:10067: Close all finished notification-progresses unconditional...vboxsync2021-09-141-0/+1
* FE/Qt: bugref:9996. typo fix.vboxsync2021-09-141-1/+1
* FE/Qt: bugref:9996. Calling defaultExtension function with correct device type.vboxsync2021-09-144-14/+20
* FE/Qt: bugref:9183. Cleaning.vboxsync2021-09-142-17/+0
* FE/Qt: bugref:6899. More tool tip fixes.vboxsync2021-09-1312-32/+36
* FE/Qt: bugref:10067: A bit of refactoring for UIMessageCenter wizards related...vboxsync2021-09-132-129/+93
* FE/Qt: bugref:6899. Further fixes on wizard widget tool tips.vboxsync2021-09-1313-68/+57
* FE/Qt: bugref:10067: Moving License Viewer messages from UIMessageCenter to U...vboxsync2021-09-106-58/+53
* Devices/: Make the TPM device accessible from R0, bugref:10075vboxsync2021-09-101-0/+3
* Main,FE/VBoxManage: Add the necessary Main API bits to control the trusted pl...vboxsync2021-09-1011-17/+733