VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/APICAll.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @85965   4 years vboxsync VMM/APIC: Added some release stats.
(edit) @85964   4 years vboxsync VMM/APIC: Added a CFGM hack to work around a macOS x2APIC bug.
(edit) @84652   5 years vboxsync APIC: Move generic defs from VBox/vmm/apic.h and APICInternal.h to …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82792   5 years vboxsync VMM/APIC: Add statistics counter for APIC-ID MSR (x2APIC only).
(edit) @82329   5 years vboxsync PDM,DevACPI,DevHPET,DevPit-i8254,DevRTC,APIC: Added device helpers for …
(edit) @82041   5 years vboxsync PIC,APIC,IOAPIC,PDM: The PIC, APIC, and IOAPIC cannot have their …
(edit) @82039   5 years vboxsync APIC,PDM: Split up APIC 'registration'. bugref:9218
(edit) @82038   5 years vboxsync APIC: Removed a bunch of unused prototypes and associated …
(edit) @82033   5 years vboxsync APIC: Select the NOP critsect in ring-0 so we can set the new-style …
(edit) @82031   5 years vboxsync APIC: Converted the timer pointers to timer handles. This requires …
(edit) @82026   5 years vboxsync APIC,IOM,HM: Working on converting the APIC to the new device model. …
(edit) @81948   5 years vboxsync IOAPIC,VMM: Made the pfnSetEoi and PDMIoApicBroadcastEoi functions …
(edit) @81909   5 years vboxsync VMM,DevPIC: Refactored the PIC registration. bugreF:9218
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81518   5 years vboxsync APIC: Use PDM_DEVREG_FLAGS_RZ. bugref:9218
(edit) @81153   5 years vboxsync VMM: Removed most VBOX_WITH_REM preprocessor stuff. bugref:9576
(edit) @81150   5 years vboxsync VMM,/Makefile.kmk: Kicked out more recompiler related code. bugref:9576
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80703   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80333   5 years vboxsync VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. …
(edit) @80253   5 years vboxsync VMM: Started refactoring VMMAll/* for bugref:9217
(edit) @80062   5 years vboxsync VMM: Kicking out raw-mode - APIC. bugref:9517
(edit) @79264   5 years vboxsync VMM: 'singaling' -> 'signalling' consistency.
(edit) @78870   6 years vboxsync VMM/APIC: const bits.
(edit) @78208   6 years vboxsync PDM,APIC,PIC: Don't use AssertRelease on VMCPU_FF_INTERRUPT_PIC, …
(edit) @78206   6 years vboxsync VMM/APIC: apicStopTimer and apicSetInterruptFF are only used in the …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @74785   6 years vboxsync vm.h,VMM: Use VMCPU_FF_IS_SET instead of VMCPU_FF_IS_PENDING when …
(edit) @73285   6 years vboxsync APIC,PDM: Avoid a few more return-to-ring-3 statuses now that we've …
(edit) @73281   6 years vboxsync APIC: Made APICSetBaseMsr work in ring-0 and raw-mode context without …
(edit) @72486   6 years vboxsync APIC: Document NEM/win assumptions regarding …
(edit) @72422   7 years vboxsync VMM/APIC: Space.
(edit) @72392   7 years vboxsync NEM/win: TSC_AUX and APIC_BASE work. bugref:9044
(edit) @71266   7 years vboxsync VMM/APIC: Allow Hyper-V paravirt. guests to read reserved LDR+1 …
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @68220   7 years vboxsync VMM/APIC: Fix incorrect log statement
(edit) @67989   7 years vboxsync GVMMR0Sched*: pass pGVM along when we've got it.
(edit) @67051   8 years vboxsync VMM/APIC: Assertion is sufficient, caller is responsible for calling …
(edit) @67050   8 years vboxsync VMM/APIC, HMVMXR0: Fixes for when the APIC isn't present.
(edit) @65919   8 years vboxsync gcc 7: fall thru
(edit) @65650   8 years vboxsync gcc 7: fall thru
(edit) @65383   8 years vboxsync VMM/APIC: assertion.
(edit) @65380   8 years vboxsync VMM/APIC: Implement interrupt source tags (debugging).
(edit) @65379   8 years vboxsync VMM/APIC: Initialize u32TagSrc for now (parfait complains for …
(edit) @65135   8 years vboxsync VMM/APIC: Interface for retrieving APIC pages in all contexts.
(edit) @64853   8 years vboxsync VMM/APIC: Paranoia.
(edit) @64663   8 years vboxsync VMM/APIC: Get rid of msrApicBase cache from CPUMCTX, make APIC work …
(edit) @64662   8 years vboxsync VMM/APIC: Doxygen fix.
(edit) @64661   8 years vboxsync VMM/APIC: Doxygen fix.
(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) @64112   8 years vboxsync VMM/APIC: comment nit.
(edit) @64086   8 years vboxsync VMM/APIC: Pass rcBusy to acpiSetEoi() so we return the appropriate …
(edit) @63843   8 years vboxsync VMM/APIC: Split ICR Lo, Hi, Full statistics to make it easier to …
(edit) @63637   8 years vboxsync VMM/APIC: Doxygen fix.
(edit) @63633   8 years vboxsync VMM/APIC: unused param fix.
(edit) @63632   8 years vboxsync VMM/APIC: Initial Hyper-V support for synthetic interrupts, Hyper-V …
(edit) @63525   8 years vboxsync nit
(edit) @63465   8 years vboxsync VMM: warnings (clang)
(edit) @62878   8 years vboxsync VMM/APIC: comment.
(edit) @62606   8 years vboxsync VMM: Unused parameters.
(edit) @62601   8 years vboxsync VMM: Unused parameters.
(edit) @62460   8 years vboxsync VMM: scm
(edit) @62309   8 years vboxsync VMM/APIC: More info. on AssertMsgFailed.
(edit) @62018   8 years vboxsync VMM/APIC: Fix unsupported delivery mode combinations with IPIs.
(edit) @61876   8 years vboxsync APIC: comment.
(edit) @61875   8 years vboxsync APIC: Make assertion local only for now, figure out if the guest can …
(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) @61807   8 years vboxsync VMM: attempt to fix the Windows breakage
(edit) @61800   8 years vboxsync VMM/APIC: Fix.
(edit) @61796   8 years vboxsync VMM/APIC: Build fix.
(edit) @61795   8 years vboxsync VMM/APIC: Cleanup.
(edit) @61794   8 years vboxsync VMM/APIC: Cleanup.
(edit) @61776   8 years vboxsync CPUM,APIC: Per-CPU APIC CPUID feature bit and MSR_IA32_APICBASE GP …
(edit) @61736   8 years vboxsync VMM/APIC: VBOXSTRICTRC nits, inline the MMIO read.
(edit) @61735   8 years vboxsync PDM,VMM: I/O APIC critsect fixes and interface changes to broadcast EOI.
(edit) @61608   8 years vboxsync VMM/APIC: Manually register the x2APIC MSR ranges when x2APIC mode is …
(edit) @61582   8 years vboxsync VMM/APIC: nit.
(edit) @61581   8 years vboxsync VMM/APIC: Fix remote IRR bit for level-triggered LINT0 interrupts and …
(edit) @61557   8 years vboxsync VMM/APIC: Comment.
(edit) @61339   9 years vboxsync VMM, Devices: Added new I/O APIC implementation.
(edit) @61324   9 years vboxsync VMM/APIC: Fix assertion while saving state.
(edit) @61151   9 years vboxsync VMM/APIC: naming.
(edit) @61150   9 years vboxsync VMM/APIC: Added stat counters for ICR Lo (IPIs) and timer ICR writes.
(edit) @61133   9 years vboxsync VMM/APIC: Nit.
(edit) @61132   9 years vboxsync VMM/APIC: Fix fRZEnabled=false option for MSR read/writes.
(edit) @61124   9 years vboxsync APIC: format specifier fixes
(edit) @61088   9 years vboxsync VMM/APIC: Disallow transition to x2APIC mode when the VM isn't …
(edit) @61078   9 years vboxsync VMM/APIC: Consistent naming.
(edit) @61075   9 years vboxsync VMM/APIC: nits.
(edit) @61074   9 years vboxsync VMM/APIC: build fix.
(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) @60916   9 years vboxsync APIC: Allow trigger mode bit for LINTx LVTs.
(edit) @60825   9 years vboxsync VMM/APIC: Log, inline.
(edit) @60820   9 years vboxsync VMM/APIC: Comment.
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