VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19246   16 years vboxsync Fixed regression from r46484.
(edit) @19240   16 years vboxsync SMP guest fixes
(edit) @19232   16 years vboxsync Assertions for raw mode & SMP guests.
(edit) @19228   16 years vboxsync Shortcut for one CPU
(edit) @19227   16 years vboxsync Implemented VMMGetCpu in ring 0. (SMP guests)
(edit) @19217   16 years vboxsync UVM splitup for SMP guests. Global and local request packets supported.
(edit) @19195   16 years vboxsync Fixed possible corruption due to RC cache entry reuse.
(edit) @19180   16 years vboxsync PGMAllPhys.cpp: PGMPhysGCPhys2HCPhys should take the pgm lock before …
(edit) @19175   16 years vboxsync Paranoia
(edit) @19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
(edit) @19092   16 years vboxsync PGMAllPhys.cpp: Fixed wrong (logrel) assertion.
(edit) @19076   16 years vboxsync CPUMGetGuestCpuId needs a pVCpu parameter.
(edit) @19075   16 years vboxsync CPUMGetGuestCpuIdStdRCPtr -> R3
(edit) @19032   16 years vboxsync Split TM for SMP guests.
(edit) @19024   16 years vboxsync PGM: Moved shadow mode exit and re-enter from PGMAllPool.cpp to …
(edit) @19015   16 years vboxsync Split up TRPM. (guest SMP)
(edit) @18992   16 years vboxsync More PGM api changes
(edit) @18988   16 years vboxsync PGM api changes
(edit) @18987   16 years vboxsync Wrong log statement
(edit) @18986   16 years vboxsync Fixed virtual handler update regression.
(edit) @18984   16 years vboxsync Autoset does belong in PGMCPU
(edit) @18982   16 years vboxsync Compile fix
(edit) @18981   16 years vboxsync One more
(edit) @18976   16 years vboxsync Mac build fixes
(edit) @18958   16 years vboxsync Extra compile check
(edit) @18957   16 years vboxsync Fixed locked array size (was too small) and caused corruption.
(edit) @18949   16 years vboxsync Bug fix
(edit) @18947   16 years vboxsync Mac compiler complains a lot
(edit) @18943   16 years vboxsync Mac build fix
(edit) @18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18880   16 years vboxsync PGM/MM: Implemented the /RamPreAlloc CFGM option.
(edit) @18835   16 years vboxsync PGMAllBth.h: Fix for CR3 mismatch assertion in strict builds when …
(edit) @18790   16 years vboxsync PGMAllBth.h: todos.
(edit) @18771   16 years vboxsync Wrong condition
(edit) @18770   16 years vboxsync Fake rdpmc instead of causing an invalid opcode exception.
(edit) @18764   16 years vboxsync Extra logging of Intel performance counter MSR accesses
(edit) @18731   16 years vboxsync Mark shadow pgm pool page as used when syncing one that already …
(edit) @18729   16 years vboxsync More logging
(edit) @18725   16 years vboxsync PGMAllMap.cpp: relaxed two assertions (for now) to the thru reset.
(edit) @18724   16 years vboxsync PGM: Fixed bug in pgmMapClearShadowPDEs (PAE mode only) where it would …
(edit) @18716   16 years vboxsync PGMAllPhys.cpp: MM_RAM_FLAGS_RESERVED is no more, cleaned out …
(edit) @18677   16 years vboxsync Deleted PGMHandlerPhysicalPageReset (unused and not up to date).
(edit) @18666   16 years vboxsync VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 2)
(edit) @18651   16 years vboxsync PGMChangeMode: clearified status codes.
(edit) @18649   16 years vboxsync VMSetRuntimeError: clearification, status codes *must* be propagated, …
(edit) @18646   16 years vboxsync VMSetRuntimeErrorV: my patented inverted fFlags verfication again. grumble.
(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) @18532   16 years vboxsync PDMCritSect: Increased the padding size on 32-bit (+32 bytes) for …
(edit) @18355   16 years vboxsync pgmPoolCacheFreeOne: Rewrote recursion to a finit loop; overflowing …
(edit) @18345   16 years vboxsync PGMAllPhys.cpp: Use new IPE status codes.
(edit) @18339   16 years vboxsync pgmPhysAllocPage: pgmPoolTrackFlushGCPhys returns VINF_PGM_SYNC_CR3 …
(edit) @18338   16 years vboxsync EMInterpretDisasOne: return val spec.
(edit) @18330   16 years vboxsync MapCR3: return VERR_INTERNAL_ERROR_2.
(edit) @18291   16 years vboxsync PGM: Map PGMRAMRANGES above 4GB outside HMA (see defect). Changed …
(edit) @18290   16 years vboxsync pgmPoolGetPageByHCPhys: shut up.
(edit) @18287   16 years vboxsync MMHeap,MMHyper: Adjusting statistics.
(edit) @18279   16 years vboxsync PGMAllPhys.cpp: reverted r44713.
(edit) @18266   16 years vboxsync PGM: Made PGMR3PhysRomProtect use instead of doing a full pool flush …
(edit) @18234   16 years vboxsync IOMMMIOModifyPage -> IOMMMIOMapMMIO2Page. (missed one)
(edit) @18232   16 years vboxsync IOMMMIOModifyPage -> IOMMMIOMapMMIO2Page.
(edit) @18230   16 years vboxsync PGM,IOM: Implemented MMIO2 aliases for MMIO pages. This involved some …
(edit) @18215   16 years vboxsync pgmPoolMonitorFlush: details.
(edit) @18207   16 years vboxsync PGMPhysGCPhys2R3Ptr: quiet, please.
(edit) @18192   16 years vboxsync nc
(edit) @18143   16 years vboxsync VMM,Devices: Changed ROM registration and fixed some shadowed ROM …
(edit) @18131   16 years vboxsync darwin build fix.
(edit) @18125   16 years vboxsync PGM: MapCR3 anywhere again (new phys code).
(edit) @18101   16 years vboxsync PDM,PGM,DevPcArch,types.h: Added GCPhys2CCPtr conversion methods to …
(edit) @18093   16 years vboxsync More verbose assertion
(edit) @18082   16 years vboxsync recompiler adaption of r44723
(edit) @18078   16 years vboxsync VMM: CR6743344: rdmsr(TSC) == rdtsc
(edit) @18073   16 years vboxsync debugger: make it a bit more working
(edit) @17795   16 years vboxsync PGMPhys: fix missing pRam-> in front of GCPhys. The address …
(edit) @17787   16 years vboxsync PGMMPhysWrite: Use the correct page address when growing the ram range.
(edit) @17695   16 years vboxsync Minor emulation changes for VT-x.
(edit) @17693   16 years vboxsync Fixed SELMShadowCR3Changed
(edit) @17667   16 years vboxsync pgmPoolAlloc no longer fails with non-fatal errors.
(edit) @17660   16 years vboxsync PGM: Saved state hacking, fA20Enabled is now bool, shadow ROM bug fix, …
(edit) @17659   16 years vboxsync pgmPoolFlushAllSpecialRoots: No need to push/pop a dynmap subset if …
(edit) @17658   16 years vboxsync PGMGetHyperCR3: mac fix.
(edit) @17644   16 years vboxsync Fixed one lock
(edit) @17643   16 years vboxsync Some more locking. We really need a better solution.
(edit) @17641   16 years vboxsync Exclude some unused code in RC.
(edit) @17639   16 years vboxsync More locking required for dynamic mappings in RC.
(edit) @17616   16 years vboxsync Inform SELM about shadow CR3 changes.
(edit) @17612   16 years vboxsync Always clear pdpt flag when freeing the hypervisor mappings
(edit) @17611   16 years vboxsync Fixed PAE PDPT dereferencing.
(edit) @17596   16 years vboxsync Corrected pgmR3SyncPTResolveConflictPAE parameter
(edit) @17595   16 years vboxsync Missing breaks
(edit) @17593   16 years vboxsync Backed out 44052
(edit) @17592   16 years vboxsync Better assertion
(edit) @17591   16 years vboxsync Better to allocate the hypervisor region in guest PDPEs that exist already.
(edit) @17589   16 years vboxsync More assertions
(edit) @17586   16 years vboxsync Removed all dead non-VBOX_WITH_PGMPOOL_PAGING_ONLY code.
(edit) @17562   16 years vboxsync Backed out 44000; code was already inactive
(edit) @17561   16 years vboxsync VBOX_WITH_PGMPOOL_PAGING_ONLY: doesn't apply here
(edit) @17559   16 years vboxsync Update
(edit) @17558   16 years vboxsync Fixed shadow mode reinit (again)
(edit) @17556   16 years vboxsync Allow pgm pool flushing only in ring 3. Deal with shadow mode reinit …
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