VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @62659   8 年 vboxsync VMMR3: warnings
(edit) @62654   8 年 vboxsync VMMR3: warnings
(edit) @62653   8 年 vboxsync VMMR3: warnings
(edit) @62639   8 年 vboxsync VMMR3: warnings
(edit) @62637   8 年 vboxsync VMMR3: warnings
(edit) @62606   8 年 vboxsync VMM: Unused parameters.
(edit) @62603   8 年 vboxsync VMM: Unused parameters.
(edit) @62601   8 年 vboxsync VMM: Unused parameters.
(edit) @62540   8 年 vboxsync VMM/GIM/HyperV: Synthetic interrupt controller bits.
(edit) @62478   8 年 vboxsync (C) 2016
(edit) @62460   8 年 vboxsync VMM: scm
(edit) @62440   8 年 vboxsync VMM: More MSC level 4 warning fixes.
(edit) @62424   8 年 vboxsync GIMAllHv.cpp: MSC level 4 warnings.
(edit) @62423   8 年 vboxsync emReadBytes: MSC level 4 warning.
(edit) @62422   8 年 vboxsync iemTaskSwitch: Fixed X86_DESC_DB check and faked up DescSS for V8086 …
(edit) @62421   8 年 vboxsync IEMAll.cpp: Fixes for some MSC level 4 warnings.
(edit) @62420   8 年 vboxsync IEMAllInstructions.cpp.h: Disable unreachable code warning.
(edit) @62419   8 年 vboxsync IEMAll.cpp: Fixes for some MSC level 4 warnings.
(edit) @62417   8 年 vboxsync VMM/GIM/HyperV: Synthetic interrupt controller bits and some cleanup.
(edit) @62413   8 年 vboxsync iemAImpl_div_u64: Documented flag behavior of Intel Skylake 6700K, …
(edit) @62411   8 年 vboxsync iemAImpl_mul_u64: Implemented flag behavior to match that of Intel …
(edit) @62408   8 年 vboxsync iemAImpl_imul_u64: Adjusted flag behavior to match that of Intel …
(edit) @62404   8 年 vboxsync iemAImpl_idiv_u64: Use RTUint128AssignNeg.
(edit) @62402   8 年 vboxsync iemAImpl_imul_u64: Use RTUint128AssignNeg.
(edit) @62399   8 年 vboxsync iemAImpl_imul_u64: missed one
(edit) @62398   8 年 vboxsync iemAImpl_imul_u64: duh!
(edit) @62373   8 年 vboxsync IEMAllAImplC.cpp: Basic 64-bit division and multiplication for 32-bit …
(edit) @62371   8 年 vboxsync IEMAllAImplC.cpp: Basic 64-bit division and multiplication for 32-bit …
(edit) @62357   8 年 vboxsync VMM/GIM/HyperV: SynIC: APIC-assist page bits.
(edit) @62338   8 年 vboxsync IEM: Improved return codes.
(edit) @62326   8 年 vboxsync PDMAllCritSect: Fixed raw-mode/ring-0 assertion wrt cNestings.
(edit) @62309   8 年 vboxsync VMM/APIC: More info. on AssertMsgFailed.
(edit) @62304   8 年 vboxsync PGMAllPhys.cpp: warnings
(edit) @62302   8 年 vboxsync IEM,PGM: Got code TLB working in ring-3, execution is 3-4 times faster …
(edit) @62291   8 年 vboxsync Removed empty internal/pgm.h header file. (That stuff moved into …
(edit) @62290   8 年 vboxsync IEM: a few more lines of code tlb code.
(edit) @62277   8 年 vboxsync VMM/CPUM: Use 'VMMDECL' until we fully retire the old APIC code. Fixes …
(edit) @62272   8 年 vboxsync PATMRawLeave: VINF_EM_RAW_GUEST_TRAP is probably fine too
(edit) @62260   8 年 vboxsync CPUMRawEnter: Incorrect CR0 assertion, we allow raw-mode without WP …
(edit) @62257   8 年 vboxsync IEM: Fix missing read cleanup in retf to different level code path. …
(edit) @62246   8 年 vboxsync iemMapLookup: Duh!
(edit) @62245   8 年 vboxsync AllPdbTypeHack.cpp: Include instances alternative VM/VMCPU typedefs.
(edit) @62232   8 年 vboxsync VMM: Try convince the microsoft linker to pick the right version of …
(edit) @62231   8 年 vboxsync IEMAll: doxyfix.
(edit) @62189   8 年 vboxsync IEM: A little bit more on the code TLB.
(edit) @62171   8 年 vboxsync IEM: Working on instruction fetching optimizations (incomplete and …
(edit) @62147   8 年 vboxsync PDMCritSect: NOP critsects are less likely to appear than real ones …
(edit) @62146   8 年 vboxsync PDMCritSectAll.cpp: Enabled the optimizations optimizations.
(edit) @62145   8 年 vboxsync PDMCritSectAll.cpp: Prepped a few optimizations.
(edit) @62138   8 年 vboxsync IEMAll.cpp: Darwin build fix.
(edit) @62134   8 年 vboxsync IEMExecLots: Made it do more than a single loop.
(edit) @62111   8 年 vboxsync IEM: warnings.
(edit) @62109   8 年 vboxsync IEM: Enable setjmp for all hosts.
(edit) @62093   8 年 vboxsync IEM: Saved 1K (except 32-bit) by doing full+unaligned imm16, imme32 …
(edit) @62092   8 年 vboxsync IEM: Saved 1K (except 32-bit) by doing full+unaligned imm16, imme32 …
(edit) @62091   8 年 vboxsync IEM: Converted IEMOP_HLP_NO_LOCK_PREFIX to …
(edit) @62090   8 年 vboxsync IEM: setjmp/longjmp on windows.
(edit) @62083   8 年 vboxsync IEM: Optimize general purpose register handling a little, reducing the …
(edit) @62076   8 年 vboxsync IEM: Make use of the direct CPUMCTX access (VMCPU_INCL_CPUM_GST_CTX).
(edit) @62034   8 年 vboxsync PGMAllPool.cpp: Removed unwanted RTLogPrintf statements.
(edit) @62027   8 年 vboxsync IEM: Do not mark selectors as stale when switching tasks.
(edit) @62018   8 年 vboxsync VMM/APIC: Fix unsupported delivery mode combinations with IPIs.
(edit) @62015   8 年 vboxsync IEM: Switched from using IEMCPU directly to using with via VMCPU. This …
(edit) @62010   8 年 vboxsync IEM: Optimized iemSRegGetHid; started a little on TLB code.
(edit) @61968   8 年 vboxsync IEM: Fixed setjmp bug (still disabled). Made IEMExecLots execute lots …
(edit) @61899   8 年 vboxsync iemRegAddToRipAndClearRF: Tried to optimize the 32-bit code version a …
(edit) @61898   8 年 vboxsync iemRegAddToRipAndClearRF: optimizations (64-bit code only). Save a …
(edit) @61897   8 年 vboxsync IEM: 16-bit IP increment fix.
(edit) @61896   8 年 vboxsync IEM: use uintptr_t instead of uint8_t/unsigned for offOpcode so the …
(edit) @61885   8 年 vboxsync IEM: Playing with setjmp (disabled) vs return codes. Group6 jump table.
(edit) @61876   8 年 vboxsync APIC: comment.
(edit) @61875   8 年 vboxsync APIC: Make assertion local only for now, figure out if the guest can …
(edit) @61848   8 年 vboxsync VMM/APIC: Use RZ {R0,RC} for the stat counters rather than separate …
(edit) @61847   8 年 vboxsync IOAPIC, VMM/APIC: Use dedicated rc for when the APIC doesn't accept an …
(edit) @61807   8 年 vboxsync VMM: attempt to fix the Windows breakage
(edit) @61800   8 年 vboxsync VMM/APIC: Fix.
(edit) @61796   8 年 vboxsync VMM/APIC: Build fix.
(edit) @61795   8 年 vboxsync VMM/APIC: Cleanup.
(edit) @61794   8 年 vboxsync VMM/APIC: Cleanup.
(edit) @61776   8 年 vboxsync CPUM,APIC: Per-CPU APIC CPUID feature bit and MSR_IA32_APICBASE GP …
(edit) @61736   8 年 vboxsync VMM/APIC: VBOXSTRICTRC nits, inline the MMIO read.
(edit) @61735   8 年 vboxsync PDM,VMM: I/O APIC critsect fixes and interface changes to broadcast EOI.
(edit) @61685   8 年 vboxsync VMM: I/O APIC lockless implementation.
(edit) @61670   8 年 vboxsync MM: Add new tag for later use
(edit) @61665   8 年 vboxsync Type typo.
(edit) @61660   8 年 vboxsync iemOp_movups_Wps_Vpsmovupd_Wpd_Vpdmovss_Wss_Vssmovsd_Vsd_Wsd: …
(edit) @61657   8 年 vboxsync VMM: Careful with cpumguest and friends!
(edit) @61651   8 年 vboxsync IEM: quick movsd Wsd,Vsd impl for tindermac6.
(edit) @61650   8 年 vboxsync IEMAllInstructions.cpp.h: cleanup
(edit) @61641   8 年 vboxsync IEM: Enabling movlps and movups again.
(edit) @61640   8 年 vboxsync IEM: unbreak long mode excption dispatching. cleanups
(edit) @61639   8 年 vboxsync IEM: Temporarily disabled movlps and movups.
(edit) @61638   8 年 vboxsync IEM: movlps for fedora 18.
(edit) @61637   8 年 vboxsync IEM: Quick implementation of movups Wps,Vps.
(edit) @61636   8 年 vboxsync IEM: Tiny fixes + enable callgate emulation (2nd try).
(edit) @61635   8 年 vboxsync IEMAll.cpp: Ditto for long mode exception dispatching.
(edit) @61632   8 年 vboxsync GIM: Correct header order to match what is use *everywhere* else in …
(edit) @61631   8 年 vboxsync GIMAllHv.cpp: build fix.
(edit) @61630   8 年 vboxsync IEM: When dispatching interrupts, set new CPL before pushing stuff on …
(edit) @61628   8 年 vboxsync DBGF: Added bsod_msr event, stubbed bsod_efi event. Since we cannot …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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