VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14994   16 years vboxsync Moved CPUMStack.cpp to the all dir
(edit) @14993   16 years vboxsync Switcher updates
(edit) @14988   16 years vboxsync Correct input parameter for 64 bits switcher handlers.
(edit) @14987   16 years vboxsync Fully functional switcher
(edit) @14986   16 years vboxsync Disable write protect in the 32->64 switcher.
(edit) @14985   16 years vboxsync Backed out 40353.
(edit) @14983   16 years vboxsync Make the PAE intermediate PDPTs r/w.
(edit) @14981   16 years vboxsync Update
(edit) @14979   16 years vboxsync Switcher fixes
(edit) @14978   16 years vboxsync props
(edit) @14974   16 years vboxsync reenabled VA in TLB code
(edit) @14969   16 years vboxsync VMM support for completing VA in TLB (not much tested)
(edit) @14966   16 years vboxsync PDM, DBGC: debugger read and write APIs.
(edit) @14946   16 years vboxsync Some todos added
(edit) @14945   16 years vboxsync Manual disassembly of ins/outs. Take two.
(edit) @14943   16 years vboxsync Disassemble ins/outs manually to deal with segment prefixes.
(edit) @14903   16 years vboxsync HWACCMR0: Try use SUPR0EnableVTx. (#3202)
(edit) @14902   16 years vboxsync HWACCM: Overlooked one fallback from VT-x to rawmode (darwin).
(edit) @14900   16 years vboxsync Switcher updates
(edit) @14899   16 years vboxsync Wrote testcase for the new switcher.
(edit) @14898   16 years vboxsync export
(edit) @14897   16 years vboxsync Deal with undocumented interrupt type for breakpoint exceptions
(edit) @14895   16 years vboxsync Wrong string specifier
(edit) @14892   16 years vboxsync export
(edit) @14891   16 years vboxsync Deleted too much
(edit) @14890   16 years vboxsync export
(edit) @14888   16 years vboxsync Small update
(edit) @14887   16 years vboxsync Disallow any mixed use of hwaccm & software virtualization. Don't …
(edit) @14885   16 years vboxsync Different error message for AMD-V.
(edit) @14884   16 years vboxsync Compile fix
(edit) @14883   16 years vboxsync We can't allow a patched VM to be restored when we're currently forced …
(edit) @14880   16 years vboxsync PGMR0DynMap: nit picking.
(edit) @14878   16 years vboxsync Renamed
(edit) @14877   16 years vboxsync PGMR0DynMap: bigger cache (4x), even fewer unrolled/inlined collision …
(edit) @14876   16 years vboxsync Debug state save fix for AMD-V.
(edit) @14875   16 years vboxsync More switcher updates
(edit) @14871   16 years vboxsync Removed assertions that will trigger.
(edit) @14870   16 years vboxsync Cleaning up.
(edit) @14868   16 years vboxsync PGMR0DynMap: some predictions based on statistics, 5 more stats.
(edit) @14864   16 years vboxsync invalid format type
(edit) @14862   16 years vboxsync Compile fix
(edit) @14861   16 years vboxsync PGMR0DynMap: disabled expensive statistic.
(edit) @14859   16 years vboxsync More updates for 32/64.
(edit) @14857   16 years vboxsync PGMR0DynMap: Added missing if (fInvalidateIt) before ASMInvalidatePage …
(edit) @14853   16 years vboxsync PGMR0DynMap: Sane PGMR0DYNMAP_GUARD_PAGES values.
(edit) @14851   16 years vboxsync More switcher target functions for FPU and debug state updates.
(edit) @14850   16 years vboxsync PGMR0DynMap: statistics and tuning of autoset insertion.
(edit) @14848   16 years vboxsync Alignment
(edit) @14847   16 years vboxsync Compile fixes
(edit) @14845   16 years vboxsync Switcher updates
(edit) @14833   16 years vboxsync Drop the global VBOX_WITH_NEW_RECOMPILER global.
(edit) @14831   16 years vboxsync whole bunch: avoid runtime.h, include individual headers indead.
(edit) @14826   16 years vboxsync VMM: New DevHlp pfnMMIO2MapKernel for darwin/VT-x/VGA.
(edit) @14823   16 years vboxsync PGMR0DynMap: fixed assertion (copy & past).
(edit) @14822   16 years vboxsync PGMR0DynMap: Fixed bug in previous pgmR0DynMapPageSlow bug fix. Bad …
(edit) @14821   16 years vboxsync GVMMR0.cpp: cleanup bugfix.
(edit) @14811   16 years vboxsync VMM: Always call VMMR0TermVM{HWACCMR0TermVM,PGMR0DynMapTerm}, don't …
(edit) @14810   16 years vboxsync PGMR0DynMap: Run release builds with 1 guard page (for now).
(edit) @14809   16 years vboxsync PGMAllPool: RTLogPrintf exist in ring-0 now.
(edit) @14806   16 years vboxsync #3202: config and VT-X/software mix errors.
(edit) @14805   16 years vboxsync #3202: Use SUPR0Abs*.
(edit) @14804   16 years vboxsync #3202: Got long mode darwin host running.
(edit) @14803   16 years vboxsync #3202: More darwin mess.
(edit) @14802   16 years vboxsync #3202: More darwin mess.
(edit) @14799   16 years vboxsync #3202: assembly hacking for weird darwin kernel.
(edit) @14785   16 years vboxsync More switcher updates
(edit) @14776   16 years vboxsync More cleanup
(edit) @14771   16 years vboxsync Fixed 64 bits switcher loading
(edit) @14768   16 years vboxsync Update
(edit) @14767   16 years vboxsync Updates
(edit) @14766   16 years vboxsync PAE to AMD64 switcher
(edit) @14765   16 years vboxsync Updates
(edit) @14764   16 years vboxsync Switcher updates
(edit) @14762   16 years vboxsync comment
(edit) @14758   16 years vboxsync Removed VMMR3InitSwitcher.
(edit) @14757   16 years vboxsync #3202: do PGMDynMapReleaseAutoSet/PGMDynMapStartAutoSet in the …
(edit) @14756   16 years vboxsync VM.cpp: Fixed typo in HwVirtExtForced query.
(edit) @14755   16 years vboxsync #1865: Converted 4 PGM*2HC* conversion functions to RTR3PTR.
(edit) @14754   16 years vboxsync pgmPoolMonitorChainChanging regression fix. (grr)
(edit) @14753   16 years vboxsync pgmPoolMonitorChainChanging regression fix.
(edit) @14752   16 years vboxsync PGMR0DynMap: lowered guard page count from 7 to 3, hoping that that …
(edit) @14751   16 years vboxsync #1865: PGMAllPool: Fixes for non-contiguous mapping of the fake 2048 …
(edit) @14750   16 years vboxsync DECLINLINE
(edit) @14749   16 years vboxsync #1865: PGMAllPool: PGMPOOLKIND_ROOT_PAE_PD -> …
(edit) @14748   16 years vboxsync PGMR0DynMap: a couple of bugs, guard pages and PGMR0DynMapAssertIntegrity.
(edit) @14746   16 years vboxsync enable SSE3 emulation for new recompiler
(edit) @14739   16 years vboxsync missing initialization
(edit) @14721   16 years vboxsync VMMR0A.asm: win.x86 linker warning.
(edit) @14719   16 years vboxsync VMMR0: Fixed mac breakage.
(edit) @14716   16 years vboxsync Updates
(edit) @14705   16 years vboxsync Make the switcher init a bit more generic.
(edit) @14704   16 years vboxsync Some more switcher work
(edit) @14683   16 years vboxsync HWVMX,VMM: make 100% sure the logger doesn't screw us during the …
(edit) @14682   16 years vboxsync pgmPoolGetPage: assertion text.
(edit) @14681   16 years vboxsync PGMAllBth.h: assertion text.
(edit) @14680   16 years vboxsync HWVMX,VMM: make 100% sure the logger doesn't screw us during the …
(edit) @14679   16 years vboxsync HWVMX,VMM: make 100% sure the logger doesn't screw us during the …
(edit) @14678   16 years vboxsync pgmPoolMapPage: Fixed bug in darwin specific code (wrong HCPhys).
(edit) @14677   16 years vboxsync SyncCR3: Fixed pPDEDst walking with GST=32/SHW=PAE. Fixed assertion.
(edit) @14676   16 years vboxsync PGMInternal: Fixed a bunch bad PGMDynMapGCPage calls on darwin (cut & …
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