VirtualBox

source: vbox/trunk/src/VBox/Devices/PC

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @90304   3 years vboxsync DevHPET: Logging. bugref:10073 oem2ticketref:43
(edit) @90298   3 years vboxsync DevIoApic: Don't point to out of scope variable in ioapicSendMsi. …
(edit) @89738   3 years vboxsync Warning.
(edit) @89735   3 years vboxsync DevRTC: Added more statistics to the RTC device, tracking interrupt …
(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) @89392   4 years vboxsync BIOS: Allocate bounce buffer before using it.
(edit) @89384   4 years vboxsync Devices/PC/BIOS: Allocate the bounce buffer only when booting from a …
(edit) @89367   4 years vboxsync Devices/PC/BIOS/eltorito.c: Don't use the skip_b, skip_a mechanism for …
(edit) @89364   4 years vboxsync Devices/PC/BIOS: Remove the skip_b,skip_a mechanism as it is unused …
(edit) @89363   4 years vboxsync Devices/PC/BIOS/eltorito.c: Don't use the skip_b, skip_a mechanism for …
(edit) @89272   4 years vboxsync PC/BIOS/buslogic: Don't disable interrupts or guests will be confused, …
(edit) @89270   4 years vboxsync Comments.
(edit) @89267   4 years vboxsync PC/BIOS/buslogic: Use the EXECUTE SCSI command instead of the mailbox …
(edit) @89211   4 years vboxsync Devices/PC/BIOS: Fix CD/DVD access with the new BusLogic and LsiLogic …
(edit) @89169   4 years vboxsync Devices/PC/BIOS: Implement basic BusLogic and LsiLogic drivers to be …
(edit) @89168   4 years vboxsync Devices/PC/BIOS: Implement basic BusLogic and LsiLogic drivers to be …
(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) @88836   4 years vboxsync DevRTC: Since we expose the stats in release builds, we might as well …
(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) @88484   4 years vboxsync Intel IOMMU: bugref:9967 Main: Use the same I/O APIC PCI address …
(edit) @88354   4 years vboxsync DevHPET: scm fix
(edit) @88353   4 years vboxsync Forward ported r143589+r143590 from 6.1: DevHPET: Corrected the …
(edit) @88352   4 years vboxsync Forward ported r143587+r143588 from 6.1: DevHPET: Dropped the …
(edit) @88351   4 years vboxsync Forward ported r143586 from 6.1: DevHPET: Reduce locking in timer …
(edit) @88342   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88340   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88333   4 years vboxsync Intel IOMMU: bugref:9967 ACPI, BusAssignmentManager and ConsoleImpl2 …
(edit) @88310   4 years vboxsync Intel IOMMU: bugref:9967 WIP.
(edit) @88281   4 years vboxsync Intel IOMMU: bugref:9967 ACPI: Adjustments for Intel IOMMU (DMAR). WIP.
(edit) @87937   4 years vboxsync DevRTC: Corrected timer Hz hinting. (info timers; AMD-V)
(edit) @87784   4 years vboxsync BIOS: Reworked INT 15h/86h to use the RTC like INT 15h/83h already does.
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87767   4 years vboxsync VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @87127   4 years vboxsync DMA,PDM: Pass the pDevIns of the caller to PDMDMAREG::pfnRegister. DMA …
(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) @86639   4 years vboxsync Config.kmk,Devices/DevLpc-new.cpp: Get rid of VBOX_WITH_NEW_LPC_DEVICE …
(edit) @86591   4 years vboxsync Devices/HPET: Fix timer count.
(edit) @86408   4 years vboxsync AMD IOMMU: bugref:9654 Add IVRS (IOMMU I/O Virtualization Reporting …
(edit) @86367   4 years vboxsync AMD IOMMU: bugref:9654 I/O Apic Stat name nit.
(edit) @86315   4 years vboxsync AMD IOMMU: bugref:9654 Nit.
(edit) @86283   4 years vboxsync AMD IOMMU: bugref:9654 Use a dedicated CFGM key for enabling IOMMU (as …
(edit) @86080   4 years vboxsync AMD IOMMU: bugref:9654 Enable INVALIDATE_ALL command support and …
(edit) @86071   4 years vboxsync AMD IOMMU: bugref:9654 Report Coherent bit as 1 in the ACPI tables …
(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) @86034   4 years vboxsync Devices/DevQemuFwCfg: Add device emulation implementing QEMUs firmware …
(edit) @86033   4 years vboxsync Devices/DevQemuFwCfg: Add device emulation implementing QEMUs firmware …
(edit) @86032   4 years vboxsync Devices/DevQemuFwCfg: Add device emulation implementing QEMUs firmware …
(edit) @85992   4 years vboxsync Devices/VBoxAcpi.cpp: cleanups; make sure to return errors.
(edit) @85991   4 years vboxsync Devices/vbox-standard.dsl: Added 32 more processor definitions so it's …
(edit) @85966   4 years vboxsync DevIoApic: Added some release stats.
(edit) @85948   4 years vboxsync Devices/DevFwCommon.cpp: Don't assert when assigning 32GiB or more to a VM.
(edit) @85912   4 years vboxsync AMD IOMMU: bugref:9654 Split IOMMU data into relevant headers to share …
(edit) @85865   4 years vboxsync AMD IOMMU: bugref:9654 I/O APIC will use the southbridge I/O PCI …
(edit) @85855   4 years vboxsync AMD IOMMU: bugref:9654 ACPI fixes.
(edit) @85677   4 years vboxsync AMD IOMMU: bugref:9654 Reverted unintentional Log to LogRel change in …
(edit) @85639   4 years vboxsync AMD IOMMU: bugref:9654 ACPI tables for IOMMU. ifdef'd not enabled.
(edit) @85487   4 years vboxsync DevIoApic: Print the APIC version in the log rather than the …
(edit) @85349   4 years vboxsync ACPI: vbox.dsl fix trailing blank scm burn.
(edit) @85347   4 years vboxsync ACPI: Add IndexFields for IOMMU and SB I/O APIC. Let's see if this …
(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) @84958   4 years vboxsync Devices: Use TOOL_YASM_AS at various places; helps cross-building …
(edit) @84957   4 years vboxsync Devices: Use TOOL_YASM_AS at various places; helps cross-building (WSL).
(edit) @84913   4 years vboxsync DevDMA: Added an info handler to dump DMA page registers since only …
(edit) @84901   4 years vboxsync BIOS: Do not hardcode conventional memory size, query from CMOS instead.
(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) @84829   4 years vboxsync BIOS: Don't panic and hard halt when the specified boot medium is not …
(edit) @84826   4 years vboxsync AMD IOMMU: bugref:9654 PDM interface changes for supplying …
(edit) @84752   4 years vboxsync BIOS: On boot failure, call into INT 18h and report that to the host …
(edit) @84677   4 years vboxsync AMD IOMMU: bugref:9654 Add I/O APIC PDM helper for talking to the …
(edit) @84673   4 years vboxsync BIOS: Removed INT 19h heuristic altogether (see bugref:5649).
(edit) @84666   5 years vboxsync AMD IOMMU: bugref:9654 DevIoApic: Nit.
(edit) @84665   5 years vboxsync AMD IOMMU: bugref:9654 DevIoApic: Attempted burn fix.
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