VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR0

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @76139   6 years vboxsync VMM: Comment nit.
(edit) @76136   6 years vboxsync VMM/HMVMXR0: Fix log formatting for some error code paths.
(edit) @76097   6 years vboxsync VMM/HMVMXR0: Spaces.
(edit) @76042   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Guest/nested-guest state fixes …
(edit) @76015   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 IEM-only execution fix.
(edit) @76011   6 years vboxsync VMM: VBOX_WITH_NESTED_HWVIRT_ONLY_IN_IEM fixes.
(edit) @76009   6 years vboxsync VMM: Nested VMX/SVM: Fix Only-in-IEM execution macro define typo.
(edit) @75996   6 years vboxsync VMM/HMSVMR0: Comment regarding virtual interrupts.
(edit) @75956   6 years vboxsync VMM/HMVMXR0: Added todo / warning for assumption on EFLAGS.TF.
(edit) @75857   6 years vboxsync VMM/HMVMXR0: Build fix.
(edit) @75856   6 years vboxsync VMM/HMVMXR0: Fix single-stepping for cases where we fallback to IEM …
(edit) @75830   6 years vboxsync VMM: Adjust CPUMGetGuestInterruptibility to include virtual …
(edit) @75829   6 years vboxsync HMSVMR0: More fixes on the mesa hack, now it works.
(edit) @75828   6 years vboxsync HVMSVMR0: Fixes to mesa hack.
(edit) @75826   6 years vboxsync VMM/HMVMXR0: Typo in commented code.
(edit) @75822   6 years vboxsync HMVMX,ConsoleImpl: Workaround for incorrect assumptions in mesa vmsvga …
(edit) @75821   6 years vboxsync HMVMX,ConsoleImpl: Workaround for incorrect assumptions in mesa vmsvga …
(edit) @75810   6 years vboxsync VMM/HMVMXR0: Doxygen nit.
(edit) @75759   6 years vboxsync VMM: Nested SVM: bugref:7243 Remove super confusing virtual-GIF vs GIF …
(edit) @75661   6 years vboxsync VMM/GVMMR0SchedHalt: doxygen fix.
(edit) @75649   6 years vboxsync VMM/VMMR0.cpp: comments adjustments.
(edit) @75646   6 years vboxsync VMM: HLT/MWAIT optimizations for busy guests: don't go back to ring-3 …
(edit) @75611   6 years vboxsync VMM: Nested VMX: bugref:9180 Move the VMX APIC-access guest-physical …
(edit) @75440   6 years vboxsync VMM: Nested VMX: bugref:9180 Separate the VMX/SVM CPU spec. functions …
(edit) @75265   6 years vboxsync HMVMXR0.cpp: Fixed lazy state import issue in debug event code.
(edit) @75215   6 years vboxsync VMM/HMVMXR0: Comment nit.
(edit) @75199   6 years vboxsync VMM/HMVMXR0: Save FS, GS before reading the FS/GS base MSRs and also …
(edit) @75160   6 years vboxsync VMM/HMVMXR0: For MSR write VM-exits, save the entire FS/GS segment …
(edit) @75146   6 years vboxsync VMM/HMSVMR0: Attempt to fix mac4-chk burn.
(edit) @75142   6 years vboxsync VMM/HMVMXR0: Attempt to fix mac4-chk build burn.
(edit) @74798   6 years vboxsync vm.h,VMM: Prep work for 64-bit VMCPU::fLocalForcedActions. Define …
(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) @74785   6 years vboxsync vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when …
(edit) @74604   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Build fix for r125486.
(edit) @74603   6 years vboxsync VMM/IEM, HM: Nested VMX: bugref:9180 VM-exit bits; LMSW intercept. …
(edit) @74545   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Move hmR0VmxGetMsrPermission to …
(edit) @74517   6 years vboxsync NEM/win: Updates for new builds. bugref:9044
(edit) @74489   6 years vboxsync VMM/HMVMXR0: Fix typo in logging statement.
(edit) @74360   6 years vboxsync VMM/HMVMXR0: Use VMX_ENTRY macros now that we have them in places …
(edit) @74307   6 years vboxsync VMM/HMVMXR0: Use a macro while importing guest-state from VM-exit …
(edit) @74225   6 years vboxsync VMX: Custom debug build warning fix for Windows hosts.
(edit) @74209   6 years vboxsync IEM/VMX: Fix task switch triggered by INTn instruction (bugref:9244).
(edit) @74168   6 years vboxsync VMM/HMVMXR0: Fix a typo in hmR0VmxCheckGuestState(). Bits 31:5 MBZ …
(edit) @74132   6 years vboxsync VMM/HMVMXR0: hmR0VmxCheckGuestState() I suspect this check is wrong. …
(edit) @74121   6 years vboxsync VMM/HMVMXR0: Fixed a minor bug in VM-entry failure detection.
(edit) @74073   6 years vboxsync VMM/IEM, HM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
(edit) @74061   6 years vboxsync VMM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
(edit) @74047   6 years vboxsync VMM/IEM, HM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
(edit) @74016   6 years vboxsync VMM/HMVMXR0: space.
(edit) @74014   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Make use of IEM decoded APIs for …
(edit) @74005   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Use a macro for …
(edit) @73998   6 years vboxsync VMM/HMVMXR0: nit.
(edit) @73994   6 years vboxsync VMM/HMVMXR0: space.
(edit) @73991   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Duplicate return (copy/paste bug).
(edit) @73988   6 years vboxsync VMM/HMVMXR0: Make sure RSP, segment regs are imported as it's required …
(edit) @73987   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Use IEMExecDecodedVmread from the …
(edit) @73985   6 years vboxsync VMM/HMVMXR0: Renamed VMX_EXIT_XDTR_ACCESS.
(edit) @73984   6 years vboxsync VMM/HM, IEM: Renamed VMX_EXIT_XDTR_ACCESS and VMX_EXIT_TR_ACCESS.
(edit) @73983   6 years vboxsync VMM/IEM, HM: Nested VMX: bugref:9180 Implement VMREAD, added using …
(edit) @73959   6 years vboxsync VMM/IEM, HM: Nested VMX: bugref:9180 Use VMXEXITINFO to pass decoder …
(edit) @73943   6 years vboxsync VMM/HMVMXR0: Comment.
(edit) @73770   6 years vboxsync VMM/HMVMXR0: Revert r124436 (VMCLEAR is needed for setting launch …
(edit) @73754   6 years vboxsync VMM/HVMXMR0: const nit.
(edit) @73753   6 years vboxsync VMM/HMVMXR0: We shouldn't need to VMCLEAR before VMPTRLD before …
(edit) @73708   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Add missing VM-exit instruction …
(edit) @73627   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 todo regarding raising #SS on …
(edit) @73620   6 years vboxsync VMM/HMVMXR0: Unused functions build fix.
(edit) @73617   6 years vboxsync VMM/HMVMXR0: Use IEMExecOne() rather than manually interpreting a …
(edit) @73609   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Build fix.
(edit) @73607   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Darwin build fix.
(edit) @73606   6 years vboxsync VMM: Nested VMX: bugref:9180 Various bits: - IEM: Started VMXON, …
(edit) @73471   6 years vboxsync VMM,DBGF: Improved unwinding of ring-0 assertion stacks, making the …
(edit) @73437   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Fix bug while injecting …
(edit) @73422   6 years vboxsync VMM: Nested VMX: bugref:9180 bitfield macro nits.
(edit) @73389   6 years vboxsync VMM, SUPDrv: Nested VMX: bugref:9180 Implement some of the VMX MSRs.
(edit) @73348   6 years vboxsync DBGF,DBGC,GIMHv: Added some basic windows bug check formatting …
(edit) @73327   6 years vboxsync NEM/win: Do CR3 flush/update from ring-0 when we can (requires setjmp …
(edit) @73323   6 years vboxsync NEM/win: Deal with DRx state import assertions if DR7 isn't already …
(edit) @73311   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Cleanups, add new VMCS bits.
(edit) @73310   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Some much needed shortening of …
(edit) @73293   6 years vboxsync VMM, SUPDrv: Nested VMX: bugref:9180 Read VMX true control MSRs, dump …
(edit) @73292   6 years vboxsync VMM/HM: Nested VMX: bugref:9180 Rename u64VmxBasicInfo to suit spec.
(edit) @73291   6 years vboxsync VMM/HM: Nested VMX: bugref:9180 Renamed MSR_IA32_VMX_BASIC_INFO to …
(edit) @73288   6 years vboxsync VMM/HM: Hex digit nits.
(edit) @73287   6 years vboxsync VMM: Reordering some STAT counters, spaces and nits.
(edit) @73282   6 years vboxsync NEM/win: Kicked out VINF/VERR_NEM_UPDATE_APIC_BASE and …
(edit) @73281   6 years vboxsync APIC: Made APICSetBaseMsr work in ring-0 and raw-mode context without …
(edit) @73280   6 years vboxsync HM,PGM: Clarify VINF_PGM_CHANGE_MODE return and update assertions. …
(edit) @73274   6 years vboxsync VMM: Nested VMX: bugref:9180 Reports bits of IA32_FEATURE_CONTROL, …
(edit) @73266   6 years vboxsync PGM,HM: Made PGMR3ChangeMode work in ring-0 too. This required a …
(edit) @73264   6 years vboxsync VMM/HM: bugref:9193 Remove unused code after using …
(edit) @73255   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Naming consistency.
(edit) @73254   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Naming consistency.
(edit) @73253   6 years vboxsync PGM,HM: Added todos about cleaning up the nested packing hacks. …
(edit) @73203   6 years vboxsync VMM, Devices: bugref:9193 Remove unused code after using …
(edit) @73180   6 years vboxsync VMM/HMVMXR0: nit.
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