VirtualBox

source: vbox/trunk/src/VBox/VMM/include/EMHandleRCTmpl.h

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @89993   4 年 vboxsync VMM/HMVMX/EM: Do a rendezvous when a split-lock #AC is emulated. …
(edit) @82968   5 年 vboxsync Copyright year updates by scm.
(edit) @80507   5 年 vboxsync VMM/EM: Add an assertion for VINF_EM_RAW_EMULATE_INSTR and …
(edit) @80016   6 年 vboxsync VMM: Kicking out raw-mode (work in progress) - EM. bugref:9517
(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) @76515   6 年 vboxsync VMM: scm --fix-header-guards. bugref:9344
(edit) @74789   6 年 vboxsync vm.h,VMM,REM: s/VMCPU_FF_IS_PENDING/VMCPU_FF_IS_ANY_SET/g to emphasize …
(edit) @73203   7 年 vboxsync VMM, Devices: bugref:9193 Remove unused code after using …
(edit) @72983   7 年 vboxsync VMM/HM, HMVMX: bugref:9193 Stop passing pCtx around and use …
(edit) @72634   7 年 vboxsync EM[R3]: Use pVCpu->cpum.GstCtx and stop keeping and passing pCtx around.
(edit) @72580   7 年 vboxsync EM,NEM: Added /EM/ExitOptimizationEnabled config option to disable …
(edit) @72492   7 年 vboxsync EM: build fix. bugref:9044
(edit) @72490   7 年 vboxsync NEM,EM: Generic optimization of I/O port accesses that have to be …
(edit) @72488   7 年 vboxsync NEM,CPUM,EM: Don't sync in/out the entire state when leaving the inner …
(edit) @72208   7 年 vboxsync VMM: VBOX_WITH_NESTED_HWVIRT_SVM.
(edit) @70979   7 年 vboxsync NEM: Working on the EM loops. bugref:9044
(edit) @70780   7 年 vboxsync VMM/EM: Fix broken hypercall handling on when nested hw.virt support …
(edit) @69111   7 年 vboxsync (C) year
(edit) @65989   8 年 vboxsync VMM: Nested Hw.virt: Implement AMD-V VMMCALL in IEM. Cleanup the code …
(edit) @62478   9 年 vboxsync (C) 2016
(edit) @61544   9 年 vboxsync VMM/GIM: Fix up hypercall rc handling and also a bug while …
(edit) @60847   9 年 vboxsync IOM: New way of defer RC+R0 I/O port writes, prepping for MMIO writes.
(edit) @59073   9 年 vboxsync VMM: VINF_EM_DBG_EVENT and DBGFEventGenericWithArg implementation.
(edit) @58658   9 年 vboxsync bugref:8097: AC/DB loop fixes.
(edit) @58127   9 年 vboxsync VMM: No more doxygen warnings here.
(edit) @58123   9 年 vboxsync VMM: Made @param pVCpu more uniform and to the point.
(edit) @58122   9 年 vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @57989   9 年 vboxsync Added support for GIM Hyper-V hypercalls and guest debugging.
(edit) @56287   10 年 vboxsync VMM: Updated (C) year.
(edit) @56064   10 年 vboxsync Committed the VBOX_WITH_FIRST_IEM_STEP code, removing the #else cases.
(edit) @56047   10 年 vboxsync VBox/err.h,err.mac,TRPMRC,VMM,EM: Removed unused return codes …
(edit) @53466   10 年 vboxsync VMM/MSRs: Added status codes for returning to ring-3 to service the …
(edit) @52660   10 年 vboxsync VMM/EMHandleRCTmpl: todo resolved.
(edit) @52080   11 年 vboxsync VMM: Use IEM task switches since old code does not work at all.
(edit) @52075   11 年 vboxsync EM: If IEM can't inject events, do not execute any instructions and …
(edit) @51256   11 年 vboxsync IEM: Fall back if IEMInjectTrpmEvent() did not do its job.
(edit) @51182   11 年 vboxsync VMM/IEM: Implemented hardware task-switches, code path disabled.
(edit) @48998   11 年 vboxsync VMM/HMVMXR0: Propagate all unexpected exits to release log, slight …
(edit) @47788   12 年 vboxsync EM/HM: Try execute single instructions in IEM before asking REM.
(edit) @47089   12 年 vboxsync VMM/HM: Additional HM error code for certain gurus. Later use it for …
(edit) @46420   12 年 vboxsync VMM, recompiler: Purge deprecated macros.
(edit) @45693   12 年 vboxsync VMM: Introducing VINF_EM_TRIPLE_FAULT status code for triple-fault …
(edit) @45474   12 年 vboxsync VMM: Remove unused error codes, use more specific error codes. Restore …
(edit) @44362   12 年 vboxsync PATM: Changed two Main APIs to use PUVM instead of PVM (one of them …
(edit) @43394   12 年 vboxsync VMM: HM cleanup.
(edit) @43391   12 年 vboxsync VMM: HM cleanup.
(edit) @43387   12 年 vboxsync VMM: HM cleanup.
(edit) @42779   13 年 vboxsync EM,TRPM: VINF_SELM_SYNC_GDT fixes.
(edit) @42407   13 年 vboxsync VMM: Futher work on dealing with hidden segment register, esp. when …
(edit) @42186   13 年 vboxsync SELM,DIS,CPUM,EM: Hidden selector register cleanups.
(edit) @41906   13 年 vboxsync CPUM: Combined the visible and hidden selector register data into one …
(edit) @41804   13 年 vboxsync Doxygen.
(edit) @41803   13 年 vboxsync Doxygen.
(edit) @41783   13 年 vboxsync Doxygen, comment typos.
(edit) @41727   13 年 vboxsync DIS: register macro name adjustments.
(edit) @41675   13 年 vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @41168   13 年 vboxsync VMM: EMHandleRCTmpl.h comment update.
(edit) @40449   13 年 vboxsync SELM: Refactoring (PVM -> PVMCPU).
(edit) @40280   13 年 vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @39944   13 年 vboxsync VERR_IEM_INSTR_NOT_IMPLEMENTED and VERR_IEM_ASPECT_NOT_IMPLEMENTED.
(copy) @35333   14 年 vboxsync VMM source reorg.
trunk/src/VBox/VMM/EMHandleRCTmpl.h 複製
(edit) @30520   15 年 vboxsync don't assert on VERR_SVM_UNABLE_TO_START_VM:.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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