VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14002   16 years vboxsync The brain was out to lunch there…
(edit) @13996   16 years vboxsync darwin build fix.
(edit) @13993   16 years vboxsync darwin build fix.
(edit) @13991   16 years vboxsync #1865: More PGM cleanup.
(edit) @13990   16 years vboxsync Save and load the number of VMCPUs.
(edit) @13980   16 years vboxsync Missing ! in if. Fails if MM node in CFGM already exists
(edit) @13975   16 years vboxsync Even more debugger fixes.
(edit) @13974   16 years vboxsync Non-EMT threads get CPU 0 by default.
(edit) @13973   16 years vboxsync This is the actual fix
(edit) @13972   16 years vboxsync Fixes for the debugger.
(edit) @13969   16 years vboxsync PGM: RTGCUINTPTR64 -> RTGCPTR64 (forgot this one yesterday)
(edit) @13961   16 years vboxsync Extra test
(edit) @13960   16 years vboxsync Moved guest and host CPU contexts into per-VCPU array.
(edit) @13937   16 years vboxsync PGM: RTGCUINTPTR -> RTGCPTR.
(edit) @13936   16 years vboxsync PGM: removed a bunch of unnecessary RTGCUINTPTR/RTGCPTR casts. …
(edit) @13935   16 years vboxsync PGM: One more CTXSUFF (guest AMD64 root).
(edit) @13933   16 years vboxsync PGM: PAE guest mappings, assert GCPtr being 32-bit.
(edit) @13932   16 years vboxsync warning.
(edit) @13930   16 years vboxsync PGMMap.cpp: Fixed sign extension issue in pgmR3SyncPTRResolveConflictPAE.
(edit) @13923   16 years vboxsync PGM: darwin fix.
(edit) @13921   16 years vboxsync Extra check
(edit) @13919   16 years vboxsync VMM: 3 R3R0PTRTYPE members down (a bunch left to go).
(edit) @13918   16 years vboxsync MMAllHyper.cpp: Another stale CTXSUFF that had been overlooped.
(edit) @13914   16 years vboxsync Backed out 38201. No longer necessary (reset fix in REM probably).
(edit) @13912   16 years vboxsync 32-bit build fix
(edit) @13909   16 years vboxsync More updates
(edit) @13908   16 years vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13905   16 years vboxsync Moved more data.
(edit) @13904   16 years vboxsync Again
(edit) @13903   16 years vboxsync Some stat names are too long.
(edit) @13902   16 years vboxsync Oops.
(edit) @13901   16 years vboxsync Compile fix
(edit) @13900   16 years vboxsync Corrections
(edit) @13899   16 years vboxsync Statistics per VCPU.
(edit) @13898   16 years vboxsync Moved more data to VMCPU.
(edit) @13885   16 years vboxsync fix 32-bit builds
(edit) @13884   16 years vboxsync Alignment
(edit) @13883   16 years vboxsync Moved more data around.
(edit) @13880   16 years vboxsync linux/32 build fix
(edit) @13879   16 years vboxsync SMP updates for VT-x/AMD-V.
(edit) @13873   16 years vboxsync Updates
(edit) @13872   16 years vboxsync Pass the VMCPU id on to all hwaccm functions.
(edit) @13871   16 years vboxsync VMMR0EntryFast: Always validate idCpu.
(edit) @13858   16 years vboxsync Pass the VMCPU id to the ring 0 callbacks.
(edit) @13841   16 years vboxsync The VBox format types - they are not retired, just sligtly deprecated …
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13834   16 years vboxsync Some strugging format conversions.
(edit) @13833   16 years vboxsync VMM,DIS: some left over VBOX_SUCCESS/FAILURE conversions.
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13831   16 years vboxsync VMM: Retired VM::pVMGCUnused.
(edit) @13830   16 years vboxsync VMM: Disabled VM:pVMGC, removed VM_GUEST_ADDR.
(edit) @13829   16 years vboxsync build fix
(edit) @13828   16 years vboxsync CPUMR3DisasmInstrCPU: Don't trust MMHyperIsInsideArea if we're not …
(edit) @13827   16 years vboxsync MM: Retired MMHyper2HC, MMHyperHC2GC and MMHyperGC2HC.
(edit) @13826   16 years vboxsync VMM: And a couple of left overs. phew.
(edit) @13825   16 years vboxsync VMM: %VX64 -> %RX64
(edit) @13824   16 years vboxsync VMM: %VGp -> %RGp
(edit) @13823   16 years vboxsync VMM: %VGv -> %RGv
(edit) @13822   16 years vboxsync VMM: %VRv -> %RRv
(edit) @13821   16 years vboxsync VMM: %VR* inspection
(edit) @13820   16 years vboxsync VMM: %VG* inspection - an awfaul lot of these, hope I got it all right…
(edit) @13819   16 years vboxsync VMM: %VH* -> %RH*.
(edit) @13818   16 years vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
(edit) @13817   16 years vboxsync PGMLdr: Pointers are signed, cast the poitner to uintptr_t instead of …
(edit) @13816   16 years vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
(edit) @13815   16 years vboxsync Some RTGCPTR32 cleanup.
(edit) @13813   16 years vboxsync #1865: Final VMM cleanups.
(edit) @13812   16 years vboxsync legacy
(edit) @13798   16 years vboxsync VMM: Split out the switcher code from VMM.cpp and into VMMSwitcher.cpp.
(edit) @13797   16 years vboxsync VMMGetCpuId calls VMR3GetVMCPUId in Ring-3…
(edit) @13796   16 years vboxsync VMM: some adjustments.
(edit) @13791   16 years vboxsync Moving data around
(edit) @13789   16 years vboxsync VMM: Ring-0 initializes VM::cCPUs, VMR3CreateVM validates i'ts input …
(edit) @13785   16 years vboxsync More updates
(edit) @13784   16 years vboxsync Removed some obsolete VM members.
(edit) @13782   16 years vboxsync More SMP groundwork.
(edit) @13778   16 years vboxsync Per VCPU init/term.
(edit) @13767   16 years vboxsync warning
(edit) @13766   16 years vboxsync No need to call RTThreadNativeSelf twice.
(edit) @13765   16 years vboxsync VM request updates for dispatching packets to individual CPU threads.
(edit) @13757   16 years vboxsync Compile fix
(edit) @13755   16 years vboxsync Started with VM request API changes.
(edit) @13751   16 years vboxsync UVM updates
(edit) @13750   16 years vboxsync Alignment
(edit) @13749   16 years vboxsync Some cleanup & updates
(edit) @13745   16 years vboxsync Assertion/checks changes.
(edit) @13744   16 years vboxsync Initialize all the VM pointers
(edit) @13742   16 years vboxsync Some initial VM data restructuring.
(edit) @13719   16 years vboxsync VMM: alignment fix.
(edit) @13717   16 years vboxsync VMM,IPRT: More GC->RC and similar cleanups.
(edit) @13714   16 years vboxsync VMM: More renaming and cleanup, caught another R3/R0 pointer - the …
(edit) @13703   16 years vboxsync VMM++: VINF_EM_DBG_RING0_ASSERTION -> VERR_VMM_RING0_ASSERTION, …
(edit) @13702   16 years vboxsync VMM++: new EM status code VINF_EM_DBG_RING0_ASSERTION for …
(edit) @13701   16 years vboxsync VMM: some statistics cleanup.
(edit) @13700   16 years vboxsync VMM: Made VBOX_WITH_R0_LOGGING a Makefile (LocalConfig.kmk) option.
(edit) @13699   16 years vboxsync VMM: Made VBOX_WITH_R0_LOGGING a Makefile (LocalConfig.kmk) option.
(edit) @13698   16 years vboxsync VMM: Fixed ring-0 access to the ring-3 mapping of the EMT stack. Moved …
(edit) @13697   16 years vboxsync VMM: cleanup in progress.
(edit) @13695   16 years vboxsync VMM: Increased the allocation attempts for core memory as we're still …
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