VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @40024   13 years vboxsync IEM: Some more FPU work underways.
(edit) @40022   13 years vboxsync IEM: fxsave & fxrstor.
(edit) @40017   13 years vboxsync fxsave + fxrstor is underways => laptop.
(edit) @40008   13 years vboxsync tstX86-1A.asm: buildfix next try
(edit) @40007   13 years vboxsync VMMR3/PATMA.asm: moved all patch records to the data section to …
(edit) @40006   13 years vboxsync build fix.
(edit) @40005   13 years vboxsync More GMM stats. Added todo regarding GMMR0SharedModuleCheckPage assertion.
(edit) @40004   13 years vboxsync tstX86-1A.asm: buildfix
(edit) @40001   13 years vboxsync IEM: Filled in some NOPs and PREFETCHes.
(edit) @40000   13 years vboxsync IEM: Group 15 stubs.
(edit) @39999   13 years vboxsync tstX86-1.cpp: build fix.
(edit) @39998   13 years vboxsync tstX86-1: Display CR2.
(edit) @39997   13 years vboxsync tstX86-1: fxrstor (on intel) will #PF before committing any register …
(edit) @39996   13 years vboxsync tstX86-1: fxrstor (on intel) will #PF before committing any register …
(edit) @39995   13 years vboxsync tstX86-1: fxsave (on intel) will #PF before writing anything. very nice.
(edit) @39994   13 years vboxsync IEM: Try to fix build error
(edit) @39993   13 years vboxsync tstX86-1: Some fxsave and fxrstor tests.
(edit) @39990   13 years vboxsync oops. commited a bit too much.
(edit) @39989   13 years vboxsync txtX86-1: some prefix decoding checks for the groups and rex.
(edit) @39974   13 years vboxsync IEM: Implemented rdmsr.
(edit) @39971   13 years vboxsync IEM: VERR_NOT_IMPLEMENTED -> VERR_IEM_INSTR_NOT_IMPLEMENTED or …
(edit) @39970   13 years vboxsync IEM: Implemented bswap. Fixed verification of INS.
(edit) @39962   13 years vboxsync IEM/VerficationMode: Work around MOV drX,greg bug in REM.
(edit) @39958   13 years vboxsync IEM: String fixes; invlpg.
(edit) @39953   13 years vboxsync gcc 4.2 on mac in debug mode maybe [insert fitting explitives].
(edit) @39948   13 years vboxsync two int xxh bugfixes (32-bit prot mode).
(edit) @39947   13 years vboxsync STAM: alignment fix (32-bit + gcc).
(edit) @39945   13 years vboxsync iret to different privilege level (32-bit prot mode). Hacked int 80h …
(edit) @39944   13 years vboxsync VERR_IEM_INSTR_NOT_IMPLEMENTED and VERR_IEM_ASPECT_NOT_IMPLEMENTED.
(edit) @39931   13 years vboxsync iemOp_Grp8: ditto
(edit) @39930   13 years vboxsync iemOpCommonBit_Ev_Gv: Fixed lock-prefixed bts and friends.
(edit) @39920   13 years vboxsync GMM/PageFusion: Some cleanups (elimiated gotos) and more detailed …
(edit) @39917   13 years vboxsync STAM,GMM,VBoxDbg: Adding GMM statistics (at last). Introduces …
(edit) @39916   13 years vboxsync VMR3GetState: Prevent assertion caused by race between …
(edit) @39909   13 years vboxsync too long lines.
(edit) @39908   13 years vboxsync Disabled seemingly harmless assertion.
(edit) @39907   13 years vboxsync Fixed harmless assertion.
(edit) @39859   13 years vboxsync CFGMR3CopyTree: Fix and docs.
(edit) @39858   13 years vboxsync PDMDriver: Forgot.
(edit) @39854   13 years vboxsync PDM: Extended the driver chain transformations with a mergeconfig …
(edit) @39853   13 years vboxsync CFGM: Added CFGMR3InsertValue and CFGMR3CopyTree; changed …
(edit) @39839   13 years vboxsync PDM: Initial driver chain transformation code (untested).
(edit) @39838   13 years vboxsync CFGM: Added CFGMR3DuplicateSubTree and CFGMR3ReplaceSubTree (untested).
(edit) @39812   13 years vboxsync Trace VM exits.
(edit) @39755   13 years vboxsync PGMR3PoolGrow: Fixed fatal assertion. duh.
(edit) @39745   13 years vboxsync Check some more out of memory statuses.
(edit) @39739   13 years vboxsync nits.
(edit) @39738   13 years vboxsync PGMPool.cpp: When using EPT we should be able to use any kind of …
(edit) @39717   13 years vboxsync Don't use Xchg when just writing.
(edit) @39700   13 years vboxsync cleanup
(edit) @39685   13 years vboxsync doc updates.
(edit) @39682   13 years vboxsync Guru: Some minor logger adjustments.
(edit) @39681   13 years vboxsync AsyncCompletion: Build fix
(edit) @39680   13 years vboxsync AsyncCompletion: Build fix
(edit) @39679   13 years vboxsync AsyncCompletion: Check that reads are always in the file limits and …
(edit) @39678   13 years vboxsync guru: todo
(edit) @39653   13 years vboxsync PDM.cpp: another one
(edit) @39652   13 years vboxsync PDM.cpp: Assign NULL, not false, to pfnAsyncNotify when done.
(edit) @39650   13 years vboxsync DBGF,Main,VBoxManage: added target logger prefixes (release:/debug:). …
(edit) @39530   13 years vboxsync CFGM: nit.
(edit) @39515   13 years vboxsync *: Use RTLISTANCHOR.
(edit) @39497   13 years vboxsync IEM: todo
(edit) @39477   13 years vboxsync VMM,VBoxManage,Main: Automatic map file loading for simplifying debugging.
(edit) @39427   13 years vboxsync r=bird: pre-review comments.
(edit) @39417   13 years vboxsync PATM: Remove noise in the release log
(edit) @39414   13 years vboxsync PDMBlkCache: Clear all entries on reset to prevent that unwritten data …
(edit) @39405   13 years vboxsync VMM: Don't use generic IPE status codes, use specific ones. Part 2.
(edit) @39404   13 years vboxsync build fix
(edit) @39402   13 years vboxsync VMM: don't use generic IPE status codes, use specific ones. Part 1.
(edit) @39398   13 years vboxsync yasm 1.2.0 fix.
(edit) @39368   13 years vboxsync VBOX_FULL_VERSION_MAKE: fixed copy & past bug messing up the build …
(edit) @39357   13 years vboxsync e1000: reverted r74918
(edit) @39356   13 years vboxsync PDMBlkCache: Fix wrong accounting of written data when flushing the cache
(edit) @39344   13 years vboxsync e1000: move part of eth header instead of packet body (#4806)
(edit) @39332   13 years vboxsync e1000: fix for unresolved memmove on Windows
(edit) @39327   13 years vboxsync scm whitespace cleanups.
(edit) @39320   13 years vboxsync build fix attempt.
(edit) @39319   13 years vboxsync build fix attempt.
(edit) @39309   13 years vboxsync windows build fix./
(edit) @39303   13 years vboxsync VMCPUSET changes.
(edit) @39302   13 years vboxsync nits from a few days back.
(edit) @39301   13 years vboxsync PGMAllBth.h: Disabled annoying SMP assertions.
(edit) @39294   13 years vboxsync PGMAllPhys.cpp: Fixed page locking bug in rarely used path.
(edit) @39284   13 years vboxsync PGMAllBth.h: disabled annoying assertions.
(edit) @39283   13 years vboxsync Its 8191 now.
(edit) @39178   13 years vboxsync duh!
(edit) @39154   13 years vboxsync IOM: Added flags for dropping into the vbox debugger on complicated …
(edit) @39152   13 years vboxsync VMM: cleanups.
(edit) @39138   13 years vboxsync iprt/types.h,IEM: Moved the pointer union types to iprt/types.h, …
(edit) @39137   13 years vboxsync build fix
(edit) @39136   13 years vboxsync More MMIO refactoring and some other cleanups.
(edit) @39134   13 years vboxsync IEM: some tweaking…
(edit) @39127   13 years vboxsync IEM: Adding GET_NEXT_U16_ZX_U32/64 and GET_NEXT_U32_ZX_U64.
(edit) @39125   13 years vboxsync IEM: Fixed some details in the AAM, SAHF and LAHF instruction emulation.
(edit) @39112   13 years vboxsync build fix
(edit) @39111   13 years vboxsync IOM,PDM: Working on moving unaligned and non-dword MMIO access …
(edit) @39084   13 years vboxsync VMM: -Wunused-parameter on mac.
(edit) @39082   13 years vboxsync PGMSavedState.cpp: better assertion
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @39070   13 years vboxsync VMM,IPRT: -Wunused-function.
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