VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18951   16 years vboxsync Cleaned up a bit
(edit) @18950   16 years vboxsync Mac fixes
(edit) @18949   16 years vboxsync Bug fix
(edit) @18948   16 years vboxsync Wrong Mac fixes
(edit) @18947   16 years vboxsync Mac compiler complains a lot
(edit) @18946   16 years vboxsync Fixed possibly uninitialized variable
(edit) @18945   16 years vboxsync More Mac build fixes
(edit) @18943   16 years vboxsync Mac build fix
(edit) @18941   16 years vboxsync Argh
(edit) @18940   16 years vboxsync Same for hwaccm
(edit) @18939   16 years vboxsync Use different assert macros.
(edit) @18937   16 years vboxsync PGMCPU alignment
(edit) @18936   16 years vboxsync PGMCPU alignment
(edit) @18935   16 years vboxsync Alignment
(edit) @18934   16 years vboxsync More structure alignment tests
(edit) @18933   16 years vboxsync More tests
(edit) @18932   16 years vboxsync Release build fix
(edit) @18931   16 years vboxsync Here as well
(edit) @18930   16 years vboxsync More compile fixes
(edit) @18929   16 years vboxsync Missing header
(edit) @18928   16 years vboxsync Shut up the compiler
(edit) @18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18889   16 years vboxsync VMM: respect VBOX_WITH_PREALLOC_RAM_BY_DEFAULT
(edit) @18880   16 years vboxsync PGM/MM: Implemented the /RamPreAlloc CFGM option.
(edit) @18876   16 years vboxsync TRPMGCTrap07Handler: exit via trpmGCExitTrap like everyone else.
(edit) @18873   16 years vboxsync PGMPhys.cpp: Also mangle the MMIO2 description.
(edit) @18870   16 years vboxsync GMMR0: Fixed out of memory problem on Windows by separating the legacy …
(edit) @18869   16 years vboxsync PGMPhys.cpp/pgmR3PhysChunkMap: corrected free statements to use the …
(edit) @18861   16 years vboxsync PGM: Increased saved state version and deal with the MMIO description …
(edit) @18860   16 years vboxsync IOM: Make the MMIO description string unique.
(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) @18848   16 years vboxsync tstVMMR0CallHost-1: Converted to RTTest, use guarded memory for the …
(edit) @18837   16 years vboxsync Disabled automatic execution of tstInstrEmul as it caused unsolavble …
(edit) @18835   16 years vboxsync PGMAllBth.h: Fix for CR3 mismatch assertion in strict builds when …
(edit) @18828   16 years vboxsync EM: burn fix.
(edit) @18827   16 years vboxsync EM: SyncCR3 before calling TRPMR3SyncIDT.
(edit) @18825   16 years vboxsync emR3RawExecute: Leave raw mode first if the emR3RawForcedActions …
(edit) @18812   16 years vboxsync PGMPhys.cpp: spaces
(edit) @18811   16 years vboxsync PGMPhys.cpp,MMHyper.cpp: The MMR3UkHeap bits seems to be working and …
(edit) @18800   16 years vboxsync MMHyper: No need to blow up the hyper heap to accomodate PGMCHUNKR3MAP …
(edit) @18792   16 years vboxsync MM,PGM: New User-kernel heap (aka MMUkHeap), use it for the …
(edit) @18791   16 years vboxsync PDMDevHlp.cpp: shut up assertions.
(edit) @18790   16 years vboxsync PGMAllBth.h: todos.
(edit) @18787   16 years vboxsync MM.cpp: gcc warning.
(edit) @18781   16 years vboxsync Removed wrong assertions; rdpmc and rdtsc emulation can fail
(edit) @18771   16 years vboxsync Wrong condition
(edit) @18770   16 years vboxsync Fake rdpmc instead of causing an invalid opcode exception.
(edit) @18767   16 years vboxsync typo
(edit) @18764   16 years vboxsync Extra logging of Intel performance counter MSR accesses
(edit) @18757   16 years vboxsync VMR3Create: Clearified the pfnVMAtError docs.
(edit) @18752   16 years vboxsync VM.cpp: Corrected the state notification loop's handling of …
(edit) @18747   16 years vboxsync PGMR3MappingsUnfix: Flag CR3 resync.
(edit) @18746   16 years vboxsync PGMInternal.h: Marked PGM_SYNC_MONITOR_CR3 as obsolete and scheduled …
(edit) @18731   16 years vboxsync Mark shadow pgm pool page as used when syncing one that already …
(edit) @18730   16 years vboxsync Removed obsolete comment
(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) @18723   16 years vboxsync TRPMGCHandlers.cpp: Logging and a couple of todos.
(edit) @18719   16 years vboxsync MMR3HyperMapPages: break, not return.
(edit) @18718   16 years vboxsync MM: cleaned out MMLOCKEDMEM stuff (only user was MMR3HyperMapPages).
(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) @18665   16 years vboxsync VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 1)
(edit) @18655   16 years vboxsync EM: fixed resuming from an out of memory condition.
(edit) @18652   16 years vboxsync EM: Handle PGMChangeMode and suspend the VM in an out of memory situation.
(edit) @18651   16 years vboxsync PGMChangeMode: clearified status codes.
(edit) @18649   16 years vboxsync VMSetRuntimeError: clearification, status codes *must* be propagated, …
(edit) @18647   16 years vboxsync GMMR0CleanupVM: fixed state validation.
(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) @18620   16 years vboxsync exception.
(edit) @18619   16 years vboxsync PDM,EM: Killed PDMR3Poll. RIP.
(edit) @18618   16 years vboxsync PDM,EM: Killed PDMR3Pool. RIP.
(edit) @18617   16 years vboxsync PGM,EM: Handle out of memory situations more gracefully - part 1. New …
(edit) @18616   16 years vboxsync oops.
(edit) @18615   16 years vboxsync PDM: At last, no more polling!
(edit) @18614   16 years vboxsync PDMDRVHLP::pfnPDMPollerRegister: No longer supported.
(edit) @18607   16 years vboxsync mmR3Load: Ignore the saved cBasePages.
(edit) @18604   16 years vboxsync oops.
(edit) @18600   16 years vboxsync PGMInteral.h: no change (testing svn)
(edit) @18534   16 years vboxsync PDMDevHlp: Added deadlock detection to the Phys APIs (disabled unless …
(edit) @18533   16 years vboxsync PDMCritSect: Increased the padding size on 32-bit (+32 bytes) for …
(edit) @18532   16 years vboxsync PDMCritSect: Increased the padding size on 32-bit (+32 bytes) for …
(edit) @18470   16 years vboxsync GVMMR0.cpp: size_t warning
(edit) @18469   16 years vboxsync DBGFR0.cpp: 32->64 bit propagation warning.
(edit) @18464   16 years vboxsync DBGFGC.cpp: 32->64 bit propagation warning.
(edit) @18456   16 years vboxsync tstSSM: size_t warnings.
(edit) @18433   16 years vboxsync PGMPhys.cpp: fixed type cast in same assert msg.
(edit) @18432   16 years vboxsync PGMPhys.cpp: Corrected bad shift in an assertion message. (Thanks MSC.)
(edit) @18431   16 years vboxsync PDMLdr.cpp: Another annoying conversion warning, made the code …
(edit) @18430   16 years vboxsync MMR3HyperAllocOnceNoRel: Another size_t/uint32_t warning from MSC/64. …
(edit) @18429   16 years vboxsync MMHyper: Fixed bug (+warning) in mmR3HyperHeapCreate where the …
(edit) @18369   16 years vboxsync GMMR0: Baka tori! Bitmap was a wee bit too small.
(edit) @18355   16 years vboxsync pgmPoolCacheFreeOne: Rewrote recursion to a finit loop; overflowing …
(edit) @18354   16 years vboxsync MMHyper: With lots of memory, we have to scale up the hyper heap size …
(edit) @18353   16 years vboxsync PGM: More (cheap) release stats.
(edit) @18351   16 years vboxsync CFGM: doc update.
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