VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/EMAll.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14755   16 years vboxsync #1865: Converted 4 PGM*2HC* conversion functions to RTR3PTR.
(edit) @14562   16 years vboxsync Corrected wrong pointer calculation
(edit) @14411   16 years vboxsync RDTSCP support added. Enabled only for AMD-V guests.
(edit) @14257   16 years vboxsync cpuid clears the high dwords of the 64 bits registers.
(edit) @14251   16 years vboxsync Correction
(edit) @14249   16 years vboxsync More logging (msr)
(edit) @14248   16 years vboxsync Rdmsr must also clear the high dword of 64 bits registers.
(edit) @14247   16 years vboxsync Rdtsc: must clear the high dwords.
(edit) @14082   16 years vboxsync Must mask off the reference count from the HC physical address
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13825   16 years vboxsync VMM: %VX64 -> %RX64
(edit) @13823   16 years vboxsync VMM: %VGv -> %RGv
(edit) @13822   16 years vboxsync VMM: %VRv -> %RRv
(edit) @13820   16 years vboxsync VMM: %VG* inspection - an awfaul lot of these, hope I got it all right…
(edit) @13819   16 years vboxsync VMM: %VH* -> %RH*.
(edit) @13818   16 years vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
(edit) @13816   16 years vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
(edit) @13566   16 years vboxsync EMAll.cpp: doxygen.
(edit) @13565   16 years vboxsync #1865: REM (VMM bits) - moved EMFlushREMTBs to REMFlushTBs, deleted …
(edit) @13561   16 years vboxsync Emulate (lock) cmpxchg8b in ring 0 & 3. Added testcase for instruction …
(edit) @13532   16 years vboxsync CPUMQueryGuestCtxPtr doesn't need to return a status. It can never fail.
(edit) @13447   16 years vboxsync Logging change
(edit) @13351   16 years vboxsync Fully emulated lmsw.
(edit) @13267   16 years vboxsync lmsw: corrected exit path
(edit) @13266   16 years vboxsync lmsw emulation: 16 bits operand
(edit) @13265   16 years vboxsync Lmsw emulation.
(edit) @13235   16 years vboxsync PGM: Merged PGMGCInvalidatePage into PGMInvalidatePage nad fixed the …
(edit) @13193   16 years vboxsync uint64_t conversion fix
(edit) @13161   16 years vboxsync Emulate WBINVD
(edit) @13146   16 years vboxsync #1865: Renamed PGMPhysReadGCPhys -> PGMPhysSimpleReadGCPhys, …
(edit) @13144   16 years vboxsync #1865: Implmented the alternative R0 code for darwin (turned out to be …
(edit) @13020   16 years vboxsync Knut-compatibility fixes
(edit) @13013   16 years vboxsync infrastructure work for X2APIC support
(edit) @12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12801   16 years vboxsync Lidt/lgdt emulation fix for 16 bits operand size.
(edit) @12786   16 years vboxsync Real-mode support for VT-x. (currently disabled)
(edit) @12773   16 years vboxsync EMInterpretLMSW: LMSW cannot change AM or WP, so no need to check …
(edit) @12760   16 years vboxsync EMAll: Disabled the assertions reported in bug #2609, bug #1931 and on …
(edit) @12688   16 years vboxsync #1865: EM - one pointer and statistics. Added a couple of more samples …
(edit) @12657   16 years vboxsync #1865: CPUM. Also added missing aliasing for DR4&5 to the guest DRx …
(edit) @12307   16 years vboxsync Logging
(edit) @12305   16 years vboxsync Flush the recompiler's TB cache each time we detect writes to …
(edit) @12121   16 years vboxsync Committed hardware breakpoint support for VT-x and AMD-V. Untested and …
(edit) @11764   16 years vboxsync Got rid of PAT cpuid feature hack. Properly fixed now.
(edit) @11748   16 years vboxsync More logging
(edit) @11736   16 years vboxsync warning
(edit) @11714   16 years vboxsync Enable the PAT cpuid feature when switching to long mode.
(edit) @11692   16 years vboxsync Disabled microcode version passthru. Code is sufficient to make sure …
(edit) @11691   16 years vboxsync Allow the MSR_IA32_BIOS_SIGN_ID query only for Intel CPUs.
(edit) @11690   16 years vboxsync Pass the host's MSR_IA32_BIOS_SIGN_ID on to the guest. This msr …
(edit) @11688   16 years vboxsync Some more MSR logging
(edit) @11522   16 years vboxsync Activated (lock) cmpxchg emulation for VT-x and AMD-V. Watch for …
(edit) @11509   16 years vboxsync Added R0/HC emulation of (lock) cmpxchg. Not activated.
(edit) @11492   16 years vboxsync Fixed the non-rep stoswd case (rdi must be updated).
(edit) @11488   16 years vboxsync stoswd emulation fix (DF).
(edit) @11453   16 years vboxsync More compile issues
(edit) @11452   16 years vboxsync Minor correction
(edit) @11450   16 years vboxsync Access verfication for stoswd emulation.
(edit) @11424   16 years vboxsync Emulate stosw/d/q ourselves.
(edit) @10883   16 years vboxsync Wrmsr fix for MSR_IA32_SYSENTER_CS
(edit) @10661   16 years vboxsync Reduce the number of world switches caused by cr8 writes by checking …
(edit) @10473   16 years vboxsync MMIO instruction emulation for OR, BT and XOR added.
(edit) @10362   16 years vboxsync More verbose assertion
(edit) @10358   16 years vboxsync Implemented cr8 reading (PDMApicGetTPR).
(edit) @10274   16 years vboxsync More logging
(edit) @10270   16 years vboxsync Logging update
(edit) @10216   16 years vboxsync -> Unsupported
(edit) @10215   16 years vboxsync Missed MSR_IA32_MTRR_CAP
(edit) @10213   16 years vboxsync Log more MSRs
(edit) @10210   16 years vboxsync Support MSR_K6_EFER_FFXSR if X86_CPUID_AMD_FEATURE_EDX_FFXSR is set.
(edit) @10209   16 years vboxsync Logging update
(edit) @10107   16 years vboxsync Added CR8 write (alias for APIC TPR write).
(edit) @10088   16 years vboxsync Log MSR names
(edit) @10016   16 years vboxsync Corrected parameter types (const). Use SELMToFlatEx instead of …
(edit) @10013   16 years vboxsync AMD64 shadow & real or protected mode without paging combo. Flush TLB …
(edit) @9989   16 years vboxsync Enabled rdmsr/wrmsr emulation again. (VT-x & AMD-v regression fixed)
(edit) @9984   16 years vboxsync Big instruction emulation update for 64 bits mode. Watch for regressions!
(edit) @9817   16 years vboxsync fs & gs base cleanup
(edit) @9750   16 years vboxsync Backed out 32074 for now. (regressions)
(edit) @9747   16 years vboxsync Logging update
(edit) @9745   16 years vboxsync Enabled 64 bits mov instruction emulation.
(edit) @9726   16 years vboxsync Deal with long mode related changes to EFER, CR0 & CR4
(edit) @9725   16 years vboxsync Ignore MSR_K6_EFER_LMA
(edit) @9724   16 years vboxsync EFER updates implemented for wrmsr
(edit) @9722   16 years vboxsync Enabled rd/wrmsr emulation
(edit) @9721   16 years vboxsync Comment
(edit) @9720   16 years vboxsync Emulate rdmsr & wrmsr. Note that Intel mentions a (slightly different) …
(edit) @9713   16 years vboxsync More eip -> rip changes.
(edit) @9675   16 years vboxsync General cleanup of SELMToFlat.
(edit) @9663   16 years vboxsync Some 64 bits instruction emulation updates
(edit) @9661   16 years vboxsync Implement and use CPUMIsGuestIn64BitCode where appropriate.
(edit) @9659   16 years vboxsync SELMGetCpuModeFromSelector is a better name.
(edit) @9658   16 years vboxsync Renamed SELMIsSelector32Bit to SELMGetSelectorType.
(edit) @9656   16 years vboxsync Changed u1Reserved to u1Long in the selector attributes field.
(edit) @9651   16 years vboxsync 64 bits DRx move emulation.
(edit) @9649   16 years vboxsync Added CPUMIsGuestInLongMode.
(edit) @9647   16 years vboxsync DRx access functions must use uint64_t now.
(edit) @9353   17 years vboxsync Accidental commit
(edit) @9349   17 years vboxsync More type fixes for GC execution.
(edit) @9345   17 years vboxsync String format
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