VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @43163   12 years vboxsync VMM: A wee bit page pool paranoia related to #6349.
(edit) @43151   12 years vboxsync VMM: typos.
(edit) @43150   12 years vboxsync VMM/VMMR0: fix OS X kernel panic due to skipped auto load/store of …
(edit) @43135   12 years vboxsync export to OSE
(edit) @43079   12 years vboxsync TRPMR3GetImportRC: Don't assert in VMMGetCpu0 with SMP guests. We …
(edit) @43073   12 years vboxsync VMM/HWSVMR0: Fix assertion for AMD erratum Cpus that require flushing …
(edit) @43047   12 years vboxsync VMM: Must flush changes pending in the handy page array before freeing …
(edit) @43045   12 years vboxsync PGM: Employ the 4 unused PGMPHYSPAGE bits for checksumming shared …
(edit) @43042   12 years vboxsync PGMR0SharedPage.cpp: Must always clear all shadow page table mappings …
(edit) @43038   12 years vboxsync PDMDriver.cpp: (C)
(edit) @43037   12 years vboxsync PDMDriver.cpp: Don't assert when trying to attach driver at a …
(edit) @43025   12 years vboxsync PGMInternal.h/PGMPOOL_PAGE_2_PTR: Release assertion for bug 6349.
(edit) @42976   12 years vboxsync GMMR0.cpp: duh.
(edit) @42975   12 years vboxsync Duh.
(edit) @42931   12 years vboxsync Please, leave my comment style alone.
(edit) @42900   12 years vboxsync VMMR0/HWSVMR0: lookup table for IOIO intercepts' operand size.
(edit) @42895   12 years vboxsync VMM: typo.
(edit) @42894   12 years vboxsync VMM: nits.
(edit) @42893   12 years vboxsync VMM/VMMR3/HWACCM: log more during VMX_UNABLE_TO_START_VM errors.
(edit) @42892   12 years vboxsync BlockCache: Relax check when restoring a state. It is allowed to have …
(edit) @42857   12 years vboxsync VMM/HWVMXR0: Ignore EFER MSR auto store/load as we intercept all …
(edit) @42840   12 years vboxsync VMM/HWSVMR0: nits.
(edit) @42837   12 years vboxsync VMM/VMMR3/PGMSavedState: comments.
(edit) @42836   12 years vboxsync VMM: Respect RamPreAlloc while restoring saved state.
(edit) @42834   12 years vboxsync dbgfR3BpInit: initialize DBGFCPU::iActiveBp to ~0U for all cpus. This …
(edit) @42833   12 years vboxsync DBGFR3EventBreakpoint: get REM breakpoint number from its DBGFBP::iBp. …
(edit) @42822   12 years vboxsync Build fix
(edit) @42821   12 years vboxsync Workaround to fix 64bit guests on OS X Snow Leopard (#6313)
(edit) @42816   12 years vboxsync VMM/HWVMXR0: paranoia.
(edit) @42815   12 years vboxsync VMM/VMMR0: Remove commented code, no CSTARs on Intels.
(edit) @42807   12 years vboxsync VMM: Don't try to be clever; there is no guarantee that memory just …
(edit) @42782   12 years vboxsync CSAM: made comment fit on my screen.
(edit) @42781   12 years vboxsync PATM: Log statement. Added some notes wrt to NT4SP1 boot issues.
(edit) @42780   12 years vboxsync EMAll.cpp: debugging hacks.
(edit) @42779   12 years vboxsync EM,TRPM: VINF_SELM_SYNC_GDT fixes.
(edit) @42778   12 years vboxsync IEM: CR4 and CR3 fixes. Debugging hacks.
(edit) @42777   12 years vboxsync IEM and EM: debugging/hacking.
(edit) @42776   12 years vboxsync TRPMForwardTrap: Logging/Assertions.
(edit) @42775   12 years vboxsync theory update
(edit) @42774   12 years vboxsync CPUMRC.cpp: Disabled a logging statement I forgot to remove.
(edit) @42773   12 years vboxsync TRPM: Logging changes.
(edit) @42772   12 years vboxsync EMRaw.cpp: Logging adj.
(edit) @42771   12 years vboxsync TRPM,CPUM: Added sanity assertions before resuming guest execution.
(edit) @42762   12 years vboxsync TRPM.cpp: Made some unused code build again.
(edit) @42761   12 years vboxsync IEM: Bail out on REP STOS and other string ops when handler bypassing …
(edit) @42729   12 years vboxsync IEM: Fixed indexing bug in iemOp_EscF1.
(edit) @42726   12 years vboxsync IOMAllMMIO.cpp: Don't pass VERR_DBGF_NOT_ATTACHED on to REM or anybody.
(edit) @42725   12 years vboxsync IEM: Two NT4SP1 verification/rem kludges and a related @todo.
(edit) @42724   12 years vboxsync IEM: Fixed a copy&past bug in fnsave wrt FTW. Added a verification/rem …
(edit) @42720   12 years vboxsync IEM: Fixed BSF and BSR bug where they would set the destination …
(edit) @42707   12 years vboxsync EMAll.cpp: IEM debugging…
(edit) @42706   12 years vboxsync PATMRC.cpp: Use IEMExecOneBypassWithPrefetchedByPC (when IEM is enabled).
(edit) @42705   12 years vboxsync CPUM: Set FF when needed (VBOX_WITH_IEM only). Made CPUMRawSetEFlags …
(edit) @42704   12 years vboxsync IEM: Eflags fixes, added API variants that bypasses access handlers, …
(edit) @42700   12 years vboxsync pgmPoolAccessHandlerFlush: Deal with VINF_EM_RESCHEDULE.
(edit) @42699   12 years vboxsync IEMAllAImpl.asm: Fixed the wrong 'RET X' stuff in 32-bit mode once and …
(edit) @42698   12 years vboxsync Flush the log on hyper assertion.
(edit) @42696   12 years vboxsync SELMRC/TSS: Better assertion.
(edit) @42677   12 years vboxsync Disabled iret debugging.
(edit) @42676   12 years vboxsync IEM: IRET to V8086 (had to try). Set CPUM_CHANGED_FPU_REM. Added …
(edit) @42671   12 years vboxsync VMM/HWVMXR0: More info. on debug assertion, LogRel tidying.
(edit) @42670   12 years vboxsync Fixed fnstcw. Implemented fnsave and frstor.
(edit) @42669   12 years vboxsync Config.kmk,VMM/Makefile.kmk: Made dbgopt work on Windows and optimize …
(edit) @42666   12 years vboxsync iret: todo.
(edit) @42662   12 years vboxsync IEM: Fixed verification mode interrupt injection bug.
(edit) @42660   12 years vboxsync IEM: Implemented CMPXCHG.
(edit) @42651   12 years vboxsync build fixes
(edit) @42649   12 years vboxsync nit
(edit) @42648   12 years vboxsync VMM/HWVMXR0: More checks for invept and invvpid caps.
(edit) @42647   12 years vboxsync CPUM: More intel MSRs that NT4 reads when booting on intel systems.
(edit) @42641   12 years vboxsync IEM: Implemented WRMSR. Fixed mixed up src/dst in XADD.
(edit) @42640   12 years vboxsync CPUM: Stubbed MSR_IA32_BIOS_SIGN_ID and MSR_IA32_BIOS_UPDT_TRIG.
(edit) @42633   12 years vboxsync IEM: Implemented CMPXCHG8B. Fixed PGMPhysIemGCPhys2Ptr so that it …
(edit) @42625   12 years vboxsync Build fix.
(edit) @42623   12 years vboxsync IEM: Forgot to advance RIP in STR & SLDT.
(edit) @42622   12 years vboxsync VMM/HWVMXR0: Flush VPIDs on 32-bit hosts.
(edit) @42621   12 years vboxsync IEM: Implemented SIDT, SGDT, SLDT and STR. Fixed LLDT and LTR mode …
(edit) @42613   12 years vboxsync VMM/VMMR3/CPUM: CFGM option for exposing CmpXchg16b if the host …
(edit) @42612   12 years vboxsync PGMR3Reset: Flush even more on reset if A20 was disabled.
(edit) @42610   12 years vboxsync IEM: Implemented SGDT and SIDT.
(edit) @42607   12 years vboxsync PGM.cpp: Must update the GCPhysA20Mask member when changing …
(edit) @42556   12 years vboxsync PATMRCHandleIllegalInstrTrap: Sync assert message with reality, we …
(edit) @42505   12 years vboxsync nit.
(edit) @42504   12 years vboxsync VMM/VMMR3/CPUMR3: VIA CpuId comments.
(edit) @42493   12 years vboxsync VMM/VMMR3/TM: Fixed-rate TSC detection for VIA Cpus.
(edit) @42492   12 years vboxsync VMM/VMMR3/TM: Fixed-rate TSC detection for VIA Cpus.
(edit) @42487   12 years vboxsync IEM: imul fixes.
(edit) @42486   12 years vboxsync CPUMR3ResetCpu: Set the accessed bit in the segment registers. Hope …
(edit) @42484   12 years vboxsync IEM: ring-3 mapping fixes.
(edit) @42483   12 years vboxsync IEM: Working on new BIOS / NT…
(edit) @42481   12 years vboxsync patmPatchGenMovControl: Fix pasto in comment, refer to CRx.
(edit) @42480   12 years vboxsync Report CRx reads as reads and writes as writes in statistics, not vice …
(edit) @42475   12 years vboxsync VMMR3/CPUM.cpp: fix VIA specific CPUID feature dump
(edit) @42464   12 years vboxsync VMM/CPUMR0: Enable LAPIC mappings for VIA Cpus.
(edit) @42463   12 years vboxsync TRPMForwardTrap: Don't clobber CR2, only set it when dispatching a #PF!
(edit) @42453   12 years vboxsync IEM: Status code handling. PGM interface for R0 and RC.
(edit) @42452   12 years vboxsync CPUMAllRegs.cpp: Documented some return values on a few CPUMSetGuest* …
(edit) @42450   12 years vboxsync trpmGCExitTrap: Check for VMCPU_FF_SELM_SYNC_GDT, …
(edit) @42449   12 years vboxsync DBGFStack.cpp: Forced it to work with hypervisor stacks again (the …
(edit) @42437   12 years vboxsync IEM: Stats and more gentle stubs for unimplemented instructions.
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