VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @48542   11 years vboxsync VMM/CPUMAllA.asm: Ugh Forgotten commit. Yasm fxsave/rstor fix.
(edit) @48541   11 years vboxsync VMM/CPUMR0A.asm: Yasm requires explicit REX prefix for fxsave/rstor. …
(edit) @48540   11 years vboxsync VMM/CPUMAllA.asm: Yasm requires explicit REX prefix for fxsave/rstor. …
(edit) @48539   11 years vboxsync VMM/CPUMR0A.asm: Yasm requires explicit REX prefix for fxsave/rstor. …
(edit) @48528   11 years vboxsync Change implementation for turning a reset into a power off to prevent …
(edit) @48506   11 years vboxsync VMM/HMR0: Don't clear VCPU's ASID while preempting. idLastCpu takes …
(edit) @48499   11 years vboxsync tabs
(edit) @48478   11 years vboxsync HMVMX: Look at the right guest long mode indicator.
(edit) @48477   11 years vboxsync VMM/HMVMXR0: Debug macro switch HMVMX_ALWAYS_SWAP_FPU_STATE.
(edit) @48476   11 years vboxsync VMM/HMVMXR0: Fix assertions and stale comments.
(edit) @48475   11 years vboxsync VMM/HMSVMR0: Reevaluate FPU state after injecting #NMs.
(edit) @48474   11 years vboxsync VMM/HMVMXR0: Fix invalid assertion on 32-bit hosts.
(edit) @48473   11 years vboxsync VMM/HMVMXR0: Try restore state properly on assertions in longjmps …
(edit) @48469   11 years vboxsync Log.
(edit) @48457   11 years vboxsync VMM/HMVMXR0: Fix check in hmR0VmxCheckGuestState(), CR0.PE MB1 unless …
(edit) @48456   11 years vboxsync Build fix.
(edit) @48455   11 years vboxsync VMM/HMVMXR0: Nits.
(edit) @48454   11 years vboxsync VMM/HMVMXR0: oops.
(edit) @48453   11 years vboxsync VMM/HMVMXR0: Check VMCS values rather than fudged pCtx values in …
(edit) @48450   11 years vboxsync Corrected hmR3IsCodeSelectorOkForVmx, hmR3IsStackSelectorOkForVmx and …
(edit) @48449   11 years vboxsync VMM/HMSVMR0: Leave AMD-V properly on invalid-guest state gurus.
(edit) @48448   11 years vboxsync VMM: Assertions.
(edit) @48445   11 years vboxsync Todo.
(edit) @48443   11 years vboxsync VMM/HMVMXR0: Leave VT-x properly for VERR_VMX_INVALID_GUEST_STATE and …
(edit) @48442   11 years vboxsync VMM: Comment and doxygen.
(edit) @48441   11 years vboxsync VMM/VMMAll: Fix nasty wake up with SMP VMs and thread-context hooks.
(edit) @48436   11 years vboxsync VMM/HMVMXR0: Temporary workaround, intercept CR0.PE changes with UX.
(edit) @48433   11 years vboxsync VMM/HM: Unused variable.
(edit) @48426   11 years vboxsync VMM: Fixed strict build assertion assumption with thread-context …
(edit) @48421   11 years vboxsync VMM/HMVMXR0: Clear interrupt-window exiting control on premature …
(edit) @48416   11 years vboxsync space.
(edit) @48410   11 years vboxsync IOMMMIOPhysHandler: Don't sit on the IOM lock.
(edit) @48407   11 years vboxsync VMM/HMVMXR0: Attempt to fix guru in the switcher case with MOV DRx …
(edit) @48406   11 years vboxsync Main,VBoxManage: Implemented IConsole::EmulatedUSB. Removed …
(edit) @48404   11 years vboxsync debug build fix.
(edit) @48402   11 years vboxsync VMM/HMVMXR0: Assertion.
(edit) @48395   11 years vboxsync VMM/GVMMR0: Todo question.
(edit) @48394   11 years vboxsync VMM/HMVMXR0: Address possible deadlock situation with the PGM lock. …
(edit) @48391   11 years vboxsync VMM: Disable thread-context hooks. Not stable enough.
(edit) @48370   11 years vboxsync EM,HM: MWait fix, clearing the active bit too early.
(edit) @48369   11 years vboxsync VMM/HMVMXR0: Nits.
(edit) @48368   11 years vboxsync Implement MSR_PKG_CST_CONFIG_CONTROL for mac os x.
(edit) @48362   11 years vboxsync VMM/HMVMXR0: Clarify that it's guest-CPU context CR0 and not VMCS CR0.
(edit) @48361   11 years vboxsync VMM/HMVMXR0: comment cosmetic.
(edit) @48360   11 years vboxsync HMVMXR0.cpp: Made hmR0VmxSetupVMRunHandler trigger the necessary host …
(edit) @48357   11 years vboxsync The intel_pstate Linux driver depends on these two MSRs
(edit) @48347   11 years vboxsync HMVMXR0.cpp: Only the 64 -> 32 needs the exit controls update, I believe.
(edit) @48346   11 years vboxsync header fixes
(edit) @48344   11 years vboxsync VMM/HMVMXR0: No need to ask VMX exit ctls to be reloaded when we're …
(edit) @48329   11 years vboxsync VMM: nits.
(edit) @48328   11 years vboxsync VMM: Assert, doxygen, todo question.
(edit) @48326   11 years vboxsync VMM: Nits.
(edit) @48318   11 years vboxsync VMM/HM: Fix incorrect jump causing panic while restoring GS in VT-x.
(edit) @48309   11 years vboxsync nit.
(edit) @48308   11 years vboxsync VMM: Log cosmetics.
(edit) @48306   11 years vboxsync VMM/HMSVMR0: Assert.
(edit) @48302   11 years vboxsync VMM/HMSVMR0: Comments similar to Intel.
(edit) @48296   11 years vboxsync VMM/HMR0: Fix for SMX mode, avoid rechecking what's already checked.
(edit) @48284   11 years vboxsync VMM/HMVMXR0: Avoid calling PGM twice for reading just 4 consecutive bytes.
(edit) @48280   11 years vboxsync VMM/HMR0: Todo comment. SMX mode.
(edit) @48268   11 years vboxsync VMM: Fix wrong check for SMX.
(edit) @48267   11 years vboxsync VMM: Allow VT-x to be used in SMX mode, more granular error checking.
(edit) @48266   11 years vboxsync VMMR3/IEM: STAM description typo.
(edit) @48262   11 years vboxsync VMM/HM: Preempt stats and minor optimizations to VT-x when …
(edit) @48256   11 years vboxsync VMM: More descriptive host-NMI stat name.
(edit) @48250   11 years vboxsync VMM/HMVMXR0: Undo injected event on premature returns to ring-3. …
(edit) @48249   11 years vboxsync LegacyandAMD64.asm: Sanitize CR4 before loading the intermediate …
(edit) @48248   11 years vboxsync Comments.
(edit) @48243   11 years vboxsync LegacyandAMD64.mac: Is there a problem already with the immediate …
(edit) @48240   11 years vboxsync More paranoia regarding pfnStartVM changes on 32-bit hosts (doesn't help).
(edit) @48239   11 years vboxsync LegacyandAMD64.mac: More debug points.
(edit) @48237   11 years vboxsync VMM/HMVMXR0: Nits.
(edit) @48236   11 years vboxsync VMM: Use the CMOS for debugging 64-bit on 32-bit issue …
(edit) @48235   11 years vboxsync VMM/VMMR3/STAM.cpp: fix a few long standing typos in the per-VM GMM …
(edit) @48234   11 years vboxsync VMM: PDMR3UsbCreateEmulatedDevice
(edit) @48230   11 years vboxsync VMM: Propagate errors properly while leaving HM context.
(edit) @48228   11 years vboxsync VMMRZ: nit.
(edit) @48227   11 years vboxsync VMM: Ensure longjmps after hmR0[Vmx|Svm]LeaveSession() don't happen.
(edit) @48226   11 years vboxsync VMM: Log missing \n.
(edit) @48221   11 years vboxsync VMM: Adding a debugging aid for 64-on-32 that tries to catch …
(edit) @48220   11 years vboxsync HMVMXR0.cpp: When the guest switches from long mode to one of the …
(edit) @48219   11 years vboxsync VMM/HMVMXR0: Hungarian.
(edit) @48218   11 years vboxsync VMM: Addressed a rare corner case stale TLB entry issue.
(edit) @48217   11 years vboxsync VMM/HMR0: Spaces and populate struct members in the same order as …
(edit) @48216   11 years vboxsync VMM/HM: Cleanup.
(edit) @48215   11 years vboxsync VMM/HMVMXR0: Cleanup.
(edit) @48213   11 years vboxsync VMM: Naming fixes and log cosmetics.
(edit) @48212   11 years vboxsync VMM/HM: Naming fixes.
(edit) @48211   11 years vboxsync VMM: Naming bits.
(edit) @48210   11 years vboxsync VMM: More naming fixes.
(edit) @48209   11 years vboxsync VMM: Apparently we use underscores in unions/structs in other places. …
(edit) @48208   11 years vboxsync VMM: Cleanup, hungarian and comments.
(edit) @48206   11 years vboxsync VMM/HMSVMR0: Make the code more robust regarding longjmps in awkward …
(edit) @48205   11 years vboxsync VMM/HMVMXR0: Make code more robust regarding longjmps in awkward places.
(edit) @48204   11 years vboxsync VMM/HMSVMR0: Better parameters.
(edit) @48203   11 years vboxsync Ignore IA32_PMC0/1, too.
(edit) @48202   11 years vboxsync Ignore MSR_IA32_PERFEVTSEL1 and MSR_IA32_PERFEVTSEL0 reads. Should …
(edit) @48201   11 years vboxsync VMM: Re-enable thread-context hooks on Linux, Solaris.
(edit) @48200   11 years vboxsync VMM/HMSVMR0: Fewer inline hints.
(edit) @48199   11 years vboxsync PDMAllCritSectRw.cpp: do the same preemption/interrupt-enabled checks …
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