VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100144   18 months vboxsync VMM/EM: Renamed VINF_EM_RESCHEDULE_HM to …
(edit) @99051   21 months vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @97616   2 years vboxsync VMM/EM: Extended assertion that we don't have a pending trap before …
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92519   3 years vboxsync VMM/NEM-linux,EM: Deal with internal errors due to complicated MMIO …
(edit) @92493   3 years vboxsync VMM: Nested VMX: bugref:10092 Purge VINF_PGM_CHANGE_MODE, no longer used.
(edit) @89993   3 years vboxsync VMM/HMVMX/EM: Do a rendezvous when a split-lock #AC is emulated. …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @80507   5 years vboxsync VMM/EM: Add an assertion for VINF_EM_RAW_EMULATE_INSTR and …
(edit) @80016   5 years vboxsync VMM: Kicking out raw-mode (work in progress) - EM. bugref:9517
(edit) @76585   6 years vboxsync *: scm --fix-header-guard-endif
(edit) @76561   6 years vboxsync VMM: Use VMM_INCLUDED_SRC_ as header guard prefix for files in the VMM …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76515   6 years vboxsync VMM: scm --fix-header-guards. bugref:9344
(edit) @74789   6 years vboxsync vm.h,VMM,REM: s/VMCPU_FF_IS_PENDING/VMCPU_FF_IS_ANY_SET/g to emphasize …
(edit) @73203   6 years vboxsync VMM, Devices: bugref:9193 Remove unused code after using …
(edit) @72983   6 years vboxsync VMM/HM, HMVMX: bugref:9193 Stop passing pCtx around and use …
(edit) @72634   6 years vboxsync EM[R3]: Use pVCpu->cpum.GstCtx and stop keeping and passing pCtx around.
(edit) @72580   6 years vboxsync EM,NEM: Added /EM/ExitOptimizationEnabled config option to disable …
(edit) @72492   6 years vboxsync EM: build fix. bugref:9044
(edit) @72490   6 years vboxsync NEM,EM: Generic optimization of I/O port accesses that have to be …
(edit) @72488   6 years vboxsync NEM,CPUM,EM: Don't sync in/out the entire state when leaving the inner …
(edit) @72208   7 years vboxsync VMM: VBOX_WITH_NESTED_HWVIRT_SVM.
(edit) @70979   7 years vboxsync NEM: Working on the EM loops. bugref:9044
(edit) @70780   7 years vboxsync VMM/EM: Fix broken hypercall handling on when nested hw.virt support …
(edit) @69111   7 years vboxsync (C) year
(edit) @65989   8 years vboxsync VMM: Nested Hw.virt: Implement AMD-V VMMCALL in IEM. Cleanup the code …
(edit) @62478   8 years vboxsync (C) 2016
(edit) @61544   8 years vboxsync VMM/GIM: Fix up hypercall rc handling and also a bug while …
(edit) @60847   9 years vboxsync IOM: New way of defer RC+R0 I/O port writes, prepping for MMIO writes.
(edit) @59073   9 years vboxsync VMM: VINF_EM_DBG_EVENT and DBGFEventGenericWithArg implementation.
(edit) @58658   9 years vboxsync bugref:8097: AC/DB loop fixes.
(edit) @58127   9 years vboxsync VMM: No more doxygen warnings here.
(edit) @58123   9 years vboxsync VMM: Made @param pVCpu more uniform and to the point.
(edit) @58122   9 years vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @57989   9 years vboxsync Added support for GIM Hyper-V hypercalls and guest debugging.
(edit) @56287   9 years vboxsync VMM: Updated (C) year.
(edit) @56064   10 years vboxsync Committed the VBOX_WITH_FIRST_IEM_STEP code, removing the #else cases.
(edit) @56047   10 years vboxsync VBox/err.h,err.mac,TRPMRC,VMM,EM: Removed unused return codes …
(edit) @53466   10 years vboxsync VMM/MSRs: Added status codes for returning to ring-3 to service the …
(edit) @52660   10 years vboxsync VMM/EMHandleRCTmpl: todo resolved.
(edit) @52080   10 years vboxsync VMM: Use IEM task switches since old code does not work at all.
(edit) @52075   10 years vboxsync EM: If IEM can't inject events, do not execute any instructions and …
(edit) @51256   11 years vboxsync IEM: Fall back if IEMInjectTrpmEvent() did not do its job.
(edit) @51182   11 years vboxsync VMM/IEM: Implemented hardware task-switches, code path disabled.
(edit) @48998   11 years vboxsync VMM/HMVMXR0: Propagate all unexpected exits to release log, slight …
(edit) @47788   11 years vboxsync EM/HM: Try execute single instructions in IEM before asking REM.
(edit) @47089   11 years vboxsync VMM/HM: Additional HM error code for certain gurus. Later use it for …
(edit) @46420   11 years vboxsync VMM, recompiler: Purge deprecated macros.
(edit) @45693   12 years vboxsync VMM: Introducing VINF_EM_TRIPLE_FAULT status code for triple-fault …
(edit) @45474   12 years vboxsync VMM: Remove unused error codes, use more specific error codes. Restore …
(edit) @44362   12 years vboxsync PATM: Changed two Main APIs to use PUVM instead of PVM (one of them …
(edit) @43394   12 years vboxsync VMM: HM cleanup.
(edit) @43391   12 years vboxsync VMM: HM cleanup.
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @42779   12 years vboxsync EM,TRPM: VINF_SELM_SYNC_GDT fixes.
(edit) @42407   12 years vboxsync VMM: Futher work on dealing with hidden segment register, esp. when …
(edit) @42186   12 years vboxsync SELM,DIS,CPUM,EM: Hidden selector register cleanups.
(edit) @41906   12 years vboxsync CPUM: Combined the visible and hidden selector register data into one …
(edit) @41804   12 years vboxsync Doxygen.
(edit) @41803   12 years vboxsync Doxygen.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41727   12 years vboxsync DIS: register macro name adjustments.
(edit) @41675   12 years vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @41168   13 years vboxsync VMM: EMHandleRCTmpl.h comment update.
(edit) @40449   13 years vboxsync SELM: Refactoring (PVM -> PVMCPU).
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @39944   13 years vboxsync VERR_IEM_INSTR_NOT_IMPLEMENTED and VERR_IEM_ASPECT_NOT_IMPLEMENTED.
(copy) @35333   14 years vboxsync VMM source reorg.
copied from trunk/src/VBox/VMM/EMHandleRCTmpl.h
(edit) @30520   14 years vboxsync don't assert on VERR_SVM_UNABLE_TO_START_VM:.
Note: See TracRevisionLog for help on using the revision log.

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