VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @42025   13 years vboxsync A few missed copyright year updates.
(edit) @42024   13 years vboxsync VMM: RDTSCP support on Intel. Segregated some common CPU features from …
(edit) @41985   13 years vboxsync VMM: Fixed tstVMM (single stepping ++ in raw-mode code).
(edit) @41982   13 years vboxsync build fix
(edit) @41981   13 years vboxsync VMM/pgmR3InfoHandlers: 32-bit/64-bit cosmetical fixes
(edit) @41976   13 years vboxsync VMM: Switcher and TRPM fixes wrt hypervisor traps and tstVMM.
(edit) @41975   13 years vboxsync VMM: Do no pass a NULL node to CFGMR3QueryStringAllocDef together with …
(edit) @41965   13 years vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41939   13 years vboxsync CPUMGetGuestCPL: Drop the context core pointer and use the Guest state …
(edit) @41933   13 years vboxsync VMMSwitcher: Drop the unused assembly switcher functions taking guest …
(edit) @41931   13 years vboxsync TRPM: Save state directly to the CPUMCPU context member instead of …
(edit) @41906   13 years vboxsync CPUM: Combined the visible and hidden selector register data into one …
(edit) @41905   13 years vboxsync CPUMCTX++: Rearranging the CPUMCTX structure in preparation of some …
(edit) @41904   13 years vboxsync CPUM: Fixed saved state bustage. Got two padding equally wrong and …
(edit) @41903   13 years vboxsync CPUM: Changed the _IGNORE SSM field descriptors to _OLD so that I can …
(edit) @41902   13 years vboxsync CPUM: Changed the loading of the 1.6 state to use fields.
(edit) @41900   13 years vboxsync SSM: Added SSMFIELD_ENTRY_U32_ZX_U64.
(edit) @41899   13 years vboxsync CPUM: Working over the saved state code to put/get structures using …
(edit) @41898   13 years vboxsync patmRemovePatchFromPage: No need to move the whole array up one entry, …
(edit) @41897   13 years vboxsync PATM: Don't use memcpy to repack array after removal in …
(edit) @41896   13 years vboxsync SELM.cpp: Fixed assertion in SELMR3SyncTSS because the initial (reset) …
(edit) @41894   13 years vboxsync Missed header update.
(edit) @41893   13 years vboxsync VMM/VMMR3: doxygen, tidy.
(edit) @41891   13 years vboxsync NetShaper: Fixed segmentation fault caused by limits not fitting in …
(edit) @41886   13 years vboxsync DIS: Api name typo (missing r).
(edit) @41882   13 years vboxsync NetShaper: Runtime shaper disabling support (#5582)
(edit) @41873   13 years vboxsync CSAM: Fixed cross page bug (shouldn't do much harm, unless the …
(edit) @41870   13 years vboxsync build fix
(edit) @41864   13 years vboxsync PCNet,NetShaper: PCNet exact packet len counting + wrong lock order …
(edit) @41862   13 years vboxsync PDMAsyncCompletionFileNormal.cpp: Removed RT_STRICT as it breaks the …
(edit) @41861   13 years vboxsync PDMAsyncCompletionFile.cpp: Removed RT_STRICT as it breaks the strict …
(edit) @41847   13 years vboxsync PDM/PCI: Added pdm*DevHlp_PCIPhysRead/Write callbacks, renamed …
(edit) @41836   13 years vboxsync Doxygen.
(edit) @41810   13 years vboxsync csamR3DISInstr: forgot to update the calls to pass DisInfo.
(edit) @41803   13 years vboxsync Doxygen.
(edit) @41802   13 years vboxsync Doxygen.
(edit) @41801   13 years vboxsync Doxygen.
(edit) @41800   13 years vboxsync Doxygen.
(edit) @41791   13 years vboxsync DIS,CSAM: Drop pvUser2.
(edit) @41783   13 years vboxsync Doxygen, comment typos.
(edit) @41777   13 years vboxsync Doxygen.
(edit) @41775   13 years vboxsync HWACCM: Fixed bug in the read-without-shr4 case in …
(edit) @41774   13 years vboxsync bugref..
(edit) @41771   13 years vboxsync Windows build fixes.
(edit) @41770   13 years vboxsync PATM: patmReadBytes read more and use PATMR3ReadOrgInstr.
(edit) @41769   13 years vboxsync CSAM: Made csamR3ReadBytes return the maximum number of bytes.
(edit) @41768   13 years vboxsync PATM: Added PATMR3ReadOrgInstr.
(edit) @41765   13 years vboxsync CPUM/cpumR3DisasInstrRead: Read max size when possible.
(edit) @41764   13 years vboxsync VMM: Retired CPUMR3DisasmInstr in favor of DBGFR3DisasInstrLog.
(edit) @41760   13 years vboxsync DIS: Chagned FNDISREADBYTES to permit reading more bytes that the …
(edit) @41744   13 years vboxsync DISOPPARAM: s/base.reg_*/Base.idx*Reg/ + docs
(edit) @41741   13 years vboxsync DISOPPARAM: s/parval/uValue/ + doc
(edit) @41739   13 years vboxsync DISCPUSTATE: s/param/Param/
(edit) @41738   13 years vboxsync DISOPCODE: s/optype/fOpType/ s/param/fParam/ docs
(edit) @41737   13 years vboxsync DISOPCODE: s/opcode/uOpcode/
(edit) @41736   13 years vboxsync DISCPUMODE: s/mode/uCpuMode/ - found and removed a bunch of uncessary …
(edit) @41734   13 years vboxsync DISCPUSTATE: s/prefix/fPrefix/ and a couple of forgotten opcode uses.
(edit) @41732   13 years vboxsync DISCPUSTATE::opsize -> cbInstr.
(edit) @41731   13 years vboxsync DIS: Split up apvUserData, dropping the 3rd entry. 2nd entry (now …
(edit) @41728   13 years vboxsync DIS: register macro name adjustments - part two.
(edit) @41727   13 years vboxsync DIS: register macro name adjustments.
(edit) @41692   13 years vboxsync DIS: Reducing the DISCPUMODE even more (200 bytes now) and making it …
(edit) @41681   13 years vboxsync Removed unused variables.
(edit) @41679   13 years vboxsync build fix
(edit) @41678   13 years vboxsync OP_PARAMETER::flags -> fUse.
(edit) @41676   13 years vboxsync DIS: More scoping work.
(edit) @41675   13 years vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @41674   13 years vboxsync DISCoreOne* -> DISCore*.
(edit) @41673   13 years vboxsync build fix
(edit) @41671   13 years vboxsync DISInstr* -> DISInstrToStr + cbOutput argument.
(edit) @41668   13 years vboxsync DIS,DIS-users: Drop the operand/parameter formatting during …
(edit) @41663   13 years vboxsync DIS,EM,PGM,PATM: Changed the size and scale members of OP_PARAMETER …
(edit) @41662   13 years vboxsync DIS,CSAM: Combine the displacement members of OP_PARAMETER into a …
(edit) @41659   13 years vboxsync CSAM: build fix
(edit) @41658   13 years vboxsync DIS,VMM,REM,IPRT: Disassembler API adjustments.
(edit) @41545   13 years vboxsync DBGFReg: Added DBGFR3RegNmValidate.
(edit) @41532   13 years vboxsync VMM: comment typo.
(edit) @41521   13 years vboxsync VMM/VMMR3/PGMPhys: comment fix.
(edit) @41497   13 years vboxsync build fix.
(edit) @41493   13 years vboxsync RTDbg*SymbolByAddr*: Added a flag parameter.
(edit) @41470   13 years vboxsync PGM.cpp: Some additional words.
(edit) @41469   13 years vboxsync AsyncCompletion: enhance injectdelay debugger command to delay …
(edit) @41468   13 years vboxsync PGM.cpp: A couple of words about the A20 implementation.
(edit) @41466   13 years vboxsync PGMR3PhysSetA20: Drop todo.
(edit) @41465   13 years vboxsync PGMR3PhysSetA20: Must flush the HM TLB on A20 change.
(edit) @41462   13 years vboxsync PGM: Don't flush the shadow page pool on A20 change, just change the …
(edit) @41458   13 years vboxsync PGMPool: Adding A20 state to the page pool (partly disabled).
(edit) @41456   13 years vboxsync PGMPool: PGMPOOLPAGE adjustments and cleanups, no real code changes …
(edit) @41436   13 years vboxsync REM,EM: A20 fixes.
(edit) @41435   13 years vboxsync PGMR3PhysTlbGCPhys2Ptr: A20 assertion.
(edit) @41434   13 years vboxsync PDMAsyncCompletionFile: Allow empty files to be used (fixes …
(edit) @41395   13 years vboxsync PGMR3PhysSetA20: Signal CR3 sync and pool clearing.
(edit) @41394   13 years vboxsync PGMPhys.cpp: Opps. that change was not supposed to go in. :-)
(edit) @41393   13 years vboxsync PGM: Initialize the A20 mask correctly.
(edit) @41388   13 years vboxsync PGM: I believe trapping all access to shadowed ROM pages is going too …
(edit) @41386   13 years vboxsync VMM/PGM: minor doxygen consistency.
(edit) @41326   13 years vboxsync EM: don't miss the wakeup after an interrupt was injected in certain …
(edit) @41310   13 years vboxsync CPUM: cosmetical typo
(edit) @41248   13 years vboxsync EM.cpp: This wasn't meant to go in.
(edit) @41247   13 years vboxsync More dtrace library stuff. On 64-bit solaris dtrace can now grok the …
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