VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6529   17 years vboxsync mmr3 -> mmR3.
(edit) @6528   17 years vboxsync NEW_PHYS_CODE -> VBOX_WITH_NEW_PHYS_CODE; check for it in Config.kmk …
(edit) @6409   17 years vboxsync Backed out the TMAll.cpp part of r27160 because it isn't just shutting …
(edit) @6297   17 years vboxsync Disabled annoying assertion, see #2609.
(edit) @6296   17 years vboxsync LED and Network Config interfaces added. Fix in TMAll.cpp: Assertions …
(edit) @6084   17 years vboxsync Attempt at fixing (most of) the concurrency issues in …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5940   17 years vboxsync fixed warning.
(edit) @5695   17 years vboxsync Don't drag in CPUMAllA.asm in ring-3 because leopard doesn't like the …
(edit) @5667   17 years vboxsync Debugger interface for searching memory. Fixed a const mixup.
(edit) @5663   17 years vboxsync Inverted test
(edit) @5662   17 years vboxsync Initial changes for guest PAE support
(edit) @5629   17 years vboxsync remove deprecated macros
(edit) @5625   17 years vboxsync still a bool return value
(edit) @5606   17 years vboxsync ALIGNP SIZEOFMEMB
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5505   17 years vboxsync Hooked up the new IPRT time code.
(edit) @5400   17 years vboxsync minor IN_GC tweak.
(edit) @5396   17 years vboxsync Shaved off a few ticks on RDTSC emulation to speed up Solaris guest.
(edit) @5393   17 years vboxsync When flushing a page because it's been reused, don't emulate …
(edit) @5392   17 years vboxsync Flush a page when we see MOVNTI or MOVNTDQ.
(edit) @5389   17 years vboxsync Fully deal with CR0.EM/TS/MP changes in GC.
(edit) @5384   17 years vboxsync LOCK BTR and LOCK OR (for Solaris guests).
(edit) @5343   17 years vboxsync Protect cmpxchg emulation
(edit) @5323   17 years vboxsync Got rid of obsolete VBOXPDE usage
(edit) @5285   17 years vboxsync deal with the centaur cpuid stuff.
(edit) @5167   17 years vboxsync New halt method.
(edit) @5040   17 years vboxsync GC phys/virt to HC virt functions are no longer accessible in our PDM …
(edit) @5006   17 years vboxsync
(edit) @4999   17 years vboxsync More logging
(edit) @4992   17 years vboxsync LogFlow instead
(edit) @4991   17 years vboxsync More logging
(edit) @4977   17 years vboxsync Backed out most of 24659.
(edit) @4958   17 years vboxsync Added hSelf and removed pVMHC from the VM structure.
(edit) @4953   17 years vboxsync Cleaned up disassembler
(edit) @4917   17 years vboxsync Don't trigger breakpoints in ring 0. (AssertRelease & co)
(edit) @4811   17 years vboxsync Split VMMR0Entry into VMMR0EntryInt, VMMR0EntryFast and VMMr0EntryEx. …
(edit) @4789   17 years vboxsync Also use host OS ioctls to go to ring 0 for hardware virtualization.
(edit) @4788   17 years vboxsync Logging level change
(edit) @4787   17 years vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4776   17 years vboxsync Stricter type checking. Removed unnecessary code from the ring 0 module.
(edit) @4773   17 years vboxsync Corrected
(edit) @4771   17 years vboxsync Compile fix
(edit) @4738   17 years vboxsync more new phys code.
(edit) @4714   17 years vboxsync ZeroPg
(edit) @4713   17 years vboxsync more on the phys page management rewrite…
(edit) @4693   17 years vboxsync PGMPhysGCPtr2CCPtr and ReadOnly versions.
(edit) @4692   17 years vboxsync Changed API for converting guest memory into CCPtrs.
(edit) @4689   17 years vboxsync ring-3 chunk mappings (in progress).
(edit) @4680   17 years vboxsync PGMPhysGCPtr2HCPtr -> PGMPhysGCPtr2GCPhys + PGMPhysGCPhys2CCPtr + …
(edit) @4679   17 years vboxsync Corrected PGMPhysGCPtr2GCPhys to respect the page offset.
(edit) @4668   17 years vboxsync Removed MMPhysGCVirt2HCVirt.
(edit) @4665   17 years vboxsync Moved some of the odd address conversion routines to PGMR3Dbg just to …
(edit) @4621   17 years vboxsync pgmPhysCacheAdd doesn't look like it's SMP safe, at least I got a …
(edit) @4620   17 years vboxsync The initial PGMRAMRANGE::aHCPhys -> PGMRAMRANGE::aPages (PGMPAGE) …
(edit) @4616   17 years vboxsync Ditto for REM(R3)NotifyHandlerPhysicalDeregister.
(edit) @4615   17 years vboxsync REM(R3)NotifyHandlerPhysicalModify no longer needs a pvHC pointer, …
(edit) @4592   17 years vboxsync Give up earlier, esp. if we're not the EMT - just had EMT in a HLT …
(edit) @4591   17 years vboxsync PGMPhysGCPhys2CCPtr + PGMPhysGCPhys2CCPtrRelease. Started on the …
(edit) @4563   17 years vboxsync Add a release log message when PGMPhysGCPhys2HCPtr fails
(edit) @4521   17 years vboxsync Fixes for taking the address of a va_list parameter. (must make stack …
(edit) @4520   17 years vboxsync Don't take the address of a va_list parameter. must va_copy it first …
(edit) @4456   17 years vboxsync Fixed an invalid format string in a LogFlow() statement.
(edit) @4419   17 years vboxsync Accidental commit
(edit) @4418   17 years vboxsync Reapplied 23986
(edit) @4417   17 years vboxsync Forgot to convert addresses
(edit) @4416   17 years vboxsync Backed out 23986
(edit) @4415   17 years vboxsync Todos added
(edit) @4414   17 years vboxsync Use PGMPhysRead/WriteGCPtrSafe to respect access handlers, set …
(edit) @4413   17 years vboxsync Added PGMPhysWriteGCPtrSafe & PGMPhysReadGCPtrSafe
(edit) @4411   17 years vboxsync Disabled string io operations for ring 0 (hangs/crashes host). Debug …
(edit) @4403   17 years vboxsync PDMCritSectIsInitialized.
(edit) @4401   17 years vboxsync More logging
(edit) @4390   17 years vboxsync The page pool may flush a shadow page table mapping referenced by the …
(edit) @4388   17 years vboxsync Shadow ROM emulation. Clear the RESERVED flag for ROM.
(edit) @4284   17 years vboxsync drop a double prediction and some blanks.
(edit) @4268   17 years vboxsync Record invlpg occurrences in ring 0 too.
(edit) @4211   17 years vboxsync just to be on the safe side.
(edit) @4208   17 years vboxsync CPUMGetGuestMode
(edit) @4207   17 years vboxsync CPUMGetGuestMode
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4013   17 years vboxsync pdm.h = include pdm*.h; pdmapi.h = only the 'core' pdm APIs.
(edit) @3956   17 years vboxsync Always flag the necessary updates; necessary for hardware acceleration
(edit) @3697   17 years vboxsync double underscore cleanup.
(edit) @3696   17 years vboxsync double underscore cleanup.
(edit) @3510   17 years vboxsync Interpret CLTS
(edit) @3498   17 years vboxsync Adjusted assertion
(edit) @3393   17 years vboxsync Removed PCSUPGLOBALINFOPAGE and PCSUPGIPCPU to avoid const/volatile …
(edit) @3313   17 years vboxsync gcc-4.2 warnings
(edit) @3185   17 years vboxsync some minor comment cleanup.
(edit) @3184   17 years vboxsync return VINF_EM_RAW_EMULATE_INSTR instead of VINF_EM_RESCHEDULE_REM …
(edit) @3180   17 years vboxsync Inverted checks
(edit) @3179   17 years vboxsync Also check for 16 bits mode
(edit) @3178   17 years vboxsync Take 16 bits count in real or v86 mode.
(edit) @3145   17 years vboxsync Fixed incorrect IOM return checks.
(edit) @3015   18 years vboxsync The MSC precompiler messes up the output (/E or /P) if there isn't a …
(edit) @2988   18 years vboxsync InnoTek -> innotek part 4: more miscellaneous files.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2908   18 years vboxsync Removing the TM debug code.
(edit) @2885   18 years vboxsync Read the previous value together with the GIP.
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