VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @78222   6 年 vboxsync HMInternal.h: Nested VMX: bugref:9180 Build fix.
(edit) @78220   6 年 vboxsync VMM: Nested VMX: bugref:9180 Hardware-assisted nested VT-x …
(edit) @78208   6 年 vboxsync PDM,APIC,PIC: Don't use AssertRelease on VMCPU_FF_INTERRUPT_PIC, …
(edit) @78206   6 年 vboxsync VMM/APIC: apicStopTimer and apicSetInterruptFF are only used in the …
(edit) @77716   6 年 vboxsync HMInternal.h: Nested VMX: bugref:9180 32-bit host build fix.
(edit) @77715   6 年 vboxsync HMInternal.h: Nested VMX: bugref:9180 Add VMXVMCSINFO for upcoming changes.
(edit) @77714   6 年 vboxsync VMM/HMSVM: VMM_INT_DECL for hmEmulateSvmMovTpr.
(edit) @77563   6 年 vboxsync VMM/HM: Nested VMX: bugref:9180 Rename GstCtls as Ctls for upcoming …
(edit) @77493   6 年 vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Grouped the VMCS controls in …
(edit) @77481   6 年 vboxsync VMM/IEM: Nested VMX: bugref:9180 Renamed VMCSCACHE to …
(edit) @77325   6 年 vboxsync VMM/HM: Added V8086 mode checks to HMCanExecuteVmxGuest.
(edit) @77280   6 年 vboxsync VMM/HMSVM: Naming nit.
(edit) @77240   6 年 vboxsync PGMPool: Two optimizations to the dirty page code …
(edit) @76993   6 年 vboxsync VMM: Nested VMX: bugref:9180 Allowing fetching VM-exit names from …
(edit) @76678   6 年 vboxsync Port r124260, r124263, r124271, r124273, r124277, r124278, r124279, …
(edit) @76585   6 年 vboxsync *: scm --fix-header-guard-endif
(edit) @76561   6 年 vboxsync VMM: Use VMM_INCLUDED_SRC_ as header guard prefix for files in the VMM …
(edit) @76553   6 年 vboxsync scm --update-copyright-year
(edit) @76543   6 年 vboxsync VMM: scm --fix-header-guards. bugref:9344
(edit) @76515   6 年 vboxsync VMM: scm --fix-header-guards. bugref:9344
(edit) @76489   6 年 vboxsync HMInternal.h: spacing nit.
(edit) @76483   6 年 vboxsync HMInternal.h: Attempted 32-bit fix.
(edit) @76482   6 年 vboxsync VMM/HM: Made vmx/svm VCPU state as a union, saves some space now that …
(edit) @76477   6 年 vboxsync VMM/HM: Cleanup.
(edit) @76464   6 年 vboxsync VMM: Nested VMX: bugref:9180 Fix MSR initialization issue for …
(edit) @76402   6 年 vboxsync VBox/vmm/apic.h: Try avoid dragging in pdmdev.h, so use function for …
(edit) @76397   6 年 vboxsync VBox/vmm/hm_svm.h,hm_vmx.h: Try avoid including VBox/err.h in widely …
(edit) @76148   6 年 vboxsync VMM: Nested VMX: bugref:9180 Add the VMX MSRs to CPUMCTX.
(edit) @75821   6 年 vboxsync HMVMX,ConsoleImpl: Workaround for incorrect assumptions in mesa vmsvga …
(edit) @75646   6 年 vboxsync VMM: HLT/MWAIT optimizations for busy guests: don't go back to ring-3 …
(edit) @75611   6 年 vboxsync VMM: Nested VMX: bugref:9180 Move the VMX APIC-access guest-physical …
(edit) @75493   6 年 vboxsync VMM: Nested VMX: bugref: 9180 Use PGM physical page handler for the …
(edit) @74798   6 年 vboxsync vm.h,VMM: Prep work for 64-bit VMCPU::fLocalForcedActions. Define …
(edit) @74789   6 年 vboxsync vm.h,VMM,REM: s/VMCPU_FF_IS_PENDING/VMCPU_FF_IS_ANY_SET/g to emphasize …
(edit) @74517   6 年 vboxsync NEM/win: Updates for new builds. bugref:9044
(edit) @74479   6 年 vboxsync VMM/CPUM: Nested VMX: bugref:9180 Rather than dereference pVCpu or …
(edit) @74457   6 年 vboxsync VMX: Removed bogus TR/LDTR selector value checks whenn running without UX.
(edit) @74455   6 年 vboxsync VMX: Also enforce RM compatible attributes before using real-on-V86 …
(edit) @74421   6 年 vboxsync VMM/CPUM, IEM: Nested VMX: bugref:9180 VM-exit bits.
(edit) @74303   6 年 vboxsync VMM/CPUM, IEM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
(edit) @74163   6 年 vboxsync VMM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.
(edit) @73606   6 年 vboxsync VMM: Nested VMX: bugref:9180 Various bits: - IEM: Started VMXON, …
(edit) @73555   6 年 vboxsync IEM: Added IEM_OPCODE_GET_NEXT_RM and associated IEMCPU::offModRm. …
(edit) @73477   6 年 vboxsync VMM,DBGF: Improved unwinding of ring-0 assertion stacks, making the …
(edit) @73471   6 年 vboxsync VMM,DBGF: Improved unwinding of ring-0 assertion stacks, making the …
(edit) @73460   6 年 vboxsync IPRT,DBGF,Diggers: Moved DBGFRETURNTYPE and the unwind state structure …
(edit) @73414   6 年 vboxsync DBGF/Term: Make sure the OS stuff is terminated before we unload …
(edit) @73389   6 年 vboxsync VMM, SUPDrv: Nested VMX: bugref:9180 Implement some of the VMX MSRs.
(edit) @73351   6 年 vboxsync VBoxGuest,VMMDev,DBGF,VM: Added bug check report to VBoxGuest/VMMDev …
(edit) @73340   6 年 vboxsync VMM/GIM: Address todo mentioned in r123944.
(edit) @73335   6 年 vboxsync GIMHvInternal.h: r=bird todo
(edit) @73324   6 年 vboxsync PGM: Introduced a special shadow paging mode for NEM that translates …
(edit) @73293   6 年 vboxsync VMM, SUPDrv: Nested VMX: bugref:9180 Read VMX true control MSRs, dump …
(edit) @73287   6 年 vboxsync VMM: Reordering some STAT counters, spaces and nits.
(edit) @73285   6 年 vboxsync APIC,PDM: Avoid a few more return-to-ring-3 statuses now that we've …
(edit) @73282   6 年 vboxsync NEM/win: Kicked out VINF/VERR_NEM_UPDATE_APIC_BASE and …
(edit) @73281   6 年 vboxsync APIC: Made APICSetBaseMsr work in ring-0 and raw-mode context without …
(edit) @73277   6 年 vboxsync PGM: Eliminated the unused VERR_PGM_POOL_FLUSHED and …
(edit) @73268   6 年 vboxsync PGM: Working on consolidating templated code... bugref:9044
(edit) @73264   6 年 vboxsync VMM/HM: bugref:9193 Remove unused code after using …
(edit) @73261   6 年 vboxsync PGM: Moving guest and shadow mode Enter and Exit function to PGMAll. …
(edit) @73260   6 年 vboxsync PGM: Did some PGMR3ChangeMode restructuring. bugref:9044
(edit) @73250   6 年 vboxsync PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU …
(edit) @73249   6 年 vboxsync PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU …
(edit) @73246   6 年 vboxsync PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU …
(edit) @73203   6 年 vboxsync VMM, Devices: bugref:9193 Remove unused code after using …
(edit) @73202   6 年 vboxsync PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU …
(edit) @73199   6 年 vboxsync PGM: Working on eliminating PGMMODEDATA and the corresponding PGMCPU …
(edit) @73097   6 年 vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @73073   6 年 vboxsync PGM/DBG: Optimize page scanning to speed up 'detect'.
(edit) @73022   6 年 vboxsync EM: Removed unused stats.
(edit) @73016   6 年 vboxsync VMM/HM: Changed HM_CHANGED_XCPT_RAISED_MASK to …
(edit) @73015   6 年 vboxsync VMM/HMSVMR0: Fallback to IEMExecOne() on certain VM-exits on CPUs that …
(edit) @72988   6 年 vboxsync VMM/HMVMXR0, HMSVMR0: Eliminate hidden parameters from a few macros …
(edit) @72983   6 年 vboxsync VMM/HM, HMVMX: bugref:9193 Stop passing pCtx around and use …
(edit) @72967   6 年 vboxsync VMM/HMSVM: bugref:9193 Stop passing pCtx around and use …
(edit) @72966   6 年 vboxsync VMM/HM: Cleanup, nits.
(edit) @72924   6 年 vboxsync NEM/win: Make it possible to select between ring-0 runloop …
(edit) @72907   6 年 vboxsync VMM/HMR0: Naming, cleanup nits.
(edit) @72866   6 年 vboxsync IEM,CPUM: Can use LogRel in ring-0 too now and have it go to VBox.log.
(edit) @72855   6 年 vboxsync VMM/HM: Use enum for Tagged-TLB flush types, and related cleanup.
(edit) @72854   6 年 vboxsync VMM/HM: spaces, cleanup.
(edit) @72811   6 年 vboxsync VMM/HMVMXR0: Camel-case fixes to parts of VT-x code to try match …
(edit) @72810   6 年 vboxsync VMM/HMVMXR0: Naming.
(edit) @72805   6 年 vboxsync VMM/HM: bugref:9193 Fixes honoring pending VMCPU_FF_HM_UPDATE_CR3 and …
(edit) @72778   6 年 vboxsync VMM,SUPDrv,IPRT: Redirect ring-0 release logging on EMTs to VBox.log. …
(edit) @72744   6 年 vboxsync VMM: Extend HM changed flags. ​bugref:9193 [HM, CPUM]
(edit) @72690   6 年 vboxsync NEM: Separate stats for odd and alerts when stopping the CPU. bugref:9044.
(edit) @72657   6 年 vboxsync EM: Make the EMHistoryExec parameters adjustable. bugref:9198
(edit) @72643   6 年 vboxsync VMM: Make SVM R0 code use CPUMCTX_EXTRN_xxx flags and cleanups. bugref:9193
(edit) @72642   6 年 vboxsync EM,IEM,VMX: Working on configuring exit history optimziations. …
(edit) @72634   6 年 vboxsync EM[R3]: Use pVCpu->cpum.GstCtx and stop keeping and passing pCtx around.
(edit) @72617   6 年 vboxsync VMM: LogRel some ring-0 preemption details in ring-3.
(edit) @72583   6 年 vboxsync EM: Doxygen fix. bugref:9044
(edit) @72582   6 年 vboxsync EM: More statistics for the history execution and probing. bugref:9044
(edit) @72580   6 年 vboxsync EM,NEM: Added /EM/ExitOptimizationEnabled config option to disable …
(edit) @72579   6 年 vboxsync EM: Implemented a very simple history record replacement strategy. …
(edit) @72576   6 年 vboxsync EM: build fix. bugref:9044
(edit) @72575   6 年 vboxsync NEM/win: Implemented exit optimizations for MMIO, I/O ports, CPUID and …
(edit) @72569   6 年 vboxsync EM,IEM,NEM: Started working on optimizing adjacent exits using IEM. …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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