VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19151   16 years vboxsync EM: build fix.
(edit) @19146   16 years vboxsync VM_FF_REQUEST -> VMCPU_FF_REQUEST
(edit) @19144   16 years vboxsync Compile fix
(edit) @19142   16 years vboxsync Bumped saved state version
(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) @19102   16 years vboxsync VMM: Don't signal REM during destruction, we won't be stuck in there.
(edit) @19101   16 years vboxsync Restored r46233 (fixing comming in a sec).
(edit) @19095   16 years vboxsync backed out r46233 as it made things worse
(edit) @19092   16 years vboxsync PGMAllPhys.cpp: Fixed wrong (logrel) assertion.
(edit) @19089   16 years vboxsync VMM: Fixed cleanup issue where the EMT was left behind by always …
(edit) @19077   16 years vboxsync Already have pVCpu
(edit) @19076   16 years vboxsync CPUMGetGuestCpuId needs a pVCpu parameter.
(edit) @19075   16 years vboxsync CPUMGetGuestCpuIdStdRCPtr -> R3
(edit) @19065   16 years vboxsync Missing case
(edit) @19064   16 years vboxsync Incomplete and disabled code for multi-core guest SMP …
(edit) @19044   16 years vboxsync PGM: Use const SSMFIELDS arrays.
(edit) @19042   16 years vboxsync MM: Respin of the fix for the 'enmOcPolicy maybe used uninitialized' …
(edit) @19041   16 years vboxsync PDMDevHlp: restored blank lines
(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) @19022   16 years vboxsync MM,PGM: RamPreAlloc docs to PGM, MM doesn't need to query it any longer.
(edit) @19016   16 years vboxsync TRPM2VM -> TRPMCPU2VM
(edit) @19015   16 years vboxsync Split up TRPM. (guest SMP)
(edit) @19006   16 years vboxsync EM: DEBUG_bird build fix.
(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) @18983   16 years vboxsync More
(edit) @18982   16 years vboxsync Compile fix
(edit) @18981   16 years vboxsync One more
(edit) @18980   16 years vboxsync Compile fix
(edit) @18979   16 years vboxsync Tab
(edit) @18978   16 years vboxsync Another compile fix
(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) @18959   16 years vboxsync Comment cleanup
(edit) @18958   16 years vboxsync Extra compile check
(edit) @18957   16 years vboxsync Fixed locked array size (was too small) and caused corruption.
(edit) @18956   16 years vboxsync Extra tests
(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) @18952   16 years vboxsync More compile fixes
(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.
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