VirtualBox

source: vbox/trunk/src/VBox/Devices/PC/DevIoApic.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90436   3 years vboxsync VMM,Dev*: Handle PDMCritSectEnter failures in relation to the PDM …
(edit) @90363   3 years vboxsync DevIoApic: Comment update for flip-flip case. bugref:10073
(edit) @90332   3 years vboxsync Dev*: Use PDMCritSect API via PDMDevHlp. bugref:10074
(edit) @90318   3 years vboxsync DevIoApic: Must save & restore the flip-flop bitmap. bugref:10073 …
(edit) @90309   3 years vboxsync DevIoApic: Tenative fix for re-triggering edge interrupts in EOI …
(edit) @90308   3 years vboxsync DevIoApic: PDM_IRQ_LEVEL_FLIP_FLOP fix (HPET). Needs state saving. …
(edit) @90307   3 years vboxsync DevIoApic: IRQ tagging fixes. Todo for EIO. bugref:10073 oem2tickeref:43
(edit) @90298   3 years vboxsync DevIoApic: Don't point to out of scope variable in ioapicSendMsi. …
(edit) @89738   3 years vboxsync Warning.
(edit) @89734   3 years vboxsync DevIoApic: Added stats to track how long level-triggered interrupts …
(edit) @89620   3 years vboxsync Intel IOMMU: bugref:9967 Allow PDMIoApicSetEoi operation to be queued …
(edit) @89098   4 years vboxsync Intel IOMMU: bugref:9967 ConsoleImpl2, DevIoApic: When Main configures …
(edit) @89071   4 years vboxsync Intel IOMMU: bugref:9967 DevIoApic: Assert now works with PDM lock is …
(edit) @89070   4 years vboxsync Intel IOMMU: bugref:9967 DevIoApic: Naming fix.
(edit) @89066   4 years vboxsync Intel IOMMU: bugref:9967 DevIoApic: Add macros for checking PDM lock …
(edit) @89064   4 years vboxsync Intel IOMMU: bugref:9967 DevIoApic: Slightly cleaner code when sending …
(edit) @89035   4 years vboxsync Intel IOMMU: bugref:9967 DevIoApic: Slight cleanup and don't RT_ZERO …
(edit) @89032   4 years vboxsync Intel IOMMU: bugref:9967 Trigger mode can actually be changed by …
(edit) @89003   4 years vboxsync Intel IOMMU: bugref:9967 DevIoApic: Add support guests to program …
(edit) @88826   4 years vboxsync DevIoApic: Code-style nit and a todo. We should be able to release the …
(edit) @88822   4 years vboxsync Intel IOMMU: bugref:9967 Enable calling pfnIommuMsiRemap for Intel …
(edit) @88638   4 years vboxsync Intel IOMMU: bugref:9967 Refactor some PDM-IOMMU interfaces to …
(edit) @88631   4 years vboxsync AMD IOMMU: bugref:9654 Slightly more efficient when a VM does not have …
(edit) @88612   4 years vboxsync AMD IOMMU: bugref:9654 DevIoApic: Build fix.
(edit) @88581   4 years vboxsync Intel IOMMU: bugref:9967 DevIoApic: Don't try to remap MSIs generated …
(edit) @86927   4 years vboxsync AMD IOMMU: bugref:9654 DevIoApic: Fix passing the correct BDF …
(edit) @86901   4 years vboxsync AMD IOMMU: bugref:9654 Devices/PC/DevIoApic: Add stats for remapped …
(edit) @86868   4 years vboxsync AMD IOMMU: bugref:9654 DevIoApic: Assertion to ensure trigger mode …
(edit) @86865   4 years vboxsync AMD IOMMU: bugref:9654 DevIoApic: Assertion to ensure polarity hasn't …
(edit) @86810   4 years vboxsync AMD IOMMU: bugref:9654 DevIoApic: Add stat for counting interrupts and …
(edit) @86762   4 years vboxsync DevIoApic: Log nit.
(edit) @86367   4 years vboxsync AMD IOMMU: bugref:9654 I/O Apic Stat name nit.
(edit) @86070   4 years vboxsync AMD IOMMU: bugref:9654 Fix accidentally not copying/initialize MSIMSG …
(edit) @86040   4 years vboxsync AMD IOMMU: bugref:9654 Log.
(edit) @85966   4 years vboxsync DevIoApic: Added some release stats.
(edit) @85865   4 years vboxsync AMD IOMMU: bugref:9654 I/O APIC will use the southbridge I/O PCI …
(edit) @85487   4 years vboxsync DevIoApic: Print the APIC version in the log rather than the …
(edit) @85009   4 years vboxsync AMD IOMMU: bugref: 9654 PDM, Main: Changes for southbridge I/O APIC …
(edit) @85007   4 years vboxsync AMD IOMMU: bugref:9654 PDM, Main: Changes for southbridge I/O APIC and …
(edit) @84868   4 years vboxsync AMD IOMMU: bugref:9654 DevIoAcpi: Darwin build fix.
(edit) @84867   4 years vboxsync AMD IOMMU: bugref:9654 DevIoApic: Remap interrupts via the IOMMU.
(edit) @84860   4 years vboxsync AMD IOMMU: bugref:9654 DevIoApic: Build fix.
(edit) @84859   4 years vboxsync AMD IOMMU: bugref:9654 DevIoApic: Remap MSIs via the IOMMU before …
(edit) @84826   4 years vboxsync AMD IOMMU: bugref:9654 PDM interface changes for supplying …
(edit) @84677   4 years vboxsync AMD IOMMU: bugref:9654 Add I/O APIC PDM helper for talking to the …
(edit) @84666   4 years vboxsync AMD IOMMU: bugref:9654 DevIoApic: Nit.
(edit) @84665   4 years vboxsync AMD IOMMU: bugref:9654 DevIoApic: Attempted burn fix.
(edit) @84663   4 years vboxsync AMD IOMMU: bugref:9654 DevIoApic: Conversion between xAPIC interrupts …
(edit) @84647   4 years vboxsync DevIoApic: nit.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82041   5 years vboxsync PIC,APIC,IOAPIC,PDM: The PIC, APIC, and IOAPIC cannot have their …
(edit) @81958   5 years vboxsync DevIoApic: Corrected comments. bugref:9218
(edit) @81957   5 years vboxsync DevIoApic: Corrected comments. bugref:9218
(edit) @81949   5 years vboxsync DevIoApic: indexing paranoia. bugref:9218
(edit) @81948   5 years vboxsync IOAPIC,VMM: Made the pfnSetEoi and PDMIoApicBroadcastEoi functions …
(edit) @81946   5 years vboxsync DevIoApic: Split up the device state and flagged the device as …
(edit) @81942   5 years vboxsync DevIoApic: Convert the MMIO handlers to new style. bugref:9218
(edit) @81939   5 years vboxsync DevIoApic: Use dev hlp for SSMR3 calls. Nits. bugref:9218
(edit) @81938   5 years vboxsync DevIoApic,PDM: Refactored the IOAPIC registration to be done directly …
(edit) @81765   5 years vboxsync Devices: Use new volatile SSM getters and enum macros. bugref:9218
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81514   5 years vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(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) @76553   6 years vboxsync scm --update-copyright-year
(edit) @71853   7 years vboxsync DevIoApic.cpp: paranoia
(edit) @71809   7 years vboxsync PC/Dev*: nits
(edit) @70875   7 years vboxsync DevIoApic: Added 82379AB variant with fewer RTEs. NT 3.1 likes it.
(edit) @70869   7 years vboxsync DevIoApic: spaces nit, logging.
(edit) @70868   7 years vboxsync Typo.
(edit) @70867   7 years vboxsync DevIoApic: Made APIC version a CFGM option rather than the unwieldy …
(edit) @70829   7 years vboxsync IOAPIC: fix compilation of non-default 82093AA flavor, which is never built
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @63618   8 years vboxsync DevIoApic: Comment regarding remote IRR bit and corresponding bugref.
(edit) @63464   8 years vboxsync DevIoApic: Revert r109657 (causing boot failures on SMP windows VMs)
(edit) @63209   8 years vboxsync Devices: warnings (gcc)
(edit) @63045   8 years vboxsync DevIoApic: bugref:8386:39 Allow writing the remote IRR bit while …
(edit) @63043   8 years vboxsync DevIoApic: Log new-line.
(edit) @62997   8 years vboxsync DevIoApic: Make assertion local for me, seems guests can hit it genuinely.
(edit) @62903   8 years vboxsync Devices: warnings
(edit) @62610   8 years vboxsync Devices: unused parameters.
(copy) @62563   8 years vboxsync Devices: Rename I/O APIC files.
copied from trunk/src/VBox/Devices/PC/DevIOAPIC_New.cpp
(edit) @62437   8 years vboxsync Devices: MSC level 4 warnings (release build)
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