VirtualBox

source: vbox/trunk/include/VBox/vmm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @76552   6 years vboxsync hm_vmx.h: VMX MSR description, easier than looking up fixed-0 and …
(edit) @76548   6 years vboxsync VMM/CPUM: Add functions for getting guest CR0, CR4 valid bits mask, in …
(edit) @76507   6 years vboxsync /include: scm --fix-header-guards. bugref:9344
(edit) @76491   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Logging extensively VMX features …
(edit) @76472   6 years vboxsync hm_vmx.h: Doxygen fix.
(edit) @76471   6 years vboxsync hm_vmx.h: Doxygen fix.
(edit) @76470   6 years vboxsync hm_vmx.h: Doxygen fix.
(edit) @76469   6 years vboxsync VMM, CPUM: Use a function to copy SUPHWVIRTMSRS to VMXMSRS and SVMMSRS …
(edit) @76464   6 years vboxsync VMM: Nested VMX: bugref:9180 Fix MSR initialization issue for …
(edit) @76463   6 years vboxsync hm_vmx.h, hm_svm.h: Slightly larger MSRS struct for future expansion.
(edit) @76438   6 years vboxsync vmm/hm_*.h: Mark 64-bit bitfields with RT_GCC_EXTENSION to make older …
(edit) @76407   6 years vboxsync pdmdev.h: comment. bugref:9344
(edit) @76406   6 years vboxsync VBox/vmm/pdmusb.h: Don't include err.h if not needed, just grab …
(edit) @76405   6 years vboxsync VBox/vmm/pdmusb.h: Don't include err.h if not needed. bugref:9344
(edit) @76404   6 years vboxsync VBox/vmm/pdmnetshaper.h,pdmdev.h: Don't include err.h and assert.h in …
(edit) @76403   6 years vboxsync VBox/vmm/pdmdrv.h: Don't include err.h when it isn't needed. bugref:9344
(edit) @76402   6 years vboxsync VBox/vmm/apic.h: Try avoid dragging in pdmdev.h, so use function for …
(edit) @76401   6 years vboxsync pdmdrv.h: header indent and ring-3-ness. bugref:9344
(edit) @76400   6 years vboxsync pdmdrv.h: header indent and ring-3-ness. bugref:9344
(edit) @76399   6 years vboxsync VBox/vmm/pdmblkcache.h: Don't include err.h and assert.h if not …
(edit) @76398   6 years vboxsync VBox/vmm/pdmasynccompletion.h: Don't include err.h and assert.h if not …
(edit) @76397   6 years vboxsync VBox/vmm/hm_svm.h,hm_vmx.h: Try avoid including VBox/err.h in widely …
(edit) @76393   6 years vboxsync VBox/vmm/gmm.h,pgm.h: Avoid dragging in VMMDev.h just for …
(edit) @76382   6 years vboxsync include/VBox/vmm/pdmifs.h: Don't include hgcmsvc.h just for …
(edit) @76311   6 years vboxsync hm_svm.h: Added an SVMMSRS struct similar to VT-x for AMD-V MSRs. …
(edit) @76290   6 years vboxsync VMM/HM: Nested VMX: bugref:9180 Added a new pre-init VMM call, invoked …
(edit) @76200   6 years vboxsync VMM: Nested VMX: bugref:9180 Initialize VMX guest-MSRs from the …
(edit) @76198   6 years vboxsync VMM: Nested VMX: bugref:9180 Use Intel terminology of 'allowed-0' and …
(edit) @76150   6 years vboxsync VMM: Nested VMX: bugref:9180 Use the VMXMSRS struct.
(edit) @76149   6 years vboxsync hm_vmx.h: Nested VMX: bugref:9180 Add a few more MSRs for future …
(edit) @76148   6 years vboxsync VMM: Nested VMX: bugref:9180 Add the VMX MSRs to CPUMCTX.
(edit) @76041   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VMLAUNCH/VMRESUME interface.
(edit) @75997   6 years vboxsync VMM/EM: Nested VMX: bugref:9180 Include APIC-write FF in the …
(edit) @75990   6 years vboxsync VMMDev,HGCM: Added cancellation notification and query helper.
(edit) @75962   6 years vboxsync Forward ported r127158 (Audio/HDA: Implemented support for Windows 10 …
(edit) @75957   6 years vboxsync VMM: Nested VMX: bugref:9180 Added APIC-write emulation VM-exit and …
(edit) @75943   6 years vboxsync hm_vmx.h: Comment.
(edit) @75942   6 years vboxsync hm_vmx.h: Attempted build fix.
(edit) @75940   6 years vboxsync VMM: Nested VMX: bugref:9180 Pending guest debug exception injection.
(edit) @75853   6 years vboxsync GuestControl,HGCM,VBoxService: Save/restore related optimizations and …
(edit) @75830   6 years vboxsync VMM: Adjust CPUMGetGuestInterruptibility to include virtual …
(edit) @75771   6 years vboxsync VMMDev,HGCM: Give access to VMMDevRequestHeader::fRequestor. …
(edit) @75769   6 years vboxsync VMMDev,HGCM: Give access to VMMDevRequestHeader::fRequestor. bugref:9105
(edit) @75759   6 years vboxsync VMM: Nested SVM: bugref:7243 Remove super confusing virtual-GIF vs GIF …
(edit) @75740   6 years vboxsync HGCM,VMMDev: Made the HGCM command/message completion callback return …
(edit) @75693   6 years vboxsync hm_vmx.h: build fix (header check failed, kmk -C include)
(edit) @75683   6 years vboxsync VMM: Nested VMX: bugref:9180 Implement monitor-trap flag VM-exit.
(edit) @75681   6 years vboxsync VMM: Nested SVM: bugref:7243 VMCPU_FF_INTERRUPT_NESTED_GUEST is …
(edit) @75671   6 years vboxsync VMM: Nested VMX: bugref:9180 Implement NMI-unblocking due to IRET for …
(edit) @75661   6 years vboxsync VMM/GVMMR0SchedHalt: doxygen fix.
(edit) @75646   6 years vboxsync VMM: HLT/MWAIT optimizations for busy guests: don't go back to ring-3 …
(edit) @75631   6 years vboxsync VMM: Nested VMX: bugref:9180 APIC-access page deregistration and other …
(edit) @75620   6 years vboxsync VMM: Nested VMX: bugref:9180 APIC-write emulation bits.
(edit) @75611   6 years vboxsync VMM: Nested VMX: bugref:9180 Move the VMX APIC-access guest-physical …
(edit) @75565   6 years vboxsync VMM: Nested VMX: bugref:9180 More Virtual-APIC bits. Implement TPR, …
(edit) @75534   6 years vboxsync pdmdev.h: docs.
(edit) @75507   6 years vboxsync VMM: Nested VMX: bugref:9180 APIC-access handling for MONITOR, …
(edit) @75500   6 years vboxsync VMMDev,Main,HostServices: More profiling of HGCM guest call processing.
(edit) @75493   6 years vboxsync VMM: Nested VMX: bugref: 9180 Use PGM physical page handler for the …
(edit) @75440   6 years vboxsync VMM: Nested VMX: bugref:9180 Separate the VMX/SVM CPU spec. functions …
(edit) @75413   6 years vboxsync VMM: Nested VMX: bugref:9180 Added VMX functions for evaluating …
(edit) @75406   6 years vboxsync VMMDev/HGCM: Added PDM interface + HGCM server helper for finding out …
(edit) @75387   6 years vboxsync VMM: Nested VMX: bugref:9180 Virtualized x2APIC MSR write access handling.
(edit) @75320   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Added APIC memory access VM-exits. …
(edit) @75301   6 years vboxsync VMM: Nested VMX: bugref:9180 VM-exit bits; APIC-access and APIC-write …
(edit) @75300   6 years vboxsync vmm/apic.h: Offset of the last valid APIC register.
(edit) @75201   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; preemption timer …
(edit) @75200   6 years vboxsync vm.h: Comment update.
(edit) @75150   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; for INIT and SIPI.
(edit) @75135   6 years vboxsync VMM: Nested VMX: bugref:9180 Setup VMX preemption timer, remove …
(edit) @75107   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Add member for recording VM-entry …
(edit) @74861   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Interrupt-window exit.
(edit) @74835   6 years vboxsync vm.h: Enabled 64-bit VMCPU FFs. bugref:9180
(edit) @74834   6 years vboxsync VMM/CPUM, TRPM: Nested VMX: bugref:9180 VM-exit bits; Acknowledge …
(edit) @74833   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Fix for 64-bit FFs.
(edit) @74803   6 years vboxsync vm.h: doxygen fix. bugref:9180
(edit) @74798   6 years vboxsync vm.h,VMM: Prep work for 64-bit VMCPU::fLocalForcedActions. Define …
(edit) @74797   6 years vboxsync vm.h/mac: Make space for larger fLocalForcedActions. bugref:9180
(edit) @74796   6 years vboxsync vm.h: Made the FF_IS_SET macros only take constants with _BIT …
(edit) @74795   6 years vboxsync vm.h,EM: Made the FF_SET and FF_CLEAR macros only take constants with …
(edit) @74794   6 years vboxsync vm.h: Added _BIT macros for all FFs. bugref:9180
(edit) @74793   6 years vboxsync vm.h: No need to use lambda for set and clear macros. bugref:9180
(edit) @74792   6 years vboxsync vm.h,VMM: Made VM_FF_SET and VMCPU_FF_SET both work on a single flag, …
(edit) @74791   6 years vboxsync vm.h,VMM,REM: s/VM_FF_IS_PENDING/VM_FF_IS_ANY_SET/g to emphasize the …
(edit) @74790   6 years vboxsync vm.h,VMM: Use VM_FF_IS_SET instead of VM_FF_IS_PENDING when checking a …
(edit) @74789   6 years vboxsync vm.h,VMM,REM: s/VMCPU_FF_IS_PENDING/VMCPU_FF_IS_ANY_SET/g to emphasize …
(edit) @74787   6 years vboxsync vm.h,VMM: Made VM_FF_CLEAR work on a single flag too. bugref:9180
(edit) @74786   6 years vboxsync vm.h,VMM: Made VMCPU_FF_CLEAR work on a single flag, introducing …
(edit) @74785   6 years vboxsync vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when …
(edit) @74783   6 years vboxsync vm.h: VMCPU_FF_IS_PENDING_EXCEPT does not seem to be used, so drop it. …
(edit) @74753   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Implemented pause and …
(edit) @74736   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added exception and …
(edit) @74702   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Raise #UD for …
(edit) @74695   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Fix the I/O port wrap-around …
(edit) @74693   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added Mov DRx …
(edit) @74683   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Add task switch intercept.
(edit) @74667   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; String IO intercept …
(edit) @74661   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VM-exit bits; Added IN/OUT intercepts.
(edit) @74660   6 years vboxsync VMM/IEM, CPUM: Nested VMX: bugref:9180 VM-exit bits; I/O exit prep …
(edit) @74648   6 years vboxsync VMM/IEM, CPUM: Nested VMX: bugref:9180 VM-exit bits; Add TPR …
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