VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @55316   10 年 vboxsync CPUM,IEM,HM: Enabled XSAVE and AVX for AMD-V too.
(edit) @55312   10 年 vboxsync CPUM: Must load additional extended CPU state when added to (guest) XCR0.
(edit) @55292   10 年 vboxsync HM,CPUM,IEM: XSETBV fixes and adjustments.
(edit) @55289   10 年 vboxsync IEM,CPUM: Implemented XSETBV and XGETBV.
(edit) @55248   10 年 vboxsync HMR0VMX,EM,IEM: Moved the CRx related interpretation methods from EM …
(edit) @55229   10 年 vboxsync CPUM,IEM: Expose GuestFeatures and HostFeatures (exploded CPUID), …
(edit) @55129   10 年 vboxsync VMM/GIM: Allow dynamic enabling of #UD traps and per-VCPU hypercalls.
(edit) @55118   10 年 vboxsync VMM: GIM raw-mode support.
(edit) @55105   10 年 vboxsync Removed iemFRegIsFxSaveFormat.
(edit) @55062   10 年 vboxsync Remove CPUFeatures and CPUFeaturesExt from CPUM, use HostFeatures …
(edit) @55048   10 年 vboxsync VMM,REM: Allocate the FPU/SSE/AVX/FUTURE state stuff. We need to use …
(edit) @55039   10 年 vboxsync VMM: Fix hypercall patching.
(edit) @55037   10 年 vboxsync VMM/GIM: Add hypercall support and KVM spinlock support.
(edit) @55001   10 年 vboxsync CPUMCTXCORE elimination.
(edit) @55000   10 年 vboxsync CPUMCTXCORE elimination.
(edit) @54898   10 年 vboxsync CPUMCTX,CPUMHOST: Replaced the fpu (X86FXSAVE) member with an XState …
(edit) @54892   10 年 vboxsync typo
(edit) @54878   10 年 vboxsync HM: Determine VT-x, AMD-V, nested paging and unhindered guest …
(edit) @54862   10 年 vboxsync Corrected x86.h/mac typo.
(edit) @54845   10 年 vboxsync VMM/GIM,TM: paranoia assertions.
(edit) @54839   10 年 vboxsync VMM/GIM: KVM provider fixes.
(edit) @54819   10 年 vboxsync VMM/GIM: Implemented KVM paravirt. provider.
(edit) @54763   10 年 vboxsync PATM,CPUM: Redid the CPUID stuff by calling a patch helper function …
(edit) @54760   10 年 vboxsync CPUMGetGuestCpuId: Fixed APIC ID assertions to read the pLeaf values …
(edit) @54737   10 年 vboxsync VMM,REM: CPUID revamp - almost there now.
(edit) @54714   10 年 vboxsync PATM,CPUM: CPUID patch update.
(edit) @54701   10 年 vboxsync VMM/GIM: nits.
(edit) @54674   10 年 vboxsync CPUM: Working on refactoring the guest CPUID handling.
(edit) @54669   10 年 vboxsync Typo in comment.
(edit) @54654   10 年 vboxsync VMM/GIM: cleanup.
(edit) @54467   10 年 vboxsync IPRT,VMM,SUPDrv: Use the new RTMpCurSetIndex* APIs - require driver reload.
(edit) @54308   10 年 vboxsync VMM,SUP: Apply the tsc delta where it matters. Made sense out of the …
(edit) @54270   10 年 vboxsync IPRT,TM: Implemented the get-cpu-number optimizations for the …
(edit) @54203   10 年 vboxsync IEM: Improved ENTER implementation (thanks Intel!).
(edit) @54089   10 年 vboxsync VMM/GIMAllHv: Ignore writes to the Hypercall MSR. Fixes FreeBSD 10.1 …
(edit) @54065   10 年 vboxsync VMM: Implemented TM TSC-mode switching with paravirtualized guests.
(edit) @53789   10 年 vboxsync Improved the ugly SVGA_REG_BUSY read hack a bit.
(edit) @53467   10 年 vboxsync VMM: Removed VBOX_WITH_NEW_MSR_CODE and the code marked ifndef …
(edit) @53466   10 年 vboxsync VMM/MSRs: Added status codes for returning to ring-3 to service the …
(edit) @53441   10 年 vboxsync VMM/TM: Rename TMMODE to TMTSCMODE and the corresponding enum and CFGM …
(edit) @53430   10 年 vboxsync VMM/TM: First step in introducing the invariant TM mode.
(edit) @53423   10 年 vboxsync IEMAllInstructions.cpp.h: evex & xop notes.
(edit) @53325   10 年 vboxsync VMM: Fix sign inconsistency in the RealUseTSC case.
(edit) @53247   10 年 vboxsync IEM: Added salc (set AL to CF). Started making sense of the whole …
(edit) @53246   10 年 vboxsync IEM: Added salc (set AL to CF). Started making sense of the whole …
(edit) @53235   10 年 vboxsync VMM: Fixed incorrect pure TSC-offsetting mode switch with paravirt. …
(edit) @53202   10 年 vboxsync doc nits
(edit) @53188   10 年 vboxsync IEM: into is invalid in 64-bit mode; added int1/icebp.
(edit) @53182   10 年 vboxsync IEMAll: Added IEM_MC_FETCH_MEM_I64 and tweaked the VT-x verification …
(edit) @53181   10 年 vboxsync IEM/IRET: Make the 16-bit IRET real/v86 mode instruction clear RF, …
(edit) @53180   10 年 vboxsync IEM: Implemented fidl m64i.
(edit) @53152   10 年 vboxsync VMM/TM: space.
(edit) @53108   10 年 vboxsync IEM: Call gate TSS access needs to check TSS bitness, not gate, duh.
(edit) @53107   10 年 vboxsync Committed more than I had intended…
(edit) @53104   10 年 vboxsync IEM: Added FILD m16.
(edit) @53102   10 年 vboxsync IEM: SS determines stacks size, not CS (IRET).
(edit) @53101   10 年 vboxsync EM: Careful with MOV to segment register.
(edit) @52984   10 年 vboxsync iomMMIODoComplicatedWrite: Fixed assertion, should be using && instead …
(edit) @52919   10 年 vboxsync IEM: Corrected FNOP opcode.
(edit) @52913   10 年 vboxsync IEM: Implemented call gates (currently disabled).
(edit) @52884   10 年 vboxsync IEM: Added comments where code does not match comments and/or Intel …
(edit) @52883   10 年 vboxsync IEM: Fixed 16-bit inter-privilege IRET.
(edit) @52882   10 年 vboxsync IEM: Fixed inter-privilege RETF.
(edit) @52866   10 年 vboxsync Typo cut and paste.
(edit) @52859   10 年 vboxsync IEM: Inter-ring RETF stack fix.
(edit) @52770   10 年 vboxsync VMM/CPUM: Fix EFER WRMSR to ignore EFER.LMA bit, trunk regression …
(edit) @52768   10 年 vboxsync VMM/GIM: doxygen beautifications.
(edit) @52767   10 年 vboxsync VMM/GIM: Get rid of separate fEnabled field, just use the provider to …
(edit) @52726   10 年 vboxsync VMM/IEM: minor nit.
(edit) @52724   10 年 vboxsync IEM: Implemented expand-down limit checks (2 out of 3).
(edit) @52717   10 年 vboxsync VMM/CPUM: Raise #GP(0) while writing to disallowed EFER bits.
(edit) @52671   10 年 vboxsync VMM/GIM: Use the PDM interface to query the APIC timer freq.
(edit) @52670   10 年 vboxsync VMM, Devices: Add interface to query the APIC frequency from the APIC …
(edit) @52669   10 年 vboxsync VMM/IEM: added todo.
(edit) @52661   10 年 vboxsync IEM: Clear TRPM when exception was raised, too.
(edit) @52659   10 年 vboxsync VMM/IEM: Reset TRPM only when IEM successfully injects the trap. …
(edit) @52465   10 年 vboxsync VMM: Fix IEM FXSAVE implementation to match the logic in HM/raw-mode …
(edit) @52456   10 年 vboxsync Typos.
(edit) @52449   10 年 vboxsync IEM: When emulating non-repeated INSB/INSW/INSD, write what we read …
(edit) @52440   10 年 vboxsync VMM/GIM: comment.
(edit) @52419   10 年 vboxsync VMM: Fix restoring 32-bit guest FPU state on 64-bit capable VMs.
(edit) @52410   10 年 vboxsync traling spaces
(edit) @52395   10 年 vboxsync added todo
(edit) @52363   10 年 vboxsync SELM: More effective address calculation width fixes.
(edit) @52362   10 年 vboxsync iemInitDecoderAndPrefetchOpcodes: Outside 64-bit mode, effective …
(edit) @52361   10 年 vboxsync iemInitDecoderAndPrefetchOpcodes: Outside 64-bit mode, effective …
(edit) @52318   10 年 vboxsync VMM/PGM: Fix.
(edit) @52098   10 年 vboxsync IEM: Added forgotten return statements.
(edit) @52080   10 年 vboxsync VMM: Use IEM task switches since old code does not work at all.
(edit) @52077   10 年 vboxsync VMM/IEM: Block further NMIs while injecting an NMI.
(edit) @52066   10 年 vboxsync VMM: Fixed potential bug in AMD-V NMI injection when interrupt …
(edit) @52041   10 年 vboxsync VMM: Fix NMI handling.
(edit) @52006   10 年 vboxsync VMM: VT-x and AMD-V support for making GIM hypercalls.
(edit) @51981   10 年 vboxsync VMM/GIM, VMM/HM: Add support for Hyper-V hypervisor capabilities …
(edit) @51980   10 年 vboxsync VMM/GIM: Get system-reset MSR working, added EOI, TPR, ICR APIC MSR …
(edit) @51959   10 年 vboxsync TM: Set pVM->tm.s.u64LastPausedTSC to the highest pVCpu->tm.s.u64TSC …
(edit) @51852   10 年 vboxsync TM: Add the same TSC offset to each VCPU when pausing/resuming (not …
(edit) @51729   10 年 vboxsync Recently missed header updates.
(edit) @51728   10 年 vboxsync VMM: Add MWait Extensions as a CPUM feature to allow configuring it …
(edit) @51720   10 年 vboxsync VMM: Doxygen bugref comment consistency.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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