VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @22493   15 年 vboxsync VMM,DevPCI,VBox/types.h: Added a VBOXSTRICTRC type for indicating …
(edit) @22121   15 年 vboxsync VMM: gcc warnings and a todo.
(edit) @22037   15 年 vboxsync VMM: correct report cores count, also expose more CPUID leaves by default
(edit) @21174   15 年 vboxsync Preread opcode bytes when disassembling instructions. …
(edit) @20682   15 年 vboxsync EMAll.cpp: Implemented writing MSR_IA32_TSC.
(edit) @20671   15 年 vboxsync Bigger lock for the pagefault handler. Avoid deadlocks when syncing …
(edit) @20666   15 年 vboxsync Changed PDMApicGet/SetTPR to get/set the full task priority register.
(edit) @20588   15 年 vboxsync Emulate lock and & lock xor.
(edit) @20530   15 年 vboxsync VMM: remove DISCPUSTATE from the stack.
(edit) @20461   15 年 vboxsync More MSR logging
(edit) @20408   16 年 vboxsync Moved REM locking to VMMAll
(edit) @20406   16 年 vboxsync Removed obsolete REMR3ReplayInvalidatedPages
(edit) @20001   16 年 vboxsync Cleaned up PDMGet/SetTPR.
(edit) @19992   16 年 vboxsync Started with TPR caching for 32 bits guest (VT-x only).
(edit) @19808   16 年 vboxsync Invalidate is per VCPU.
(edit) @19725   16 年 vboxsync Logging update
(edit) @19693   16 年 vboxsync Emulate the mwait instruction with VT-x and AMD-V as well.
(edit) @19611   16 年 vboxsync Change the EM state to EMSTATE_HALTED after receiving the startup IPI.
(edit) @19141   16 年 vboxsync Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. …
(edit) @19076   16 年 vboxsync CPUMGetGuestCpuId needs a pVCpu parameter.
(edit) @19032   16 年 vboxsync Split TM for SMP guests.
(edit) @19015   16 年 vboxsync Split up TRPM. (guest SMP)
(edit) @18992   16 年 vboxsync More PGM api changes
(edit) @18927   16 年 vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18771   16 年 vboxsync Wrong condition
(edit) @18770   16 年 vboxsync Fake rdpmc instead of causing an invalid opcode exception.
(edit) @18764   16 年 vboxsync Extra logging of Intel performance counter MSR accesses
(edit) @18666   16 年 vboxsync VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 2)
(edit) @18338   16 年 vboxsync EMInterpretDisasOne: return val spec.
(edit) @18082   16 年 vboxsync recompiler adaption of r44723
(edit) @18078   16 年 vboxsync VMM: CR6743344: rdmsr(TSC) == rdtsc
(edit) @17695   16 年 vboxsync Minor emulation changes for VT-x.
(edit) @17531   16 年 vboxsync emInterpretStosWD: don't use PGMPhysWriteGCPtr but emRamWrite (new …
(edit) @17515   16 年 vboxsync build fix.
(edit) @17510   16 年 vboxsync PGM,EM,PDMDevHlp: Added PGMPhysInterpretedReadNoHandlers and …
(edit) @17505   16 年 vboxsync PGM: MapCR3 hack for the new code, fixing PGMFlushTLB status …
(edit) @17106   16 年 vboxsync VMM,REM: Removed the single page limitation on the TSS monitoring and …
(edit) @15635   16 年 vboxsync More logging
(edit) @15634   16 年 vboxsync Check parameter size correctly (disabled smsw).
(edit) @15633   16 年 vboxsync Smsw emlution (inactive).
(edit) @15632   16 年 vboxsync Extra instruction
(edit) @15426   16 年 vboxsync EMAll: STOSWD - reject REP operations that crossess pages. The shadow …
(edit) @15421   16 年 vboxsync EMAll: BTS, BTR and BTC looks fine to me for all 32-bit hosts since …
(edit) @15420   16 年 vboxsync EMAll: ADD, ADC and SUB - the first is used a bit by windows.
(edit) @15419   16 年 vboxsync EMAll: Corrected PGMVerifyAccess call in the STOSDW emulation to pass …
(edit) @15418   16 年 vboxsync EMAll: AND, OR and XOR on darwin/R0 - the first two are for vista64.
(edit) @15413   16 年 vboxsync #3202: CMPXCHG - 64-bit solaris optimziation.
(edit) @15412   16 年 vboxsync EMAll: Whitelisted XCHG for >4 bytes operations (64-bit ubuntu 8.10 …
(edit) @15188   16 年 vboxsync Some typos corrected.
(edit) @15184   16 年 vboxsync typos
(edit) @15181   16 年 vboxsync Restrict instruction emulation for 64 bits guests on 32 bits hosts.
(edit) @15161   16 年 vboxsync Backed out accidental commit 40567
(edit) @15160   16 年 vboxsync Compile fix
(edit) @14755   16 年 vboxsync #1865: Converted 4 PGM*2HC* conversion functions to RTR3PTR.
(edit) @14562   16 年 vboxsync Corrected wrong pointer calculation
(edit) @14411   16 年 vboxsync RDTSCP support added. Enabled only for AMD-V guests.
(edit) @14257   16 年 vboxsync cpuid clears the high dwords of the 64 bits registers.
(edit) @14251   16 年 vboxsync Correction
(edit) @14249   16 年 vboxsync More logging (msr)
(edit) @14248   16 年 vboxsync Rdmsr must also clear the high dword of 64 bits registers.
(edit) @14247   16 年 vboxsync Rdtsc: must clear the high dwords.
(edit) @14082   16 年 vboxsync Must mask off the reference count from the HC physical address
(edit) @13832   16 年 vboxsync IN_GC -> IN_RC.
(edit) @13825   16 年 vboxsync VMM: %VX64 -> %RX64
(edit) @13823   16 年 vboxsync VMM: %VGv -> %RGv
(edit) @13822   16 年 vboxsync VMM: %VRv -> %RRv
(edit) @13820   16 年 vboxsync VMM: %VG* inspection - an awfaul lot of these, hope I got it all right…
(edit) @13819   16 年 vboxsync VMM: %VH* -> %RH*.
(edit) @13818   16 年 vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
(edit) @13816   16 年 vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
(edit) @13566   16 年 vboxsync EMAll.cpp: doxygen.
(edit) @13565   16 年 vboxsync #1865: REM (VMM bits) - moved EMFlushREMTBs to REMFlushTBs, deleted …
(edit) @13561   16 年 vboxsync Emulate (lock) cmpxchg8b in ring 0 & 3. Added testcase for instruction …
(edit) @13532   16 年 vboxsync CPUMQueryGuestCtxPtr doesn't need to return a status. It can never fail.
(edit) @13447   16 年 vboxsync Logging change
(edit) @13351   16 年 vboxsync Fully emulated lmsw.
(edit) @13267   16 年 vboxsync lmsw: corrected exit path
(edit) @13266   16 年 vboxsync lmsw emulation: 16 bits operand
(edit) @13265   16 年 vboxsync Lmsw emulation.
(edit) @13235   16 年 vboxsync PGM: Merged PGMGCInvalidatePage into PGMInvalidatePage nad fixed the …
(edit) @13193   16 年 vboxsync uint64_t conversion fix
(edit) @13161   16 年 vboxsync Emulate WBINVD
(edit) @13146   16 年 vboxsync #1865: Renamed PGMPhysReadGCPhys -> PGMPhysSimpleReadGCPhys, …
(edit) @13144   16 年 vboxsync #1865: Implmented the alternative R0 code for darwin (turned out to be …
(edit) @13020   16 年 vboxsync Knut-compatibility fixes
(edit) @13013   16 年 vboxsync infrastructure work for X2APIC support
(edit) @12989   16 年 vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12801   16 年 vboxsync Lidt/lgdt emulation fix for 16 bits operand size.
(edit) @12786   16 年 vboxsync Real-mode support for VT-x. (currently disabled)
(edit) @12773   16 年 vboxsync EMInterpretLMSW: LMSW cannot change AM or WP, so no need to check …
(edit) @12760   16 年 vboxsync EMAll: Disabled the assertions reported in bug #2609, bug #1931 and on …
(edit) @12688   16 年 vboxsync #1865: EM - one pointer and statistics. Added a couple of more samples …
(edit) @12657   16 年 vboxsync #1865: CPUM. Also added missing aliasing for DR4&5 to the guest DRx …
(edit) @12307   16 年 vboxsync Logging
(edit) @12305   16 年 vboxsync Flush the recompiler's TB cache each time we detect writes to …
(edit) @12121   16 年 vboxsync Committed hardware breakpoint support for VT-x and AMD-V. Untested and …
(edit) @11764   16 年 vboxsync Got rid of PAT cpuid feature hack. Properly fixed now.
(edit) @11748   16 年 vboxsync More logging
(edit) @11736   16 年 vboxsync warning
(edit) @11714   16 年 vboxsync Enable the PAT cpuid feature when switching to long mode.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette