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) @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
(edit) @9300   17 years vboxsync More 64 bits guest ptr fixes
(edit) @9289   17 years vboxsync Updates for 64 bits guests
(edit) @9248   17 years vboxsync Enabled cmpxchg8b again.
(edit) @9246   17 years vboxsync Disable GC emulation of cmpxchg8b to see if that helps with the win2k …
(edit) @9241   17 years vboxsync cmpxchg8b only modifies ZF.
(edit) @9216   17 years vboxsync Compile issues (32 bits host/64 bits guest)
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9083   17 years vboxsync Minor update
(edit) @9069   17 years vboxsync Interpret msr reads and writes (currently disabled in order not to …
(edit) @8242   17 years vboxsync small logging fixes
(edit) @8236   17 years vboxsync Reapplied 29907
(edit) @8234   17 years vboxsync MMIO: Cleanup up (removed duplicate code) Disassembler: simplified …
(edit) @8191   17 years vboxsync warnings
(edit) @8160   17 years vboxsync All CRx registers are now 64 bits.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8149   17 years vboxsync More 64 bits disassembler updates
(edit) @8100   17 years vboxsync Wrong assertion
(edit) @8099   17 years vboxsync Let cmpxchg8b get through
(edit) @8098   17 years vboxsync Emulate cmpxchg8b in GC.
(edit) @7905   17 years vboxsync Changed CRx parameter size
(edit) @7738   17 years vboxsync PAE switches should be handled correctly
(edit) @7737   17 years vboxsync Allow PGM mode changes in ring 0 (hwaccm)
(edit) @7735   17 years vboxsync Include EFER msr in all PGMChangeMode calls.
(edit) @7718   17 years vboxsync Enabled X86_CR0_WP=0 code execution with VT-x & AMD-V
(edit) @7469   17 years vboxsync fixed log statements
(edit) @7286   17 years vboxsync emulate [lock] xadd in GC
(edit) @6297   17 years vboxsync Disabled annoying assertion, see #2609.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(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) @4953   17 years vboxsync Cleaned up disassembler
(edit) @4773   17 years vboxsync Corrected
(edit) @4771   17 years vboxsync Compile fix
(edit) @4679   17 years vboxsync Corrected PGMPhysGCPtr2GCPhys to respect the page offset.
(edit) @4419   17 years vboxsync Accidental commit
(edit) @4418   17 years vboxsync Reapplied 23986
(edit) @4416   17 years vboxsync Backed out 23986
(edit) @4414   17 years vboxsync Use PGMPhysRead/WriteGCPtrSafe to respect access handlers, set …
(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) @4284   17 years vboxsync drop a double prediction and some blanks.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3510   17 years vboxsync Interpret CLTS
(edit) @3313   17 years vboxsync gcc-4.2 warnings
(edit) @3145   17 years vboxsync Fixed incorrect IOM return checks.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2554   18 years vboxsync Added EMInterpretRdtsc
(edit) @2505   18 years vboxsync Documented port I/O status code and fixed places where we didn't …
(edit) @2136   18 years vboxsync Drop the 32 bits code requirement from EMInterpretInstruction.
(edit) @2064   18 years vboxsync Accept ring 3 rdtsc for emulation.
(edit) @2037   18 years vboxsync Got rid of noisy logging
(edit) @2036   18 years vboxsync Emulate (lock) cmpxchg in the guest context.
(edit) @2026   18 years vboxsync more verbose assertion
(edit) @2017   18 years vboxsync more verbose assertion
(edit) @2010   18 years vboxsync Check for monitor/mwait support in cpuid before emulating them.
(edit) @2005   18 years vboxsync And again
(edit) @2004   18 years vboxsync Another attempt at fixing the 64 bits build.
(edit) @2002   18 years vboxsync 64 bits compile fix
(edit) @2000   18 years vboxsync Cleaned up instruction emulation. Got rid of duplicate code.
(edit) @1999   18 years vboxsync warning
(edit) @1998   18 years vboxsync - Emulation for bts & btc added - Try to resolve conflicts with CSAM …
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