VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR3/APIC.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @65380   8 years vboxsync VMM/APIC: Implement interrupt source tags (debugging).
(edit) @64663   8 years vboxsync VMM/APIC: Get rid of msrApicBase cache from CPUMCTX, make APIC work …
(edit) @64655   8 years vboxsync VMM,recompiler: Get rid of PDM APIC interfaces reducing one level of …
(edit) @64596   8 years vboxsync VMM/APIC, PDM: Clean up PDM APIC helper interface, call VMM directly …
(edit) @63945   8 years vboxsync VMM/APIC, VMM/GIM/HyperV: Fix MSR range insertion/removale ordering …
(edit) @63944   8 years vboxsync VMM/APIC: Actively remove the x2APIC MSR range if we are not using it …
(edit) @63908   8 years vboxsync VMM/APIC: Assert nit.
(edit) @63907   8 years vboxsync VMM/APIC: Comments.
(edit) @63888   8 years vboxsync VMM/APIC: Insert x2APIC MSRs when Hyper-V compatibility mode is …
(edit) @63632   8 years vboxsync VMM/APIC: Initial Hyper-V support for synthetic interrupts, Hyper-V …
(edit) @62658   8 years vboxsync VMMR3: warnings
(edit) @62656   8 years vboxsync VMMR3: warnings
(edit) @62460   8 years vboxsync VMM: scm
(edit) @61848   8 years vboxsync VMM/APIC: Use RZ {R0,RC} for the stat counters rather than separate …
(edit) @61847   8 years vboxsync IOAPIC, VMM/APIC: Use dedicated rc for when the APIC doesn't accept an …
(edit) @61812   8 years vboxsync APIC, IOAPIC: HMIsEnabled is what we actually need.
(edit) @61811   8 years vboxsync APIC, IOAPIC: RC stats only when needed.
(edit) @61797   8 years vboxsync VMM/APIC: Addressed a todo in saved-state handling.
(edit) @61795   8 years vboxsync VMM/APIC: Cleanup.
(edit) @61794   8 years vboxsync VMM/APIC: Cleanup.
(edit) @61777   8 years vboxsync build fix
(edit) @61776   8 years vboxsync CPUM,APIC: Per-CPU APIC CPUID feature bit and MSR_IA32_APICBASE GP …
(edit) @61769   8 years vboxsync VMM/APIC: Fix misleading TPR/PPR priority (vs subclass) values in info …
(edit) @61762   8 years vboxsync doxygen fixes
(edit) @61744   8 years vboxsync VMM/APIC: Reserve the full MSR range defined by the architecture …
(edit) @61741   8 years vboxsync APIC,I/O APIC: Better alignment of register fields in debug output.
(edit) @61739   8 years vboxsync VMM/APIC: nit.
(edit) @61738   8 years vboxsync VMM/APIC: Comment and nit.
(edit) @61619   8 years vboxsync VMM/APIC: oops, unintended LogRel line in r107951.
(edit) @61608   8 years vboxsync VMM/APIC: Manually register the x2APIC MSR ranges when x2APIC mode is …
(edit) @61586   8 years vboxsync VMM/APIC: Nit.
(edit) @61584   8 years vboxsync VMM/APIC: Bumps saved-state version and add the LINT0/LINT1 interrupt …
(edit) @61581   8 years vboxsync VMM/APIC: Fix remote IRR bit for level-triggered LINT0 interrupts and …
(edit) @61579   8 years vboxsync VMM/APIC: Fix alignment of vector column in 'info apiclvt' output.
(edit) @61575   8 years vboxsync VMM/APIC: Better formatted LVT debugger info dumps and also use the …
(edit) @61566   8 years vboxsync VMM/APIC: Fix DBGF info callbacks to run on EMT and use separate …
(edit) @61556   8 years vboxsync VMM/APIC: Comment.
(edit) @61351   9 years vboxsync APIC: Reset fix.
(edit) @61336   9 years vboxsync VMM/APIC: nit space.
(edit) @61150   9 years vboxsync VMM/APIC: Added stat counters for ICR Lo (IPIs) and timer ICR writes.
(edit) @61124   9 years vboxsync APIC: format specifier fixes
(edit) @61116   9 years vboxsync Main/Console: Use the APICMODE enum, tabs.
(edit) @61078   9 years vboxsync VMM/APIC: Consistent naming.
(edit) @61075   9 years vboxsync VMM/APIC: nits.
(edit) @61072   9 years vboxsync VMM/APIC: Get rid of a couple of duplicate macros, and added a couple …
(edit) @61041   9 years vboxsync VMM/APIC: Move mostly unused stuff from apic.h to internal header. …
(edit) @61029   9 years vboxsync APIC: Just ignore the timer shift when loading old state, it's …
(edit) @60858   9 years vboxsync APIC: Saved state compatibility fix.
(edit) @60804   9 years vboxsync VMM: Introduced the new APIC update force-flag and relevant fixes, …
(edit) @60761   9 years vboxsync VMM/APIC: Disallow setting the mode as 'disabled'.
(edit) @60752   9 years vboxsync VMM/APIC: Add stat counters for TPR read,writes and EOI writes.
(edit) @60746   9 years vboxsync VMM/APIC: Dump the PIBs in the debugger as well, comments.
(edit) @60731   9 years vboxsync VMM/APIC: Nit.
(edit) @60720   9 years vboxsync VMM/APIC: Fixes for getting x2APIC mode working.
(edit) @60717   9 years vboxsync VMM/APIC: nit.
(edit) @60716   9 years vboxsync VMM: Fixed TPR thresholding and related PDM interfaces. Cleaned up the …
(edit) @60695   9 years vboxsync VMM/APIC: Fuzzy saved-state generation and logging for testing …
(edit) @60689   9 years vboxsync VMM/APIC: Implemented old saved-state compatibility, eliminated …
(edit) @60655   9 years vboxsync VMM/APIC: Don't need to update CPUID twice on VM startup and fix logging.
(edit) @60654   9 years vboxsync VMM/APIC: Fix updating CPUID bits on APIC disable/enable. Fixes XP …
(edit) @60652   9 years vboxsync VMM/APIC: More flow logging.
(edit) @60650   9 years vboxsync VMM/APIC: Log4 -> Log2.
(edit) @60646   9 years vboxsync VMM/APIC: Go back to ring-3 for all base MSR writes for now. Logging …
(edit) @60632   9 years vboxsync VMM/APIC: Add stat. counter for timer callbacks, fix busted logging.
(edit) @60630   9 years vboxsync VMM/APIC: Fix diagnostic logging.
(edit) @60624   9 years vboxsync VMM/APIC: Diagnostics.
(edit) @60605   9 years vboxsync VMM/APIC: Saved-state, work-in-progress.
(edit) @60602   9 years vboxsync VMM/APIC: comment.
(edit) @60601   9 years vboxsync VMM/APIC: Saved-state, work-in-progress.
(edit) @60593   9 years vboxsync VMM/APIC: Profiling and reduce 8 atomic ops to 4.
(edit) @60543   9 years vboxsync VMM/APIC: unintended change in r106671.
(edit) @60542   9 years vboxsync VMM/APIC: Much fun with alignment and sizes.
(edit) @60516   9 years vboxsync VMM/APIC: Add some profile statistics.
(edit) @60475   9 years vboxsync VMM/APIC: Have descriptive helpers in all-context code, make things …
(edit) @60473   9 years vboxsync VMM/APIC: Use hex for displaying DFR register in the VM debugger.
(edit) @60469   9 years vboxsync VMM/APIC: Fixed issue with incorrectly skipping registeration of SSM, …
(edit) @60468   9 years vboxsync VMM/APIC: Added extra assertions for debugging.
(edit) @60464   9 years vboxsync VMM/APIC: more logging
(edit) @60459   9 years vboxsync VMM/APIC: Don't forget to update level-triggered interrupts from the …
(edit) @60456   9 years vboxsync VMM/APIC: Fixes.
(edit) @60435   9 years vboxsync VMM/APIC: Nits.
(edit) @60428   9 years vboxsync VMM/APIC: fixes with APIC base MSR initialization and nits.
(edit) @60400   9 years vboxsync VMM/APIC: No longer needed function.
(edit) @60398   9 years vboxsync VMM/APIC: Get rid of specialized R0 code and clean up ordering issues. …
(edit) @60379   9 years vboxsync VMM/APIC: Missed as part of r106461.
(edit) @60364   9 years vboxsync VMM: APIC R0 init/term ordering and nits.
(edit) @60309   9 years vboxsync VMM: Doxygen fixes for r106369.
(add) @60307   9 years vboxsync VMM: APIC rewrite. Initial commit, work in progress.
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