VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @44355   12 years vboxsync PDMNetShaper: Cleanups & fixes (untested). PVM -> PUVM. Note: cs is a …
(edit) @44351   12 years vboxsync PDM,++: Change APIs used by Main from PVM to PUVM.
(edit) @44347   12 years vboxsync PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as …
(edit) @44346   12 years vboxsync TM: PVM -> PUVM in two APIs used by Main. VMReq: Validate pUVM …
(edit) @44340   12 years vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(edit) @44275   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44267   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44259   12 years vboxsync VMM: STAM counter naming.
(edit) @44251   12 years vboxsync VMM: stam counters and some renames.
(edit) @44245   12 years vboxsync VMM: Added stats counter for preemption timer exits.
(edit) @44235   12 years vboxsync AsyncCompletion: Logging fix
(edit) @44201   12 years vboxsync VMM/VMMR3: todo.
(edit) @44197   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44195   12 years vboxsync VMM/VMMAll, VMMR3: forceflags for updating CR3 and PAE PDPEs.
(edit) @44170   12 years vboxsync cpumR3DetectVendor: Use ASMIsXyzCpuEx.
(edit) @44168   12 years vboxsync nit
(edit) @44146   12 years vboxsync VMM: HM bits.
(edit) @44118   12 years vboxsync VMMR3/TRPM: spaces.
(edit) @44089   12 years vboxsync VMM: hungarian.
(edit) @44085   12 years vboxsync VMM/VMMR3: HM doxygen.
(edit) @44078   12 years vboxsync VMMR0/CPUMR0: atomic update of aGuestCpuId*(); fix return type of …
(edit) @44076   12 years vboxsync VMM: don't pass certain CPUID features to the guest if the feature is …
(edit) @44037   12 years vboxsync VMMR3/TRPM: indent, removed bogus assertion
(edit) @44035   12 years vboxsync VMM: hungarian again.
(edit) @44033   12 years vboxsync VMM: hungarian.
(edit) @44027   12 years vboxsync VMM: allow to disable MONITOR by setting the CFG key …
(edit) @43872   12 years vboxsync Make VBOX_WITH_RAW_MODE= link.
(edit) @43866   12 years vboxsync better assertion.
(edit) @43864   12 years vboxsync VMM: a few compile fixes for VBOX_WITH_RAW_MODE disabled
(edit) @43858   12 years vboxsync AsyncCompletion: Log if async flushes are disabled and fix endless …
(edit) @43814   12 years vboxsync PDMUSB: Support attaching virtual USB devices to EHCI.
(edit) @43805   12 years vboxsync VMM/HM: comment clarifications.
(edit) @43803   12 years vboxsync VMM/VMMR0: bits.
(edit) @43765   12 years vboxsync PDM: Made PDMDevHlpTMTimeVirtGetNano consistent across contexts (see …
(edit) @43756   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @43746   12 years vboxsync VMM: Some naming adjustments.
(edit) @43725   12 years vboxsync AsyncCompletion: Fix hung flush requests if the underlying filesystem …
(edit) @43670   12 years vboxsync VMM: HM bits.
(edit) @43667   12 years vboxsync VMM: APIC refactor, cache APIC base MSR during init phase.
(edit) @43657   12 years vboxsync VMM: APIC refactor. Moved APIC base MSR to the VCPU (where it belongs) …
(edit) @43625   12 years vboxsync Bug fixes
(edit) @43623   12 years vboxsync AsyncCompletion/File: Use a timer to process delayed requests and …
(edit) @43599   12 years vboxsync AsyncCompletion: New statistics counter to record 8KB unaligned accesses
(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) @43509   12 years vboxsync HM: refactor.
(edit) @43496   12 years vboxsync VMM: build fix.
(edit) @43494   12 years vboxsync VMM/VMMR0,R3: HM cleanup.
(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) @43413   12 years vboxsync VMM/HM: unbreak saved state.
(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) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @43229   12 years vboxsync PDMNetShaper.cpp: more style.
(edit) @43228   12 years vboxsync PDMNetShaper.cpp: style, shorten thread name.
(edit) @43163   12 years vboxsync VMM: A wee bit page pool paranoia related to #6349.
(edit) @43079   12 years vboxsync TRPMR3GetImportRC: Don't assert in VMMGetCpu0 with SMP guests. We …
(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) @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) @42975   12 years vboxsync Duh.
(edit) @42931   12 years vboxsync Please, leave my comment style alone.
(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) @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) @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) @42772   12 years vboxsync EMRaw.cpp: Logging adj.
(edit) @42762   12 years vboxsync TRPM.cpp: Made some unused code build again.
(edit) @42698   12 years vboxsync Flush the log on hyper assertion.
(edit) @42671   12 years vboxsync VMM/HWVMXR0: More info. on debug assertion, LogRel tidying.
(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) @42607   12 years vboxsync PGM.cpp: Must update the GCPhysA20Mask member when changing …
(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) @42486   12 years vboxsync CPUMR3ResetCpu: Set the accessed bit in the segment registers. Hope …
(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) @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.
(edit) @42427   12 years vboxsync VMM: Fixed some selector arithmetic, introducing a new constand and …
(edit) @42420   12 years vboxsync Eliminating CPUM_CHANGED_HIDDEN_SEL_REGS_INVALID and …
(edit) @42418   12 years vboxsync try to fix the burns
(edit) @42410   12 years vboxsync Fixed blunder in CPUMR3RemLeave (since r62771).
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