VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7499   17 years vboxsync typo
(edit) @7498   17 years vboxsync Don't init hwaccm when using raw mode.
(edit) @7496   17 years vboxsync Moved VMCS allocation to ring 0.
(edit) @7495   17 years vboxsync More logging
(edit) @7494   17 years vboxsync Cleaned up
(edit) @7484   17 years vboxsync make gcc happy
(edit) @7478   17 years vboxsync Disable VT-x and AMD-V on all hosts except Windows for now.
(edit) @7477   17 years vboxsync attempt to fix 64-bit Linux boxes
(edit) @7476   17 years vboxsync Initialize VT-x and AMD-V properly on all cpus if the BIOS failed to do so.
(edit) @7471   17 years vboxsync Rewrote VT-x & AMD-V mode changes. Requires the MP apis in our runtime …
(edit) @7469   17 years vboxsync fixed log statements
(edit) @7294   17 years vboxsync xadd: small optimization
(edit) @7286   17 years vboxsync emulate [lock] xadd in GC
(edit) @7192   17 years vboxsync shell scripts are eol-style LF
(edit) @7136   17 years vboxsync include cpum.h.
(edit) @7135   17 years vboxsync Fixed uninitialized cGuard variable. Fixes 2691.
(edit) @7122   17 years vboxsync Correct comment (not pushad any longer).
(edit) @7114   17 years vboxsync Removed TMCpuTickGetOffset.
(edit) @7113   17 years vboxsync Export TMTimerFrom*.
(edit) @7111   17 years vboxsync spaces
(edit) @7109   17 years vboxsync Added TMTimerSetNano and TMTimerSetMicro.
(edit) @7105   17 years vboxsync adapted format specifier to 32->64 bit change of CPUMCTX.drX and …
(edit) @7097   17 years vboxsync Removed the anonymous struct
(edit) @7095   17 years vboxsync Extended the CPUMCTX structure for 64 bits mode.
(edit) @7092   17 years vboxsync Accidental commit
(edit) @7091   17 years vboxsync Backed out more alignment changes
(edit) @7089   17 years vboxsync Backed out more alignment changes
(edit) @7088   17 years vboxsync Backed out alignment fixes
(edit) @7084   17 years vboxsync made RTGCPHYS 32-bit again, has to be solved properly
(edit) @7072   17 years vboxsync Make our devices use the RTGCPHYS32 type & backed out the alignment …
(edit) @7064   17 years vboxsync Realigning after RTGCPHYS change.
(edit) @7053   17 years vboxsync Realigning after RTGCPHYS change.
(edit) @7050   17 years vboxsync Realigning after RTGCPHYS change.
(edit) @7047   17 years vboxsync Realigning after RTGCPHYS change.
(edit) @7046   17 years vboxsync Realigning after RTGCPHYS change.
(edit) @7040   17 years vboxsync Not necessary for windows
(edit) @7039   17 years vboxsync Alignment issues with the 32 bits windows build
(edit) @7037   17 years vboxsync 32-bit build fix
(edit) @7034   17 years vboxsync Fixed unlinking bug in the object cleanup routine that would screw up …
(edit) @7026   17 years vboxsync RTGCPHYS is now 64 bits wide on all host platforms
(edit) @7018   17 years vboxsync Assert+Break out of the scheduling loop if the links have gone bad.
(edit) @7017   17 years vboxsync Fixed MMHyperAlloc calls in PGMR3PhysRomRegister (dormant code).
(edit) @7015   17 years vboxsync Cleaned up
(edit) @6996   17 years vboxsync Check for VBOX_WITH_PDM_LOCK.
(edit) @6958   17 years vboxsync assertion
(edit) @6927   17 years vboxsync Converted MM_RAM_FLAGS_VIRTUAL_HANDLER, MM_RAM_FLAGS_VIRTUAL_WRITE …
(edit) @6925   17 years vboxsync Virtual handler docs.
(edit) @6916   17 years vboxsync Fixed stupid inverted assertion.
(edit) @6915   17 years vboxsync Pass mapping sizes in uint32_t instead of size_t to avoid warnings. …
(edit) @6914   17 years vboxsync Replaced PGMR3DumpMappings by info handler.
(edit) @6913   17 years vboxsync Separated the PGMVIRTHANDLERTYPE_HYPERVISOR kind of handlers from the …
(edit) @6912   17 years vboxsync Removed the normal (PGMVIRTHANDLERTYPE_NORMAL) kind of virtual access …
(edit) @6911   17 years vboxsync Removed the EIP (PGMVIRTHANDLERTYPE_EIP) kind of virtual access …
(edit) @6908   17 years vboxsync Fixed uninitialized rc in PGMHandlerPhysicalReset.
(edit) @6906   17 years vboxsync Moved PGMHandlerPhysicalPageTempOff, PGMHandlerPhysicalPageReset, …
(edit) @6905   17 years vboxsync A couple of fixes to PGMAssertHandlerAndFlagsInSync.
(edit) @6903   17 years vboxsync Fixed bug (regression) in PGMAssertHandlerAndFlagsInSync.
(edit) @6902   17 years vboxsync Converted MM_RAM_FLAGS_PHYSICAL_HANDLER, _WRITE, _ALL and _TEMP_OFF …
(edit) @6869   17 years vboxsync Use PGM_PAGE_SET/GET/IS/CLEAR/INIT macros.
(edit) @6862   17 years vboxsync Removed the PGMPHYSHANDLERTYPE_PHYSICAL value as it was never and will …
(edit) @6861   17 years vboxsync Sketected out new MMIO and MMIO2 interfaces. Not complete or …
(edit) @6856   17 years vboxsync Renamed pgmGuestROMWriteHandler to pgmPhysRomWriteHandler.
(edit) @6855   17 years vboxsync Moved pgmGuestROMWriteHandler from PGMAllHandler.cpp to PGMAllPhys.cpp …
(edit) @6854   17 years vboxsync All the new ROM stuff. Had to change PGMROMPAGE a bit to make it …
(edit) @6841   17 years vboxsync forgot LOG_GROUP.
(edit) @6840   17 years vboxsync Free the allocated pages on ROM registration failure.
(edit) @6839   17 years vboxsync Added GMMR0FreePages request wrappers for ring-3.
(edit) @6837   17 years vboxsync Implemented PGMR3PhysRomRegister.
(edit) @6836   17 years vboxsync Added ring-3 request wrapper for GMMR0AllocatePages that takes care of …
(edit) @6835   17 years vboxsync Added VMGetStateName.
(edit) @6830   17 years vboxsync Used PGMR3PhysRegisterRam.
(edit) @6829   17 years vboxsync Addressed the R0/R3 issues with the PGMRAMRANGE structure.
(edit) @6820   17 years vboxsync Implemented PGMR3PhysRegisterRam (not used). Enforced alignment of …
(edit) @6818   17 years vboxsync New tag: MM_TAG_PGM_PHYS.
(edit) @6817   17 years vboxsync Fixed to reservation update code.
(edit) @6816   17 years vboxsync Made MMR3HyperAllocOnceNoRel suitable for allocating the PGMRAMRANGE …
(edit) @6815   17 years vboxsync Print misaligned member offset in hex.
(edit) @6804   17 years vboxsync Fixed VMR3PowerOn regression. The problem was that the EMT outer …
(edit) @6802   17 years vboxsync Enabled the GMMR3InitialReservation call in MM.
(edit) @6801   17 years vboxsync Changed GVM the ownership rules - at long last. EMT is the guy that …
(edit) @6799   17 years vboxsync Fixed two bugs in the VMR3Create failure path introduced in the big …
(edit) @6796   17 years vboxsync Fixed init problems wrt. VM ownership by implementing the UVM …
(edit) @6765   17 years vboxsync oops.
(edit) @6764   17 years vboxsync Made !PGMPOOL_WITH_CACHE buildable so I can run OS/2 here.
(edit) @6636   17 years vboxsync Fixed invered assertions in the two reservation request wrappers.
(edit) @6635   17 years vboxsync Wrap locking and unlocking of the two semaphores to make it easier to …
(edit) @6634   17 years vboxsync fixes to new (disabled) code.
(edit) @6633   17 years vboxsync Initialize the halt method correctly. We cannot use the default in …
(edit) @6632   17 years vboxsync doc typo.
(edit) @6627   17 years vboxsync Memory reservation. Changed MM saved state version and kept backwards …
(edit) @6625   17 years vboxsync nc
(edit) @6624   17 years vboxsync fixed docs (copy&paste error).
(edit) @6617   17 years vboxsync Added an optimization todo.
(edit) @6581   17 years vboxsync Added some ring-3 wrapper functions for the (ring-0) GMM APIs.
(edit) @6546   17 years vboxsync VBOX_WITH_NEW_PHYS_CODE changes mostly realted to REM. Killed a …
(edit) @6544   17 years vboxsync Added @todo
(edit) @6542   17 years vboxsync fixed log statement.
(edit) @6535   17 years vboxsync MM::cbRAMSize -> MM:cbRamRegistered. Drop MM:pvRamBaseHC. Drop …
(edit) @6534   17 years vboxsync Quick hack for out of hma address space when registering the VRAM …
(edit) @6532   17 years vboxsync Cleaned out the PGM_DYNAMIC_RAM_ALLOC tests to avoid unnecessary mess …
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