VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @43530   12 years vboxsync AsyncCompletion: STAT_* => STAT_REL_*
(edit) @43529   12 years vboxsync AsyncCompletion: More statistics and include them in a release build …
(edit) @43519   12 years vboxsync VMX: Convert pending VMX event to TRPM before going to recompiler to …
(edit) @43511   12 years vboxsync VMM: build fix.
(edit) @43510   12 years vboxsync HM: refactor.
(edit) @43509   12 years vboxsync HM: refactor.
(edit) @43498   12 years vboxsync build fix
(edit) @43497   12 years vboxsync build fix
(edit) @43496   12 years vboxsync VMM: build fix.
(edit) @43495   12 years vboxsync Everything burns... missed file.
(edit) @43494   12 years vboxsync VMM/VMMR0,R3: HM cleanup.
(edit) @43491   12 years vboxsync VMM/VMMAll: comment.
(edit) @43472   12 years vboxsync Add new flag to notify devices during a reset first to make sure there …
(edit) @43469   12 years vboxsync VMM: HM bits.
(edit) @43468   12 years vboxsync VMM: HM bits. More renaming in prepartion of
(edit) @43466   12 years vboxsync VMM: HM bits.
(edit) @43455   12 years vboxsync VMM/VMMR0: Hungarian notation fixes.
(edit) @43430   12 years vboxsync VMM/VMMR0/HMR0: The VMXON region is not to be executed.
(edit) @43414   12 years vboxsync VMM/VMMR0: comment typo.
(edit) @43413   12 years vboxsync VMM/HM: unbreak saved state.
(edit) @43402   12 years vboxsync VMM/HWVMXR0: comment typo.
(edit) @43394   12 years vboxsync VMM: HM cleanup.
(edit) @43392   12 years vboxsync VMM: HM cleanup.
(edit) @43391   12 years vboxsync VMM: HM cleanup.
(edit) @43390   12 years vboxsync VMM: HM cleanup.
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @43379   12 years vboxsync SUPDrv,VMM: Prepared for SUPR0EnableVTx on darwin.
(edit) @43376   12 years vboxsync HWACCMR0.cpp: Report the right status code on VMXEnable failure.
(edit) @43361   12 years vboxsync
(edit) @43354   12 years vboxsync VMM/HWVMXR0: Don't create executable mappings for VMCS and friends.
(edit) @43353   12 years vboxsync VMM/HWSVMR0: Don't create executable mappings for VMCB and friends.
(edit) @43307   12 years vboxsync VMM: Attempt at unbreaking the SUPR0EnableVTx code.
(edit) @43303   12 years vboxsync Forward ported r78414 from 4.1: Fix VERR_NO_MEMORY loading VMMR0.r0
(edit) @43302   12 years vboxsync typo.
(edit) @43235   12 years vboxsync GMMR0.cpp: Fixed bug in GMMR0CleanupVM/gmmR0CleanupVMScanChunk …
(edit) @43229   12 years vboxsync PDMNetShaper.cpp: more style.
(edit) @43228   12 years vboxsync PDMNetShaper.cpp: style, shorten thread name.
(edit) @43197   12 years vboxsync PGMAllPool: @todo marked some long dead code.
(edit) @43195   12 years vboxsync PGMAllPool.cpp: Don't try clear references to fictitious root pages. …
(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.
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