VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @39515   13 years vboxsync *: Use RTLISTANCHOR.
(edit) @39303   13 years vboxsync VMCPUSET changes.
(edit) @39154   13 years vboxsync IOM: Added flags for dropping into the vbox debugger on complicated …
(edit) @39111   13 years vboxsync IOM,PDM: Working on moving unaligned and non-dword MMIO access …
(edit) @39078   13 years vboxsync VMM: -Wunused-parameter
(edit) @39038   13 years vboxsync VMM: -W4 warnings (MSC).
(edit) @39034   13 years vboxsync VMM,INTNET: Addressing unused variable warnings.
(edit) @39014   13 years vboxsync PDMAsyncCompletion.cpp: Addressed out of bound indexing of …
(edit) @38965   13 years vboxsync fix mac-dbg
(edit) @38956   13 years vboxsync PGM: Avoid requiring a full tree walk to age the mapping chunks …
(edit) @38955   13 years vboxsync pgmR3PhysChunkMap: Make sure we don't unmap the chunk we just added.
(edit) @38954   13 years vboxsync VMMR0: Triple fault debugging hack proof of concept.
(edit) @38953   13 years vboxsync PGM: Attempt at fixing the VERR_MAP_FAILED during state save problem …
(edit) @38942   13 years vboxsync now it should compile…
(edit) @38941   13 years vboxsync duh
(edit) @38940   13 years vboxsync VMInternal.h: Alignment fix.
(edit) @38885   13 years vboxsync PDMBlkCache: Fix burn
(edit) @38877   13 years vboxsync VMM/PDMBlkCache: Add discard API
(edit) @38867   13 years vboxsync TRPM: Host interrupt stats.
(edit) @38841   13 years vboxsync VMInternal.h: Alignment fix.
(edit) @38839   13 years vboxsync VMMInternal.h: Alignment fix.
(edit) @38838   13 years vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @38835   13 years vboxsync VMM: Detect recursive rendezvous calls. Removed the unused API …
(edit) @38708   13 years vboxsync PGM: Drop the PGM_WITH_LARGE_ADDRESS_SPACE_ON_32_BIT_HOST define and …
(edit) @38707   13 years vboxsync VMM/VT-x: Fix for PAE guests running on 32-bit hosts or 64-bit hosts …
(edit) @38683   13 years vboxsync HM: renamed some internal functions.
(edit) @37955   13 years vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
(edit) @37935   13 years vboxsync Alignment fixes for 32-bit build employing the electric fence.
(edit) @37836   13 years vboxsync VMM: typo.
(edit) @37702   13 years vboxsync REM/VMM: Don't flush the TLB if you don't hold the EM/REM lock, some …
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37527   13 years vboxsync TM: Virtual sync timer locking fixes and assertions.
(edit) @37517   13 years vboxsync TM: Simplified the virtual sync timers by requiring changes to be done …
(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) @37426   13 years vboxsync IOMInline.h: Make sure we don't call PDMCritSectIsInitialized …
(edit) @37425   13 years vboxsync IOM: cleaning up in progress…
(edit) @37424   13 years vboxsync IOM: Moved the inline functions out of IOMInternal.h and into IOMInline.h.
(edit) @37423   13 years vboxsync Ran the source code massager (scm).
(edit) @37410   13 years vboxsync VMM,SUPDrv: Created DBGFTrace.
(edit) @37386   14 years vboxsync VMM/HM: more paranoid poking code.
(edit) @37370   14 years vboxsync PGM: Disabled assertions, triggers on mac os x in …
(edit) @37358   14 years vboxsync PDM/TM: Implemented USB timers.
(edit) @37354   14 years vboxsync PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
(edit) @37323   14 years vboxsync build fix and some prefix cleanup.
(edit) @37320   14 years vboxsync HWACCM: Slowly shortening it to 'HM' (too much uppercase typing for …
(edit) @37319   14 years vboxsync HWACCM: Use RTOnce to serialize the enabling so that no CPU can start …
(edit) @37298   14 years vboxsync HWACCM: Added todo on race in HWACCMR0EnableAllCpus. Hide dummy methods.
(edit) @37232   14 years vboxsync blank line
(edit) @37137   14 years vboxsync Remvoed the non-PGM_USE_RAMRANGE_SEARCH_TREES code.
(edit) @37091   14 years vboxsync build fix
(edit) @37090   14 years vboxsync IEM: exception hacking…
(edit) @37085   14 years vboxsync IEM: xadd
(edit) @37079   14 years vboxsync IEM: Implemented the bare minimum of protected mode interrupt handling …
(edit) @37034   14 years vboxsync IEM: Hacking in progress…
(edit) @37002   14 years vboxsync IEM: Cleaning up and 'microcode' testcase - work in progress…
(edit) @36940   14 years vboxsync PGMPAGE: Finally, idPage is 32-bit. The physical address can now be …
(edit) @36939   14 years vboxsync PGMPAGE: 6-bit unused bits.
(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) @36935   14 years vboxsync PGMPAGE: Use bitfields.
(edit) @36934   14 years vboxsync PGMPAGE: Yet more.
(edit) @36933   14 years vboxsync PGMPAGE: A bit more.
(edit) @36931   14 years vboxsync PGMPAGE: A tiny bit more.
(edit) @36927   14 years vboxsync PGMPAGE: More bit fields.
(edit) @36926   14 years vboxsync PGM: PGMPAGE adjustments in progress…
(edit) @36910   14 years vboxsync PGMInternal.h: Cleaning up page macros before making further changes.
(edit) @36905   14 years vboxsync PGM: Alignment fix.
(edit) @36904   14 years vboxsync Alignment fix.
(edit) @36903   14 years vboxsync PGM: Enable the RAM range search trees.
(edit) @36902   14 years vboxsync PGM: Implemented RAM range search trees (disabled).
(edit) @36897   14 years vboxsync PGM: work in progress…
(edit) @36893   14 years vboxsync PGM: Removed the #ifndef PGM_USE_RAMRANGE_TLB code.
(edit) @36892   14 years vboxsync PGM: Enabled the RAM range TLB.
(edit) @36891   14 years vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
(edit) @36857   14 years vboxsync IEM: bsf, bsr, bt, btc, bts, btr and leave. Some cleaning up.
(edit) @36851   14 years vboxsync IEM: SHLD, SHRD.
(edit) @36849   14 years vboxsync IEM: Some more bits.
(edit) @36829   14 years vboxsync IEM: Some more instructions and tweaks.
(edit) @36821   14 years vboxsync IEM: imul, fixes & optimization hack.
(edit) @36818   14 years vboxsync IEM: Drop the lock validator when running in IEM validation mode or we …
(edit) @36815   14 years vboxsync IEM: XCHG mem,reg and CALLN r/m
(edit) @36801   14 years vboxsync PATM: Indentation and comments of the structures. Fix remaining …
(edit) @36799   14 years vboxsync AsyncCompletion: Add debugger command to inject delays. Disabled by default
(edit) @36794   14 years vboxsync IEM: Verify I/O port read and writes as well as MMIO accesses. …
(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) @36441   14 years vboxsync VMM: Sketched out where to do the initial I/O MMU setup. This adds a …
(edit) @36302   14 years vboxsync BlockCache: Fix race condition which can cause losing completed …
(edit) @36170   14 years vboxsync rem: synced up to svn://svn.savannah.nongnu.org/qemu/trunk@6686 (repo …
(edit) @36041   14 years vboxsync Main/VMM: Use UVM w/ refcounting - part 1.
(edit) @36013   14 years vboxsync VMM/VMMR3/PGMSavedState: Save and restore ballooned pages in saved …
(edit) @36009   14 years vboxsync PGM: Fixed large pages and write monitoring (live snapshot). Added …
(edit) @35696   14 years vboxsync PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions …
(edit) @35694   14 years vboxsync Debugger console: more cleanup.
(edit) @35676   14 years vboxsync Main, VMM: PCI passthrough work
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