VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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).
(edit) @42407   12 years vboxsync VMM: Futher work on dealing with hidden segment register, esp. when …
(edit) @42373   12 years vboxsync VMM: invpg -> invlpg, some cleanup.
(edit) @42372   12 years vboxsync SELM: Moving the code around and replacing two …
(edit) @42371   12 years vboxsync SELM.cpp: Drop the conditional tracing of TSS, GDT and LDT - we …
(edit) @42337   12 years vboxsync CPUM: Save and restore the internal selector fields.
(edit) @42335   12 years vboxsync SSM.cpp: offUnitUser - debug aid.
(edit) @42191   12 years vboxsync CPUM: CPUMCPUVENDOR_VIA
(edit) @42186   12 years vboxsync SELM,DIS,CPUM,EM: Hidden selector register cleanups.
(edit) @42165   12 years vboxsync CPUMIsGuestIn64BitCode/CPUMIsGuestIn64BitCodeEx changes together with …
(edit) @42141   12 years vboxsync PDMDriver: Changed to much, the name we must get via the internal …
(edit) @42140   12 years vboxsync PDMDriver: Changed the previous fix to use the top level device …
(edit) @42139   12 years vboxsync too long line
(edit) @42138   12 years vboxsync PDMDriver.cpp: A pLun can be used with a normal device or a usb …
(edit) @42064   12 years vboxsync build fix
(edit) @42062   12 years vboxsync NetShaper: R0 support (#5582)
(edit) @42033   12 years vboxsync VMM: RDTSCP support bits.
(edit) @42032   12 years vboxsync cpum.cpp: nits
(edit) @42025   12 years vboxsync A few missed copyright year updates.
(edit) @42024   12 years vboxsync VMM: RDTSCP support on Intel. Segregated some common CPU features from …
(edit) @41985   12 years vboxsync VMM: Fixed tstVMM (single stepping ++ in raw-mode code).
(edit) @41982   12 years vboxsync build fix
(edit) @41981   12 years vboxsync VMM/pgmR3InfoHandlers: 32-bit/64-bit cosmetical fixes
(edit) @41976   12 years vboxsync VMM: Switcher and TRPM fixes wrt hypervisor traps and tstVMM.
(edit) @41975   12 years vboxsync VMM: Do no pass a NULL node to CFGMR3QueryStringAllocDef together with …
(edit) @41965   12 years vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41939   12 years vboxsync CPUMGetGuestCPL: Drop the context core pointer and use the Guest state …
(edit) @41933   12 years vboxsync VMMSwitcher: Drop the unused assembly switcher functions taking guest …
(edit) @41931   12 years vboxsync TRPM: Save state directly to the CPUMCPU context member instead of …
(edit) @41906   12 years vboxsync CPUM: Combined the visible and hidden selector register data into one …
(edit) @41905   12 years vboxsync CPUMCTX++: Rearranging the CPUMCTX structure in preparation of some …
(edit) @41904   12 years vboxsync CPUM: Fixed saved state bustage. Got two padding equally wrong and …
(edit) @41903   12 years vboxsync CPUM: Changed the _IGNORE SSM field descriptors to _OLD so that I can …
(edit) @41902   12 years vboxsync CPUM: Changed the loading of the 1.6 state to use fields.
(edit) @41900   12 years vboxsync SSM: Added SSMFIELD_ENTRY_U32_ZX_U64.
(edit) @41899   12 years vboxsync CPUM: Working over the saved state code to put/get structures using …
(edit) @41898   12 years vboxsync patmRemovePatchFromPage: No need to move the whole array up one entry, …
(edit) @41897   12 years vboxsync PATM: Don't use memcpy to repack array after removal in …
(edit) @41896   12 years vboxsync SELM.cpp: Fixed assertion in SELMR3SyncTSS because the initial (reset) …
(edit) @41894   12 years vboxsync Missed header update.
(edit) @41893   12 years vboxsync VMM/VMMR3: doxygen, tidy.
(edit) @41891   12 years vboxsync NetShaper: Fixed segmentation fault caused by limits not fitting in …
(edit) @41886   12 years vboxsync DIS: Api name typo (missing r).
(edit) @41882   12 years vboxsync NetShaper: Runtime shaper disabling support (#5582)
(edit) @41873   12 years vboxsync CSAM: Fixed cross page bug (shouldn't do much harm, unless the …
(edit) @41870   12 years vboxsync build fix
(edit) @41864   12 years vboxsync PCNet,NetShaper: PCNet exact packet len counting + wrong lock order …
(edit) @41862   12 years vboxsync PDMAsyncCompletionFileNormal.cpp: Removed RT_STRICT as it breaks the …
(edit) @41861   12 years vboxsync PDMAsyncCompletionFile.cpp: Removed RT_STRICT as it breaks the strict …
(edit) @41847   12 years vboxsync PDM/PCI: Added pdm*DevHlp_PCIPhysRead/Write callbacks, renamed …
(edit) @41836   12 years vboxsync Doxygen.
(edit) @41810   12 years vboxsync csamR3DISInstr: forgot to update the calls to pass DisInfo.
(edit) @41803   12 years vboxsync Doxygen.
(edit) @41802   12 years vboxsync Doxygen.
(edit) @41801   12 years vboxsync Doxygen.
(edit) @41800   12 years vboxsync Doxygen.
(edit) @41791   12 years vboxsync DIS,CSAM: Drop pvUser2.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41777   12 years vboxsync Doxygen.
(edit) @41775   12 years vboxsync HWACCM: Fixed bug in the read-without-shr4 case in …
(edit) @41774   12 years vboxsync bugref..
(edit) @41771   12 years vboxsync Windows build fixes.
(edit) @41770   12 years vboxsync PATM: patmReadBytes read more and use PATMR3ReadOrgInstr.
(edit) @41769   12 years vboxsync CSAM: Made csamR3ReadBytes return the maximum number of bytes.
(edit) @41768   12 years vboxsync PATM: Added PATMR3ReadOrgInstr.
(edit) @41765   12 years vboxsync CPUM/cpumR3DisasInstrRead: Read max size when possible.
(edit) @41764   12 years vboxsync VMM: Retired CPUMR3DisasmInstr in favor of DBGFR3DisasInstrLog.
(edit) @41760   12 years vboxsync DIS: Chagned FNDISREADBYTES to permit reading more bytes that the …
(edit) @41744   12 years vboxsync DISOPPARAM: s/base.reg_*/Base.idx*Reg/ + docs
(edit) @41741   12 years vboxsync DISOPPARAM: s/parval/uValue/ + doc
(edit) @41739   12 years vboxsync DISCPUSTATE: s/param/Param/
(edit) @41738   12 years vboxsync DISOPCODE: s/optype/fOpType/ s/param/fParam/ docs
(edit) @41737   12 years vboxsync DISOPCODE: s/opcode/uOpcode/
(edit) @41736   12 years vboxsync DISCPUMODE: s/mode/uCpuMode/ - found and removed a bunch of uncessary …
(edit) @41734   12 years vboxsync DISCPUSTATE: s/prefix/fPrefix/ and a couple of forgotten opcode uses.
(edit) @41732   12 years vboxsync DISCPUSTATE::opsize -> cbInstr.
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