VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19658   16 years vboxsync Logging updates
(edit) @19657   16 years vboxsync Fixed new lock/unlock behaviour
(edit) @19652   16 years vboxsync Added GVMMR0SchedPokeEx & GVMMR0SchedWakeUpEx
(edit) @19651   16 years vboxsync Wake up or poke the target CPU when signalling the arrival of a …
(edit) @19592   16 years vboxsync HostDrivers/Support,VMMR0: Use critical_enter and critical_exit to …
(edit) @19575   16 years vboxsync Updates for ring 0 call stack dumping. (not enabled nor tested)
(edit) @19484   16 years vboxsync PDM*Device.cpp: spaces again.
(edit) @19475   16 years vboxsync VMM: sending init IPI
(edit) @19468   16 years vboxsync VMM: better SIPI sending, reschedule to R3 as needed
(edit) @19462   16 years vboxsync VMM: iLastGZRc from VMM to VMMCPU.
(edit) @19460   16 years vboxsync HWACCM: play safe and only change the state to VMCPUSTATE_STARTED if …
(edit) @19457   16 years vboxsync HWACCM: Work the VMCPU::enmState.
(edit) @19454   16 years vboxsync VMM++: More on poking. Fixed broken R0 stats (wrong way of calling …
(edit) @19446   16 years vboxsync spaces.
(edit) @19437   16 years vboxsync SMP: send SIPI notification from APIC, let VM handle what really do
(edit) @19435   16 years vboxsync VMM: VMCPU::enmState.
(edit) @19434   16 years vboxsync Further splitup of VMM (ring 0 jump buffer).
(edit) @19417   16 years vboxsync Also check VMCPU_FF_REQUEST
(edit) @19406   16 years vboxsync GVMM: Added interfaces for Poking a single VCpu and for …
(edit) @19403   16 years vboxsync VBox/parma.h,VMM: VMCPU_MAX_CPU_COUNT & VMM_MAX_CPUS => …
(edit) @19398   16 years vboxsync GVMM: Address the GVMMR0GetVMByEMT issue and added access restrictions …
(edit) @19396   16 years vboxsync GVMM: removed DEBUG_bird, assertion seems to be gone.
(edit) @19395   16 years vboxsync GVMM,VM: Register the other EMTs or we assert painfully in …
(edit) @19385   16 years vboxsync GVMMR0RegisterVCpu: use gvmmR0ByVM instead of gvmmR0ByVMAndEMT as …
(edit) @19382   16 years vboxsync Introduced GVMMR0RegisterVCpu. (not used yet; untested)
(edit) @19381   16 years vboxsync Further breakup of GVM. Deal with VCPU thread handles.
(edit) @19360   16 years vboxsync Split up GVM and introduced GVMCPU.
(edit) @19326   16 years vboxsync Started with TLB shootdown.
(edit) @19288   16 years vboxsync DBGF,TRPM,HWACCM: Merged DBGFR0.cpp and DBGFGC.cpp into …
(edit) @19286   16 years vboxsync VMM,VBoxDbg: SMP refactoring, part 1.
(edit) @19262   16 years vboxsync Introduced PDMCritSectIsOwnerEx.
(edit) @19257   16 years vboxsync Reapplied 46658 + fix
(edit) @19255   16 years vboxsync Backed out 46655-57 for now
(edit) @19252   16 years vboxsync SUPCallVMMR0(Ex) arguments must include the VCPU id. Note: support …
(edit) @19238   16 years vboxsync Moved idCpu init
(edit) @19237   16 years vboxsync Forgot to set idCpu
(edit) @19232   16 years vboxsync Assertions for raw mode & SMP guests.
(edit) @19227   16 years vboxsync Implemented VMMGetCpu in ring 0. (SMP guests)
(edit) @19207   16 years vboxsync Forward-ported r46552: TRPMR0.cpp: Workaround for darwin/amd64 tripple …
(edit) @19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
(edit) @19123   16 years vboxsync VMMR0: Too chatty/messy in dmesg on darwin.
(edit) @19032   16 years vboxsync Split TM for SMP guests.
(edit) @19015   16 years vboxsync Split up TRPM. (guest SMP)
(edit) @18992   16 years vboxsync More PGM api changes
(edit) @18984   16 years vboxsync Autoset does belong in PGMCPU
(edit) @18983   16 years vboxsync More
(edit) @18979   16 years vboxsync Tab
(edit) @18977   16 years vboxsync More compile fixes
(edit) @18976   16 years vboxsync Mac build fixes
(edit) @18974   16 years vboxsync Autoset belongs in PGM
(edit) @18955   16 years vboxsync ONe more
(edit) @18954   16 years vboxsync Story continues
(edit) @18953   16 years vboxsync Even more Mac compile fixes
(edit) @18946   16 years vboxsync Fixed possibly uninitialized variable
(edit) @18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18870   16 years vboxsync GMMR0: Fixed out of memory problem on Windows by separating the legacy …
(edit) @18851   16 years vboxsync HWACCMR0A.asm: Load the NULL selector into DS, ES, FS and GS on 64-bit …
(edit) @18849   16 years vboxsync VMMR0A.asm: Implemented stack switching for 64-bit machines as well …
(edit) @18781   16 years vboxsync Removed wrong assertions; rdpmc and rdtsc emulation can fail
(edit) @18770   16 years vboxsync Fake rdpmc instead of causing an invalid opcode exception.
(edit) @18666   16 years vboxsync VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 2)
(edit) @18647   16 years vboxsync GMMR0CleanupVM: fixed state validation.
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18617   16 years vboxsync PGM,EM: Handle out of memory situations more gracefully - part 1. New …
(edit) @18470   16 years vboxsync GVMMR0.cpp: size_t warning
(edit) @18469   16 years vboxsync DBGFR0.cpp: 32->64 bit propagation warning.
(edit) @18369   16 years vboxsync GMMR0: Baka tori! Bitmap was a wee bit too small.
(edit) @18234   16 years vboxsync IOMMMIOModifyPage -> IOMMMIOMapMMIO2Page. (missed one)
(edit) @18233   16 years vboxsync VMMR0.cpp: better?
(edit) @18219   16 years vboxsync build fix.
(edit) @18218   16 years vboxsync gmmR0LinkChunk: set pFreePrev; gmmR0FreeChunk: don't use pCore, always …
(edit) @18213   16 years vboxsync GVMMR0: Don't forget to call GMM for init and cleanup on VM object …
(edit) @18212   16 years vboxsync GMM: Fixed bugs in gmmR0AllocateChunkId and gmmR0FreePageWorker, the …
(edit) @18204   16 years vboxsync GMM: More logging.
(edit) @18101   16 years vboxsync PDM,PGM,DevPcArch,types.h: Added GCPhys2CCPtr conversion methods to …
(edit) @18070   16 years vboxsync Fixed 64 bits hosts
(edit) @18060   16 years vboxsync VT-x: restore TR properly as VT-x sets the limit back to 0x67 after a …
(edit) @18008   16 years vboxsync Some extra checks
(edit) @17926   16 years vboxsync Adjusted assertion
(edit) @17924   16 years vboxsync Some cleanup
(edit) @17923   16 years vboxsync Fixed pushf/popf emulation (VT-x, real-mode)
(edit) @17916   16 years vboxsync VT-x init: some BIOSes forget to set the locked bit.
(edit) @17909   16 years vboxsync Reapplied r44216 with fix for hlt
(edit) @17734   16 years vboxsync Disabled new r44216 code.
(edit) @17708   16 years vboxsync Statistics for real-mode instruction emulation
(edit) @17707   16 years vboxsync Use standard V86 mode and emulate faulting instructions. (VT-x)
(edit) @17687   16 years vboxsync Backed out 44183
(edit) @17682   16 years vboxsync No need to set IOPL to 3 as the io bitmap allows all IO (VT-x - realmode).
(edit) @17657   16 years vboxsync VMMR0: Mac fix.
(edit) @17547   16 years vboxsync GMM: executed the GMM_GCPHYS_LAST todo, fixed GMM_GCPHYS_UNSHAREABLE, …
(edit) @17546   16 years vboxsync VMM: Don't make host calls for Assertion or logging purposes when …
(edit) @17534   16 years vboxsync PGM: Made PGMPhysRead/Write return VERR_PGM_PHYS_WR_HIT_HANDLER when …
(edit) @17532   16 years vboxsync VMXR0InjectEvent: Use the PGMPhysSimple[Read|Write]GCPhys functions …
(edit) @17528   16 years vboxsync HWACCM: return to ring-3 if VM_FF_PGM_NEED_HANDY_PAGES is set.
(edit) @17526   16 years vboxsync PGM: Logging / assertion adjustments for handy page allocation error …
(edit) @17525   16 years vboxsync VMMR0/GMM: don't use the setjmp stuff for VMMR0_DO_GMM_SEED_CHUNK and …
(edit) @17524   16 years vboxsync PGM: R0/VT-x hacking.
(edit) @17489   16 years vboxsync Don't use a special root for nested paging anymore.
(edit) @17431   16 years vboxsync GMMR0: Two fixes to the code path freeing pages.
(edit) @17421   16 years vboxsync PGM,VMM,GMM: handy page allocation and some other fixes.
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