VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR3/PATM.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @70948   7 years vboxsync VMM: Added a bMainExecutionEngine member to the VM structure for use …
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @65650   8 years vboxsync gcc 7: fall thru
(edit) @63570   8 years vboxsync doxy fixes
(edit) @63560   8 years vboxsync scm: cleaning up todos
(edit) @62651   8 years vboxsync VMMR3: warnings
(edit) @62649   8 years vboxsync VMMR3: warnings
(edit) @62648   8 years vboxsync VMMR3: warnings
(edit) @62478   8 years vboxsync (C) 2016
(edit) @62460   8 years vboxsync VMM: scm
(edit) @62291   8 years vboxsync Removed empty internal/pgm.h header file. (That stuff moved into …
(edit) @58396   9 years vboxsync VMM: Stubbed the csam, patm, rem and hm documentation @pages.
(edit) @58126   9 years vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58122   9 years vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @57411   9 years vboxsync VMM: DECLCALLBACK fixes.
(edit) @57389   9 years vboxsync VMM: DECLCALLBACK
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56287   9 years vboxsync VMM: Updated (C) year.
(edit) @56052   10 years vboxsync VMM: Added non-PF raw-mode context virtual page access handler …
(edit) @55937   10 years vboxsync CSAM,PATM: Changed csamRCCodePageWritePfHandler to store the pvFault …
(edit) @55900   10 years vboxsync PGM: Added a pVCpu parameter to all virtual handler callouts and also …
(edit) @55897   10 years vboxsync PGMR3HandlerVirtualTypeRegister: Dropped the pszModRC parameter as all …
(edit) @55895   10 years vboxsync Added pvUser to the raw-mode context virtual handler callbacks.
(edit) @55889   10 years vboxsync VMM: Split up virtual handlers just like the physical ones, such that …
(edit) @54764   10 years vboxsync Added an infix 'ASMFIX' to the PATMA.h fixup types used in the patch …
(edit) @54763   10 years vboxsync PATM,CPUM: Redid the CPUID stuff by calling a patch helper function …
(edit) @54761   10 years vboxsync PATM: Only fix up constants when loading state.
(edit) @54746   10 years vboxsync Changed PATCHGEN_PROLOG to take the expected output size as input …
(edit) @54728   10 years vboxsync PATM,VMM,err.h: Added VERR_PATM_IPE_TRAP_IN_PATCH_CODE for getting a …
(edit) @54727   10 years vboxsync PATM.cpp: Let EMR3FatalError do its job.
(edit) @54714   10 years vboxsync PATM,CPUM: CPUID patch update.
(edit) @54687   10 years vboxsync PATM: Renamed the PATMA.asm global data to g_patm* (was PATM*).
(edit) @54686   10 years vboxsync PATM: Added some comments and formalized the reloc array type (instead …
(edit) @52771   10 years vboxsync VMM/CSAM, PATM: rename SSM_VERSION macros to SAVED_STATE_VERSION macros.
(edit) @50575   11 years vboxsync VMM: Added SSMR3RegisterStub and used it to provide saved state …
(edit) @46493   11 years vboxsync STAMR3Deregister* optimizations. Relevant for both startup and …
(edit) @46159   12 years vboxsync Patch manager support in the disassembler, making the 'u' command in …
(edit) @46150   12 years vboxsync PATM: Patch symbols.
(edit) @46137   12 years vboxsync Missing file, reverting 85830.
(edit) @46136   12 years vboxsync temporary build fix
(edit) @46135   12 years vboxsync Started populating the RC address space in the debugger.
(edit) @45984   12 years vboxsync RTDbgCfg: Debugging configuration, like symbol search paths and such.
(edit) @45620   12 years vboxsync CSAM,PATM: Don't bother initializing anything if HMIsEnabled(). Also, …
(edit) @45485   12 years vboxsync - *: Where possible, drop the #ifdef VBOX_WITH_RAW_RING1 when …
(edit) @45276   12 years vboxsync Ring-1 compression patches, courtesy of trivirt AG: - main: diff to …
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44362   12 years vboxsync PATM: Changed two Main APIs to use PUVM instead of PVM (one of them …
(edit) @42781   12 years vboxsync PATM: Log statement. Added some notes wrt to NT4SP1 boot issues.
(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) @41906   12 years vboxsync CPUM: Combined the visible and hidden selector register data into one …
(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) @41836   12 years vboxsync Doxygen.
(edit) @41801   12 years vboxsync Doxygen.
(edit) @41800   12 years vboxsync Doxygen.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41771   12 years vboxsync Windows build fixes.
(edit) @41770   12 years vboxsync PATM: patmReadBytes read more and use PATMR3ReadOrgInstr.
(edit) @41768   12 years vboxsync PATM: Added PATMR3ReadOrgInstr.
(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.
(edit) @41731   12 years vboxsync DIS: Split up apvUserData, dropping the 3rd entry. 2nd entry (now …
(edit) @41727   12 years vboxsync DIS: register macro name adjustments.
(edit) @41681   12 years vboxsync Removed unused variables.
(edit) @41678   12 years vboxsync OP_PARAMETER::flags -> fUse.
(edit) @41676   12 years vboxsync DIS: More scoping work.
(edit) @41675   12 years vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @41674   12 years vboxsync DISCoreOne* -> DISCore*.
(edit) @41671   12 years vboxsync DISInstr* -> DISInstrToStr + cbOutput argument.
(edit) @41663   12 years vboxsync DIS,EM,PGM,PATM: Changed the size and scale members of OP_PARAMETER …
(edit) @41658   12 years vboxsync DIS,VMM,REM,IPRT: Disassembler API adjustments.
(edit) @39417   13 years vboxsync PATM: Remove noise in the release log
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @39056   13 years vboxsync PATM: logging correction
(edit) @39034   13 years vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @36969   14 years vboxsync more gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36912   14 years vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36801   14 years vboxsync PATM: Indentation and comments of the structures. Fix remaining …
(edit) @36669   14 years vboxsync PATM: Record trampoline patches in the target to update the …
(edit) @35696   14 years vboxsync PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions …
(copy) @35348   14 years vboxsync VMM reorg: Moving PATM to where the other VMM sources are.
copied from trunk/src/VBox/VMM/PATM/PATM.cpp
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
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