VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @91356   4 years vboxsync VMM/CPUM: Nested VMX: bugref:10092 Disable VPID for now.
(edit) @91355   4 years vboxsync VMM: Nested VMX: bugref:10092 Disable VPID for now, also correct …
(edit) @91354   4 years vboxsync VMM: Nested VMX: bugref:10092 Fix VMX preemption timer's default.
(edit) @91353   4 years vboxsync FE/Qt: bugref:6899. Small label fixes on medium selector widget.
(edit) @91352   4 years vboxsync Frontends/VBoxManage: 'VBoxManage mediumproperty disk get <disk-img> …
(edit) @91351   4 years vboxsync VBoxManageCloudMachine: bugref:10065. When printing machine info …
(edit) @91350   4 years vboxsync FE/Qt: bugref:9083. Some renaming and improvement.
(edit) @91349   4 years vboxsync FE/Qt: bugref:9083. Checking file overwrite as the file path changes.
(edit) @91348   4 years vboxsync FE/Qt: bugref:9241: UIChooserModel: Make sure last global item height …
(edit) @91347   4 years vboxsync Devices/Security/DrvTpmEmuTpms: Straighten the NVRAM handling code now …
(edit) @91346   4 years vboxsync Main/NvramStore: Add the ability to delete a certain state, bugref:10098
(edit) @91345   4 years vboxsync VMM/PGM: Move 'fUseLargePages' into PGM.
(edit) @91343   4 years vboxsync VMM/HM: Add tertiary processor-based VM-execution controls to VMCSINFO …
(edit) @91342   4 years vboxsync VMM/HM: VMM/HM: Added debug logging of some newly added MSR feature bits.
(edit) @91341   4 years vboxsync FE/Qt: bugref:9340. Make sure newly created VISO is selected even if …
(edit) @91340   4 years vboxsync VMM/HM: Added reporting of some newly added MSR feature bits.
(edit) @91339   4 years vboxsync VMM/CPUM: Comment nit.
(edit) @91338   4 years vboxsync VBoxManageCloudMachine: bugref:10065. Refactor the code some more. …
(edit) @91337   4 years vboxsync FE/Qt: bugref:9996: Annoying assertion in UINativeWizard.
(edit) @91336   4 years vboxsync FE/Qt: bugref:9996: A bit of refactoring for Add/New Cloud VM wizards; …
(edit) @91335   4 years vboxsync FE/Qt: bugref:9996: A bit of refactoring for Add/New Cloud VM wizards; …
(edit) @91334   4 years vboxsync FE/Qt: bugref:9996: A bit of refactoring for Add/New Cloud VM wizards; …
(edit) @91333   4 years vboxsync Main: Darwin build fix, bugref:10098
(edit) @91332   4 years vboxsync Main/NvramStore,FE/VBoxManage: Allow multiple NVRAM states …
(edit) @91331   4 years vboxsync Devices: Integrate the libtpms based TPM emulation driver in the build …
(edit) @91330   4 years vboxsync Runtime/common/vfs/vfsmemory.cpp: Quick and dirty implementation for …
(edit) @91329   4 years vboxsync Devices/DevEFI: Use the new NVRAM storage interface if it is …
(edit) @91328   4 years vboxsync FE/Qt: bugref:6143. Using QITableView in VISO creator. I will have to …
(edit) @91327   4 years vboxsync Devices/Security/DrvTpmEmuTpms: Store the TPM state in the power off …
(edit) @91326   4 years vboxsync Main/NvramStore,FE/VBoxManage: Allow multiple NVRAM states …
(edit) @91325   4 years vboxsync Devices/Security/DevTpm: Default to FIFO/TIS mode instead of CRB …
(edit) @91324   4 years vboxsync Devices/DevEFI: Kick out the unused NVRAM handling code in preparation …
(edit) @91323   4 years vboxsync VMM: bugref:10106 Fixed IA32_FEATURE_CONTROL MSR reported to the guest.
(edit) @91322   4 years vboxsync Main: bugref:1909: Fixed SEGFAULT when extpack plugin is not loaded …
(edit) @91321   4 years vboxsync VMM/GMMR0: Disabled legacy mode everywhere.
(edit) @91320   4 years vboxsync VBoxManageCloudMachine: reboot, powerdown, terminate. bugref:10065.
(edit) @91319   4 years vboxsync VBoxManageCloudMachine: cloud machine start and shutdown, but …
(edit) @91318   4 years vboxsync Main: bugref:1909: Fixed compilation issues.
(edit) @91317   4 years vboxsync Main: bugref:1909: Fixed compilation issues.
(edit) @91315   4 years vboxsync Main: bugref:1909: Fixed compilation issues.
(edit) @91314   4 years vboxsync Main: bugref:1909: Fixed compilation issues.
(edit) @91312   4 years vboxsync Main: bugref:1909: Prepared the API translation engine to using in …
(edit) @91311   4 years vboxsync Devices/Security/DrvTpmEmuTpms: Make use of the PDM VFS interface iv …
(edit) @91309   4 years vboxsync Main: bugref:1909: Fixed C99 issue
(edit) @91308   4 years vboxsync VMM/CPUM: Comments/todos for some big CPUMCTX members. bugref:10093
(edit) @91306   4 years vboxsync VMM/CPUM,++: Moved the nested VT-X virtual apic page allocation into …
(edit) @91305   4 years vboxsync VMM/CPUM,++: Moved the nested VT-X I/O permission bitmap allocations …
(edit) @91304   4 years vboxsync VMM/CPUM,++: Moved the nested VT-X MSR permission bitmap allocations …
(edit) @91301   4 years vboxsync VMM/CPUM,++: Moved the nested VT-X MSR load & store bitmap allocations …
(edit) @91300   4 years vboxsync FE/Qt: bugref:9080. Fixing some alignment issue in the button box.
(edit) @91299   4 years vboxsync VMM/CPU: Assembly struc whitespace adjustments. bugref:10093
(edit) @91298   4 years vboxsync VMM/CPUM,++: Moved the nested VT-X shadow VMCS allocation into …
(edit) @91297   4 years vboxsync VMM/CPUM,++: Moved the nested VT-X VMCS allocation into CPUMCTX. …
(edit) @91296   4 years vboxsync FE/Qt: bugref:9080. Adding help button to VISO creator.
(edit) @91295   4 years vboxsync VMM/CPUM: Some nested SVM init/term cleanups. bugref:10093
(edit) @91294   4 years vboxsync FE/Qt: bugref:9996. Some space fixes.
(edit) @91293   4 years vboxsync FE/Qt: bugref:9996. Some more refactoring.
(edit) @91292   4 years vboxsync VMM/CPUM: Use SVM_???_PAGES constants to size the big CPUMCTX fields. …
(edit) @91291   4 years vboxsync VMM/CPUM,++: Moved the nested SVM I/O permission bitmap allocation …
(edit) @91290   4 years vboxsync VMM/CPUM,++: Moved the nested SVM MSR permission bitmap allocation …
(edit) @91289   4 years vboxsync VMM/CPUM,++: Moved the nested SVM MSR permission bitmap allocation …
(edit) @91288   4 years vboxsync VMM/CPUM,++: Moved the nested SVM VMCB allocation into CPUMCTX. …
(edit) @91287   4 years vboxsync VMM/CPUM,++: Moved the nested SVM VMCB allocation into CPUMCTX. …
(edit) @91286   4 years vboxsync VMM/CPUM: Eliminated a bunch of unused host physical addresses in …
(edit) @91285   4 years vboxsync FE/Qt: bugref:9996: A bit of clenaup for Export Appliance wizard.
(edit) @91283   4 years vboxsync VMM/CPUM: Moved the host's extended state (XState) from the hyper heap …
(edit) @91281   4 years vboxsync VMM/CPUM,++: Moved the guest's extended state (XState) from the hyper …
(edit) @91280   4 years vboxsync VMM/CPUM: Moved the PAE PDPTEs out of PGM and into CPUMCTX - saved …
(edit) @91279   4 years vboxsync FE/Qt: bugref:9996. Build fix.
(edit) @91278   4 years vboxsync FE/Qt: bugref:9996. Some more refactoring on disk editor classes
(edit) @91277   4 years vboxsync FE/Qt: bugref:9996. Redesigning new vm and new vd expert pages.
(edit) @91276   4 years vboxsync VMM: Added missing features checks while constructing mask of valid …
(edit) @91275   4 years vboxsync VMM: Added missing features checks while constructing mask of valid …
(edit) @91274   4 years vboxsync VMM: Prune unused CPUMCPUIDFEATURE_PAT and CPUMCPUIDFEATURE_MWAIT_EXTS.
(edit) @91273   4 years vboxsync VMM: bugref:10092 Moved the PAE PDPTEs out of PGM into CPUMCTX. …
(edit) @91272   4 years vboxsync FE/Qt: bugref:9996. Refactoring disk variant widget.
(edit) @91271   4 years vboxsync VMM: bugref:10092 Moved the PAE PDPTEs out of PGM into CPUMCTX.
(edit) @91270   4 years vboxsync VMM/HM: Moved various stats from the hyper heap and into the VM …
(edit) @91269   4 years vboxsync FE/Qt: bugref:9996. scm fix.
(edit) @91268   4 years vboxsync FE/Qt: bugref:9996. An addendum to r146926.
(edit) @91267   4 years vboxsync FE/Qt: bugref:9996. Fixing medium path update logic in the guided new …
(edit) @91266   4 years vboxsync VMM/CPUM: Moved CPUIDs and MSRs from the hyper heap and into the VM …
(edit) @91265   4 years vboxsync VMM/HM: Moved various stats from the hyper heap and into the VM …
(edit) @91264   4 years vboxsync VMM/EM: Copied the two stats we still use from EMSTATS and into the …
(edit) @91263   4 years vboxsync VMM/IEM: Moved instruction stats from the hyper heap and into the VM …
(edit) @91262   4 years vboxsync FE/Qt: bugref:9996: Export Appliance wizard: Get rid of …
(edit) @91261   4 years vboxsync FE/Qt: bugref:9996: Export Appliance wizard: Rename appliance field to …
(edit) @91260   4 years vboxsync FE/Qt: bugref:9996: Export Appliance wizard: Move UIVMListWidgetItem …
(edit) @91259   4 years vboxsync FE/Qt: bugref:9996: Export Appliance wizard: Move custom button click …
(edit) @91258   4 years vboxsync FE/Qt: bugref:9996. build fix.
(edit) @91257   4 years vboxsync FE/Qt: bugref:9996. Replacing UIDiskFormatsGroupBox with …
(edit) @91256   4 years vboxsync FE/Qt: bugref:9996. Refactoring UIDiskFormatsGroupBox. part 3.
(edit) @91255   4 years vboxsync VBoxGuest-netbsd.c: ​Catch up with config(9) changes in 9.99.88. …
(edit) @91254   4 years vboxsync FE/Qt: bugref:9996. Refactoring UIDiskFormatsGroupBox. part 2.
(edit) @91253   4 years vboxsync FE/Qt: bugref:9996. Build fix.
(edit) @91252   4 years vboxsync FE/Qt: bugref:9996. Refactoring UIDiskFormatsGroupBox. part 1.
(edit) @91251   4 years vboxsync VMM/IEM: Add CR0.CD and CR0.NW to conditions for calling PGMFlushTLB …
(edit) @91250   4 years vboxsync VMM/PGM: Moved pStatTrap0eAttributionR0 to GVMCPU. bugref:10093
(edit) @91249   4 years vboxsync VMM/PGM: Kicked out unused structure offset members. bugref:9517
(edit) @91248   4 years vboxsync VMM/PGM: Moved the statistics into the VM and VMCPU structures (was on …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette