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) @21174   15 years vboxsync Preread opcode bytes when disassembling instructions. …
(edit) @20682   15 years vboxsync EMAll.cpp: Implemented writing MSR_IA32_TSC.
(edit) @20671   15 years vboxsync Bigger lock for the pagefault handler. Avoid deadlocks when syncing …
(edit) @20666   15 years vboxsync Changed PDMApicGet/SetTPR to get/set the full task priority register.
(edit) @20588   15 years vboxsync Emulate lock and & lock xor.
(edit) @20530   15 years vboxsync VMM: remove DISCPUSTATE from the stack.
(edit) @20461   15 years vboxsync More MSR logging
(edit) @20408   15 years vboxsync Moved REM locking to VMMAll
(edit) @20406   15 years vboxsync Removed obsolete REMR3ReplayInvalidatedPages
(edit) @20001   16 years vboxsync Cleaned up PDMGet/SetTPR.
(edit) @19992   16 years vboxsync Started with TPR caching for 32 bits guest (VT-x only).
(edit) @19808   16 years vboxsync Invalidate is per VCPU.
(edit) @19725   16 years vboxsync Logging update
(edit) @19693   16 years vboxsync Emulate the mwait instruction with VT-x and AMD-V as well.
(edit) @19611   16 years vboxsync Change the EM state to EMSTATE_HALTED after receiving the startup IPI.
(edit) @19141   16 years vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
(edit) @19076   16 years vboxsync CPUMGetGuestCpuId needs a pVCpu parameter.
(edit) @19032   16 years vboxsync Split TM for SMP guests.
(edit) @19015   16 years vboxsync Split up TRPM. (guest SMP)
(edit) @18992   16 years vboxsync More PGM api changes
(edit) @18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18771   16 years vboxsync Wrong condition
(edit) @18770   16 years vboxsync Fake rdpmc instead of causing an invalid opcode exception.
(edit) @18764   16 years vboxsync Extra logging of Intel performance counter MSR accesses
(edit) @18666   16 years vboxsync VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 2)
(edit) @18338   16 years vboxsync EMInterpretDisasOne: return val spec.
(edit) @18082   16 years vboxsync recompiler adaption of r44723
(edit) @18078   16 years vboxsync VMM: CR6743344: rdmsr(TSC) == rdtsc
(edit) @17695   16 years vboxsync Minor emulation changes for VT-x.
(edit) @17531   16 years vboxsync emInterpretStosWD: don't use PGMPhysWriteGCPtr but emRamWrite (new …
(edit) @17515   16 years vboxsync build fix.
(edit) @17510   16 years vboxsync PGM,EM,PDMDevHlp: Added PGMPhysInterpretedReadNoHandlers and …
(edit) @17505   16 years vboxsync PGM: MapCR3 hack for the new code, fixing PGMFlushTLB status …
(edit) @17106   16 years vboxsync VMM,REM: Removed the single page limitation on the TSS monitoring and …
(edit) @15635   16 years vboxsync More logging
(edit) @15634   16 years vboxsync Check parameter size correctly (disabled smsw).
(edit) @15633   16 years vboxsync Smsw emlution (inactive).
(edit) @15632   16 years vboxsync Extra instruction
(edit) @15426   16 years vboxsync EMAll: STOSWD - reject REP operations that crossess pages. The shadow …
(edit) @15421   16 years vboxsync EMAll: BTS, BTR and BTC looks fine to me for all 32-bit hosts since …
(edit) @15420   16 years vboxsync EMAll: ADD, ADC and SUB - the first is used a bit by windows.
(edit) @15419   16 years vboxsync EMAll: Corrected PGMVerifyAccess call in the STOSDW emulation to pass …
(edit) @15418   16 years vboxsync EMAll: AND, OR and XOR on darwin/R0 - the first two are for vista64.
(edit) @15413   16 years vboxsync #3202: CMPXCHG - 64-bit solaris optimziation.
(edit) @15412   16 years vboxsync EMAll: Whitelisted XCHG for >4 bytes operations (64-bit ubuntu 8.10 …
(edit) @15188   16 years vboxsync Some typos corrected.
(edit) @15184   16 years vboxsync typos
(edit) @15181   16 years vboxsync Restrict instruction emulation for 64 bits guests on 32 bits hosts.
(edit) @15161   16 years vboxsync Backed out accidental commit 40567
(edit) @15160   16 years vboxsync Compile fix
(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 …
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