VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @48213   11 years vboxsync VMM: Naming fixes and log cosmetics.
(edit) @48212   11 years vboxsync VMM/HM: Naming fixes.
(edit) @48210   11 years vboxsync VMM: More naming fixes.
(edit) @48209   11 years vboxsync VMM: Apparently we use underscores in unions/structs in other places. …
(edit) @48208   11 years vboxsync VMM: Cleanup, hungarian and comments.
(edit) @48130   11 years vboxsync VMM: Enable thread-context hooks. Reimplemented event injection logic …
(edit) @48044   11 years vboxsync VMM/HM: Thread-context hooks, disable preemption while touching host …
(edit) @48037   11 years vboxsync VMM/HM: Preemption hooks, work in progress. Hopefully I didn't break …
(edit) @47990   11 years vboxsync VMM/VMMR0: Build fix.
(edit) @47989   11 years vboxsync VMM/VMMR0: Preemption hooks implemented and enabled for Solaris and …
(edit) @47771   11 years vboxsync VMM/HM: One extra char. to make typing without autocomplete easier.
(edit) @47770   11 years vboxsync VMM/HMVMXR0: Hungarian, hex prefixes.
(edit) @47766   11 years vboxsync VMM/HM: Preemption hooks.
(edit) @47760   11 years vboxsync VMM/HM: Preemption hooks. Some common structural changes and cleanup, …
(edit) @47718   11 years vboxsync More single stepping work.
(edit) @47652   11 years vboxsync VMM: Removed all VBOX_WITH_OLD_[VTX|AMDV]_CODE bits.
(edit) @47619   11 years vboxsync EM: Started on HM single stepping for IEM verification purposes. …
(edit) @47123   11 years vboxsync VMM/HM: Dispatch host NMIs on Intel. Added separate STAM counter for …
(edit) @47090   11 years vboxsync VMM: Naming convention. lasterror->LastError.
(edit) @47089   11 years vboxsync VMM/HM: Additional HM error code for certain gurus. Later use it for …
(edit) @46945   11 years vboxsync VMM: Alignment build fix.
(edit) @46871   11 years vboxsync VMM/HM: Cleanup event injection statistics.
(edit) @46849   11 years vboxsync spaces.
(edit) @46787   11 years vboxsync VMM/HM: AMD-V StatFlushEntire stat.
(edit) @46724   11 years vboxsync VMM/HM: Refactor the state-flags for proper sharing between old, new …
(edit) @46711   11 years vboxsync VMM/HM: Fix guest-state flags (trunk regression, debug builds assertion).
(edit) @46603   11 years vboxsync VMM/HMSVMR0: AMD-V bits.
(edit) @46531   12 years vboxsync VMM: Alignment fix.
(edit) @46530   12 years vboxsync VMM/HMSVMR0: AMD-V bits, TPR shadowing, other adjustments.
(edit) @46444   12 years vboxsync VMM/HMSVMR0: AMD-V bits.
(edit) @46442   12 years vboxsync VMM: HM bits, add changed-flag for CR2 as AMD-V has CR2 caching.
(edit) @46441   12 years vboxsync VMM/HMSVMR0: AMD-V bits.
(edit) @46381   12 years vboxsync VMM/HM: AMD-V and VT-x state-change bits.
(edit) @46358   12 years vboxsync VMM: Remove u64RegisterMask HM member which is never really used anywhere.
(edit) @46304   12 years vboxsync VMM/HM: AMD-V bits and clean up.
(edit) @46286   12 years vboxsync VMM/HMVMXR0: Avoid saving/restoring EFER whenever possible on every …
(edit) @46267   12 years vboxsync VMM: Optimized 64-bit host VT-x world-switch.
(edit) @46192   12 years vboxsync VMM/HM: CR0 and CR4 masks can be 32-bit. Plus hungarian naming fixes.
(edit) @46034   12 years vboxsync VMM: DEBUG->STRICT build fix for switcher Tests.
(edit) @45955   12 years vboxsync VMM: Name fixes for non-static functions.
(edit) @45947   12 years vboxsync VMM: HM cleanup for CTRL, CONTROLS in symbolic names.
(edit) @45919   12 years vboxsync HM: Added VMX entry refused/allowed stats.
(edit) @45845   12 years vboxsync VMM/VMMR0: Load kernel-gs base MSR as part of the auto-load/store MSR …
(edit) @45804   12 years vboxsync VMX: Added CFGM key to disable unrestricted execution.
(edit) @45786   12 years vboxsync Move HMRCA.asm into the switcher code so we don't need VMMRC.rc.
(edit) @45781   12 years vboxsync VMM/HM: Simplified real/protected mode transition tracking logic.
(edit) @45737   12 years vboxsync doc corrections.
(edit) @45684   12 years vboxsync VMM/HMVMXR0: 32-bit fixes, round 2.
(edit) @45637   12 years vboxsync VMM/VMMR0: HM macro prefix cleanup a bit.
(edit) @45623   12 years vboxsync HMVMX: HMVMX_USE_FUNCTION_TABLE (enabled, as before) and …
(edit) @45618   12 years vboxsync Do HMR3Init first in vmR3InitRing3 so the other components can skip …
(edit) @45585   12 years vboxsync VMMR0/HMVMXR0: Fix regression with EFER MSR write exits. Fixes NetBSD …
(edit) @45531   12 years vboxsync VMMR0/HMVMXR0: Redo of VT-x event injection. Some STAM cleanup. VMM: …
(edit) @45517   12 years vboxsync VMM: Clean up STAM counters and hungarian fixes.
(edit) @45503   12 years vboxsync HM: Alignment fixes. s/u32InstrLen/cbInstr/g. A couple of doxygen …
(edit) @45502   12 years vboxsync VMMR0/HMVMXR0: Redo the event injection logic to be done only on the …
(edit) @45501   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @45410   12 years vboxsync VMM/VMMR0: HM bits. missed commit.
(edit) @45387   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @45378   12 years vboxsync VMM/VMMR0: HM bits. Some stats and adjustments.
(edit) @45351   12 years vboxsync VMM/VMMR0: HM bits, remove unused flags.
(edit) @45349   12 years vboxsync VMM/VMMR0: Very important stats.
(edit) @45235   12 years vboxsync VMM: Flush page and tlb STAM counter cleanup.
(edit) @45095   12 years vboxsync Alignment fix, try 3.
(edit) @45094   12 years vboxsync Build fix, try 2.
(edit) @45093   12 years vboxsync VMM/VMMR0: attempted build fix.
(edit) @45091   12 years vboxsync VMM/VMMR0: HM old-code segregation.
(edit) @44803   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44770   12 years vboxsync VMM/VMMR0: debug build burn fix.
(edit) @44769   12 years vboxsync VMM/VMMR0: bits.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44275   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44267   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44259   12 years vboxsync VMM: STAM counter naming.
(edit) @44251   12 years vboxsync VMM: stam counters and some renames.
(edit) @44245   12 years vboxsync VMM: Added stats counter for preemption timer exits.
(edit) @44202   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44197   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44195   12 years vboxsync VMM/VMMAll, VMMR3: forceflags for updating CR3 and PAE PDPEs.
(edit) @44146   12 years vboxsync VMM: HM bits.
(edit) @44089   12 years vboxsync VMM: hungarian.
(edit) @44036   12 years vboxsync build fix
(edit) @44033   12 years vboxsync VMM: hungarian.
(edit) @44032   12 years vboxsync VMM/VMMR0: VMX pin, entry, exit controls are 32-bit.
(edit) @43977   12 years vboxsync VMM/HWVMXR0: Naming.
(edit) @43947   12 years vboxsync VMM/VMMR0: HM naming.
(edit) @43848   12 years vboxsync VMM: comment typo.
(edit) @43803   12 years vboxsync VMM/VMMR0: bits.
(edit) @43798   12 years vboxsync VMM/VMMR0: Hungarian.
(edit) @43747   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @43737   12 years vboxsync VMM/VMMR0/HWVMXR0: fix typo while saving the host IDTR into the VMCS. …
(edit) @43732   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @43703   12 years vboxsync VMM/HM: bits.
(edit) @43702   12 years vboxsync HM: bits.
(edit) @43670   12 years vboxsync VMM: HM bits.
(edit) @43509   12 years vboxsync HM: refactor.
(edit) @43495   12 years vboxsync Everything burns... missed file.
(edit) @43469   12 years vboxsync VMM: HM bits.
(edit) @43468   12 years vboxsync VMM: HM bits. More renaming in prepartion of
(edit) @43466   12 years vboxsync VMM: HM bits.
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