VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15289   16 years vboxsync Flush the queued writes first before checking the values. (debug only)
(edit) @15288   16 years vboxsync Exclusive
(edit) @15276   16 years vboxsync Fix
(edit) @15275   16 years vboxsync Fixes
(edit) @15273   16 years vboxsync Missing setup
(edit) @15265   16 years vboxsync Wrong operand order
(edit) @15262   16 years vboxsync Bug fixes
(edit) @15258   16 years vboxsync Don't cache 64 bits read and writes for now (the _FULL fields).
(edit) @15257   16 years vboxsync PGMR0DynMap: Two more parenthesis.
(edit) @15255   16 years vboxsync Compile fixes
(edit) @15254   16 years vboxsync Bugfix
(edit) @15253   16 years vboxsync Fixed wrong opcodes
(edit) @15250   16 years vboxsync Duplicate index
(edit) @15249   16 years vboxsync More VMCS access caching work.
(edit) @15246   16 years vboxsync More VMCS read/write caching.
(edit) @15224   16 years vboxsync PGMR0DynMap: Silly silly silly silly bug, mapping were mapped write …
(edit) @15218   16 years vboxsync HWACCM: some temporary profiling of sub-parts of SwitchFromGC_2.
(edit) @15214   16 years vboxsync HWACCMA.asm: code alignment, avoid stack.
(edit) @15213   16 years vboxsync HWACCMA.asm: code alignment.
(edit) @15211   16 years vboxsync VMXR0SaveHostState: Assert on bad cs and ss.
(edit) @15199   16 years vboxsync HWACCMR0A.asm: trimmed down VMXR0StartVM32 without any real effect. :/
(edit) @15198   16 years vboxsync HWACCMR0A.asm: retf -> far jmps for 64->32 thunking on darwin.
(edit) @15197   16 years vboxsync HWACCM: split up the SwitchFromGC (aka StatExit) stats into two parts …
(edit) @15196   16 years vboxsync PGMR0DynMap: profiling the whole shebang.
(edit) @15189   16 years vboxsync VMXR0RunGuestCode: profiling fixes.
(edit) @15186   16 years vboxsync Fixed fpu and debug state syncing.
(edit) @15154   16 years vboxsync Always use amd64 paging if the guest is in amd64 mode (nested paging).
(edit) @15153   16 years vboxsync Always use amd64 paging if the guest is in amd64 mode (nested paging).
(edit) @15150   16 years vboxsync Wrong handler
(edit) @15147   16 years vboxsync Wrong push order
(edit) @15144   16 years vboxsync Oops
(edit) @15142   16 years vboxsync Compile fixes
(edit) @15141   16 years vboxsync Cleaned up
(edit) @15134   16 years vboxsync HWACCMR0: Don't register power notification when using SUPR0EnableVTx …
(edit) @15072   16 years vboxsync Compile fixes
(edit) @15071   16 years vboxsync Deal with 64 bits address flushes in 32 bits host mode. (flush the …
(edit) @15046   16 years vboxsync No need to restore CR2 for AMD-V.
(edit) @15040   16 years vboxsync Always set the tpr shadow feature; host mode is irrelevant
(edit) @15033   16 years vboxsync Push VMCS addresses
(edit) @15031   16 years vboxsync Switcher updates
(edit) @15017   16 years vboxsync More detailed statistics for CRx accesses.
(edit) @14997   16 years vboxsync Clearly mark possible 64 bits values
(edit) @14993   16 years vboxsync Switcher updates
(edit) @14978   16 years vboxsync props
(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) @14899   16 years vboxsync Wrote testcase for the new switcher.
(edit) @14897   16 years vboxsync Deal with undocumented interrupt type for breakpoint exceptions
(edit) @14895   16 years vboxsync Wrong string specifier
(edit) @14888   16 years vboxsync Small update
(edit) @14880   16 years vboxsync PGMR0DynMap: nit picking.
(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) @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) @14850   16 years vboxsync PGMR0DynMap: statistics and tuning of autoset insertion.
(edit) @14845   16 years vboxsync Switcher updates
(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) @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) @14757   16 years vboxsync #3202: do PGMDynMapReleaseAutoSet/PGMDynMapStartAutoSet in the …
(edit) @14752   16 years vboxsync PGMR0DynMap: lowered guard page count from 7 to 3, hoping that that …
(edit) @14748   16 years vboxsync PGMR0DynMap: a couple of bugs, guard pages and PGMR0DynMapAssertIntegrity.
(edit) @14721   16 years vboxsync VMMR0A.asm: win.x86 linker warning.
(edit) @14719   16 years vboxsync VMMR0: Fixed mac breakage.
(edit) @14679   16 years vboxsync HWVMX,VMM: make 100% sure the logger doesn't screw us during the …
(edit) @14674   16 years vboxsync PGMR0DynMap: Fixed cLoad overflow - ASMAtomicSubS32 returns the old …
(edit) @14673   16 years vboxsync PGMR0DynMap: Fixed cLoad overflow - ASMAtomicSubS32 returns the old value.
(edit) @14672   16 years vboxsync VMMR0CallHostSetJmp/LongJmp: Implemented stack switching for darwin.
(edit) @14671   16 years vboxsync VMMR0EntryEx fix.
(edit) @14663   16 years vboxsync PGMR0DynMap: logging/hacking.
(edit) @14659   16 years vboxsync PGMR0DynMap: Fixes and logging.
(edit) @14658   16 years vboxsync HWACCMR0: Added PGMDynMap*AutoSet calls upon entry and exit (darwin only).
(edit) @14654   16 years vboxsync VMXR0SaveHostState: Mac CS/SS hacks.
(edit) @14651   16 years vboxsync Compile fix
(edit) @14650   16 years vboxsync Partial VT-x cleanup.
(edit) @14649   16 years vboxsync Backed out 39954
(edit) @14648   16 years vboxsync Initial work for 64 bits VT-x guests on 32 bits hosts.
(edit) @14647   16 years vboxsync Wrong stat counter
(edit) @14608   16 years vboxsync @todo
(edit) @14607   16 years vboxsync PGMR0DynMap, VMM.cpp: Usee VMMIsHwVirtExtForced for …
(edit) @14606   16 years vboxsync HWACCMR0.cpp: partly enabled the code on the mac.
(edit) @14605   16 years vboxsync HWVMXR0.cpp: 32-bit logging fix.
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