VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @39070   13 years vboxsync VMM,IPRT: -Wunused-function.
(edit) @38956   13 years vboxsync PGM: Avoid requiring a full tree walk to age the mapping chunks …
(edit) @38953   13 years vboxsync PGM: Attempt at fixing the VERR_MAP_FAILED during state save problem …
(edit) @38838   13 years vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @38837   13 years vboxsync VMM: Detect recursive rendezvous calls. Removed the unused API …
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38489   13 years vboxsync tstVMStructSize: Print a couple of extra offsets in the VM struct.
(edit) @38324   13 years vboxsync FE/Qt,FE/BFE,MachineDebugger,EM: Added execution scheduling options to …
(edit) @38152   13 years vboxsync INSTARGET -> [12]_STAGE_TARGET.
(edit) @38082   13 years vboxsync *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
(edit) @38077   13 years vboxsync IEM: Implemented LAHF/SAHF.
(edit) @38074   13 years vboxsync IEM: Implemented CMC.
(edit) @38073   13 years vboxsync IEM: Implemented CBW and friends.
(edit) @37955   13 years vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
(edit) @37467   13 years vboxsync IOM: Clean up locking now that all devices has its own CS.
(edit) @37466   13 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37452   13 years vboxsync IOM,PDMCritSect: Extended PDMCritSectEnter to handle …
(edit) @37443   13 years vboxsync PDM: Implemented the NOP critical section.
(edit) @37441   13 years vboxsync wrong file.
(edit) @37440   13 years vboxsync tm.h: Forgot the header changes relating to timer clock locking.
(edit) @37354   14 years vboxsync PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
(edit) @37323   14 years vboxsync build fix and some prefix cleanup.
(edit) @37008   14 years vboxsync IEM: More checks and another build fix attempt.
(edit) @37006   14 years vboxsync IEM: check more, try fix build.
(edit) @37005   14 years vboxsync build fix
(edit) @37004   14 years vboxsync IEM: More cleanup and checks.
(edit) @37003   14 years vboxsync IEM: More cleanup and checks.
(edit) @37002   14 years vboxsync IEM: Cleaning up and 'microcode' testcase - work in progress…
(edit) @36946   14 years vboxsync fix win-dbg
(edit) @36940   14 years vboxsync PGMPAGE: Finally, idPage is 32-bit. The physical address can now be …
(edit) @36938   14 years vboxsync PGMPAGE: Moved the union a level up (PGMPAGE) and rename the 'bit' …
(edit) @36937   14 years vboxsync PGMPAGE: HCPhys + ID should be made bitfields as well, because the …
(edit) @36931   14 years vboxsync PGMPAGE: A tiny bit more.
(edit) @36891   14 years vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
(edit) @36866   14 years vboxsync build fix
(edit) @36865   14 years vboxsync build fix
(edit) @36864   14 years vboxsync tstX86-1: made it work on darwin.
(edit) @36862   14 years vboxsync tstX86-1: Testing invalid lock prefix decoding order.
(edit) @36858   14 years vboxsync build fix.
(edit) @36838   14 years vboxsync IEM: SMSW and LMSW.
(edit) @36791   14 years vboxsync tstX86-1: Build fix for FreeBSD
(edit) @36776   14 years vboxsync solaris build fix./
(edit) @36774   14 years vboxsync build fix.
(edit) @36773   14 years vboxsync build fix.
(edit) @36768   14 years vboxsync IEM: Initial commit, work in progress.
(edit) @36669   14 years vboxsync PATM: Record trampoline patches in the target to update the …
(edit) @36629   14 years vboxsync Build fix
(edit) @36627   14 years vboxsync Fix regression introduced with r70774. Change the RC structure of the …
(edit) @36408   14 years vboxsync log rotation review and adjustments: Don't delete any excess files if …
(edit) @36345   14 years vboxsync Runtime/log: forgotten file
(edit) @35601   14 years vboxsync DBGF,CPUM: Expose hypervisor registers as hypercpuX.
(edit) @35466   14 years vboxsync DBGFReg: Query individual registers by name.
(edit) @35410   14 years vboxsync DBGFReg revamp #2.
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35339   14 years vboxsync More build fixes
(edit) @35333   14 years vboxsync VMM source reorg.
(edit) @35308   14 years vboxsync AsyncCompletion: Remove obsolete write cache
(edit) @34668   14 years vboxsync More extpack build speedup hacking.
(edit) @34163   14 years vboxsync PGMR3PhysRomRegister/PDMDevHlpROMRegister: Added cbBinary argument to …
(edit) @33935   14 years vboxsync VMM: mask all Local APIC interrupt vectors which are set up to NMI …
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33550   14 years vboxsync some more spelling fixes, thanks Timeless!
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32920   14 years vboxsync Compile fix
(edit) @32489   14 years vboxsync VMM: More work on the periodic preemption timer (no actual timers yet).
(edit) @32484   14 years vboxsync TM,DevPit,DevApic,DevRtc: Timer frequency hints for calculating the …
(edit) @32190   14 years vboxsync PDMDevHlpVMSuspendSaveAndPowerOff: More code.
(edit) @32133   14 years vboxsync vm.h/mac: alignment fixes.
(edit) @32087   14 years vboxsync PGM: Account for aliased and off pages in physical handlers so that …
(edit) @32036   14 years vboxsync Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to …
(edit) @31996   14 years vboxsync Mostly safe X86_PTE_PAE_PG_MASK -> X86_PTE_PAE_PG_MASK_FULL conversions.
(edit) @31989   14 years vboxsync VMM: Removed the PGMR3DumpHierarchyGC/HC functions.
(edit) @31895   14 years vboxsync FT updates
(edit) @31402   14 years vboxsync PGM: Replaced the hazzardous raw-mode context dynamic mapping code …
(edit) @31140   14 years vboxsync PGM: Removed CheckPageFault as it is no longer used. Removed …
(edit) @31123   14 years vboxsync PGM: Moved the PGM stats out of the VM structure. Reduces the size of …
(edit) @30572   14 years vboxsync Removed PGMPhysGCPhys2R3Ptr usage from PATM.
(edit) @30217   14 years vboxsync VMM: VCC100 warnings.
(edit) @29440   15 years vboxsync tstCompiler.cpp: init runtime
(edit) @29436   15 years vboxsync IOM: Profile all callbacks, don't bother count the as we can derive …
(edit) @29329   15 years vboxsync removed VBOX_WITH_VMI
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28942   15 years vboxsync Check GVM and GVMCPU as well (!)
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28262   15 years vboxsync PDM: Moving more stuff to PDMUSERPERVM. Protect the loader list using …
(edit) @28258   15 years vboxsync PDM critsects for drivers. Fixed critsect cleanup in failure path. …
(edit) @28065   15 years vboxsync Storage: Convert from PDMDATASEG to RTSGSEG to avoid casting between …
(edit) @27920   15 years vboxsync AsyncCompletion: Return error code for completed requests
(edit) @27797   15 years vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @26562   15 years vboxsync *: Added svn:keywords where missing.
(edit) @26517   15 years vboxsync *: RTGetOpt cleanup related to --help and --version (now standard …
(edit) @26491   15 years vboxsync VMM: whitespace cleanup.
(edit) @26338   15 years vboxsync AsyncCompletion: Introduce range locks to prevent concurrent access to …
(edit) @26296   15 years vboxsync more warnings.
(edit) @26268   15 years vboxsync tstMicroRC.cpp: warning.
(edit) @26240   15 years vboxsync AsyncCompletion: Cleanup
(edit) @26224   15 years vboxsync s/IN_RT_GC/IN_RT_RC/g
(edit) @26223   15 years vboxsync s/RuntimeGC/RuntimeRC/; s/DisasmGC/DisasmRC/; s/tstMicroGC/tstMicroRC/g
(edit) @26222   15 years vboxsync *.kmk: s/VBOXGC/VBoxRc/g; s/VBOXGCEXE/VBoxRcExe/g; +WERR
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