VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14249   16 years vboxsync More logging (msr)
(edit) @14248   16 years vboxsync Rdmsr must also clear the high dword of 64 bits registers.
(edit) @14247   16 years vboxsync Rdtsc: must clear the high dwords.
(edit) @14244   16 years vboxsync PGMR0DynMap: flushing macbook air code.
(edit) @14240   16 years vboxsync fix PAE VMM message
(edit) @14239   16 years vboxsync typo found by nike
(edit) @14234   16 years vboxsync export
(edit) @14192   16 years vboxsync VMM: fixed a regression introduced by r38992 (tstVMM failed during HW …
(edit) @14176   16 years vboxsync sigh.
(edit) @14175   16 years vboxsync oops
(edit) @14174   16 years vboxsync VMM: another shot at it.
(edit) @14172   16 years vboxsync hrmpf!
(edit) @14171   16 years vboxsync hrmpf.
(edit) @14170   16 years vboxsync build fix.
(edit) @14169   16 years vboxsync VMM: Missing file.
(edit) @14167   16 years vboxsync VMM: AMD64 -> 32bit switcher (for testing only).
(edit) @14157   16 years vboxsync mac build fixes.
(edit) @14156   16 years vboxsync VMM: Disabled the 32-bit <-> AMD64 switcher that was added recently …
(edit) @14155   16 years vboxsync #1865: MM - dealt with the last R3R0PTRTYPEs.
(edit) @14154   16 years vboxsync PGM: pGuestPD* -> pGst32BitPd*
(edit) @14153   16 years vboxsync PGM: pGstPaePDPT -> pGstPaePdpt
(edit) @14152   16 years vboxsync PGM: pGstAmd64PML4* -> pGstAmd64Pml4.
(edit) @14151   16 years vboxsync PGM: HCPhysPaePML4 -> HCPhysShwPaePml4
(edit) @14150   16 years vboxsync PGM: HCPhysNestedRoot -> HCPhysShwNestedRoot
(edit) @14149   16 years vboxsync PGM: HCPhysPaePDPT -> HCPhysShwPaePdpt.
(edit) @14148   16 years vboxsync PGM: HCPhys32BitPD -> HCPhysShw32BitPD
(edit) @14147   16 years vboxsync #1865: PGM - 32-bit shadown PD pointer converted.
(edit) @14146   16 years vboxsync darwin build fix.
(edit) @14145   16 years vboxsync PGM: Some more uint64_t -> X86union return. (btw. doing this because …
(edit) @14141   16 years vboxsync PGM: More union returns.
(edit) @14139   16 years vboxsync another build fix
(edit) @14138   16 years vboxsync build fix
(edit) @14137   16 years vboxsync order
(edit) @14136   16 years vboxsync build fix.
(edit) @14134   16 years vboxsync 32->64 bit mode skeleton, nothing yet works, for sure
(edit) @14133   16 years vboxsync #1865: final pae change.
(edit) @14131   16 years vboxsync PGM: Prevent fixated mappings from crossing a PD boundrary …
(edit) @14118   16 years vboxsync RT_STRICT/VBOX_STRICT vs. DEBUG confusion.
(edit) @14116   16 years vboxsync line continuation fun.
(edit) @14114   16 years vboxsync #1865: Some structures and external API for the ring-0 dynamic mapping …
(edit) @14110   16 years vboxsync Compile fix
(edit) @14109   16 years vboxsync Implemented NMI injection.
(edit) @14106   16 years vboxsync Added dummy HWACCMR3InjectNMI.
(edit) @14103   16 years vboxsync #1865: shadow pae, the seventh wave.
(edit) @14102   16 years vboxsync #1865: shadow pae, the sixth bit.
(edit) @14101   16 years vboxsync Use pgmPoolFree.
(edit) @14099   16 years vboxsync #1865: shadow pae, the fifth bit. (removed dead code)
(edit) @14096   16 years vboxsync #1865: shadow pae, the forth bit. (dead code checks)
(edit) @14095   16 years vboxsync #1865: shadow pae, the third bit.
(edit) @14094   16 years vboxsync #1865: shadow pae, the second bit.
(edit) @14093   16 years vboxsync #1865: shadow pae, the first bit.
(edit) @14091   16 years vboxsync Minor cleanup
(edit) @14082   16 years vboxsync Must mask off the reference count from the HC physical address
(edit) @14077   16 years vboxsync fixed assertion
(edit) @14075   16 years vboxsync The 64-bit MSC warning hunt stops for today.
(edit) @14074   16 years vboxsync PDMQueue: The 64-bit MSC warning hunt continues.
(edit) @14072   16 years vboxsync MM: The 64-bit MSC warning hunt continues.
(edit) @14071   16 years vboxsync MM: 64-bit MSC warning hunt.
(edit) @14070   16 years vboxsync CFGM: 64-bit MSC warning hunt.
(edit) @14042   16 years vboxsync Windows build fix; VBoxDD*R0/GC should not link against RuntimeR0/GC, …
(edit) @14040   16 years vboxsync darwin build fix.
(edit) @14038   16 years vboxsync #1865: PGM - and another one.
(edit) @14034   16 years vboxsync VMMGC.def: nocrt exports.
(edit) @14033   16 years vboxsync VMMR0.def: nocrt exports.
(edit) @14032   16 years vboxsync mac build fix
(edit) @14029   16 years vboxsync no stdio.h or stdlib.h in GC.
(edit) @14010   16 years vboxsync #1865: PGM - one more down.
(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
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