|
|
@95388
|
2 years |
vboxsync |
PC/BIOS: indent
|
|
|
@95259
|
2 years |
vboxsync |
src/*.kmk: Applied VBOX_WITH_AUTOMATIC_DEFS_QUOTING to some 9 …
|
|
|
@95108
|
3 years |
vboxsync |
Devices/Dev*: Replaced some leftover 'PDMBOTHCBDECL' usage with …
|
|
|
@95053
|
3 years |
vboxsync |
BIOS: Set submodel ID to 1. Also added a disabled IBM VPD table as an …
|
|
|
@95052
|
3 years |
vboxsync |
BIOS: Corrected FDPT entry struct.
|
|
|
@95050
|
3 years |
vboxsync |
BIOS: Filled in the Fixed Disk Parameter table to correspond to the …
|
|
|
@95039
|
3 years |
vboxsync |
7.0.0 ALPHA1
|
|
|
@94786
|
3 years |
vboxsync |
BIOS: Added trivial APM status (INT 15h/530Ah) support.
|
|
|
@94309
|
3 years |
vboxsync |
Device/DevPcBios: Fix long standing issue which resulted in rejecting …
|
|
|
@94080
|
3 years |
vboxsync |
Device/DevPcBios: Fix long standing mostly harmless typo (will …
|
|
|
@93953
|
3 years |
vboxsync |
DevFwCommon: Tweaks for making it build with GCC 11.2.1 and some cleanups.
|
|
|
@93952
|
3 years |
vboxsync |
DevFwCommon: Tweaks for making it build with GCC 11.2.1 and some cleanups.
|
|
|
@93944
|
3 years |
vboxsync |
Devices: Must not use PAGE_SIZE, PAGE_SHIFT, PAGE_OFFSET_MASK, …
|
|
|
@93832
|
3 years |
vboxsync |
DevPIC: Must handle at least some 16-bit accesses. Existing software …
|
|
|
@93528
|
3 years |
vboxsync |
Devices/DevFwCommon.cpp: comment typo
|
|
|
@93415
|
3 years |
vboxsync |
BIOS: Added comment about WDCTRL.386.
|
|
|
@93115
|
3 years |
vboxsync |
scm --update-copyright-year
|
|
|
@92290
|
3 years |
vboxsync |
BIOS: Use get_cmos_word in other places where we read two adjacent …
|
|
|
@92288
|
3 years |
vboxsync |
BIOS: More INT 15 / E820h cleanup, reducing code size by 33 bytes. …
|
|
|
@92280
|
3 years |
vboxsync |
BIOS: Save a few more bytes in the INT 15 / E820h code; disabled the …
|
|
|
@92279
|
3 years |
vboxsync |
BIOS: Fixed INT 15h/E820h reporting of memory above 1TiB, simplified …
|
|
|
@92193
|
3 years |
vboxsync |
VMM/MM,DevPcArch: Split the base RAM allocation into conventional (< …
|
|
|
@92192
|
3 years |
vboxsync |
VMM/MM,DevPcArch: Split the base RAM allocation into conventional (< …
|
|
|
@92185
|
3 years |
vboxsync |
scm: Check UTF-8 encoding and reject files with bidirectional control …
|
|
|
@91968
|
3 years |
vboxsync |
VMM,Devices: Replace remaining direct calls to VBoxVMM with device and …
|
|
|
@91961
|
3 years |
vboxsync |
VMM,DevPciBios: Add helper callback for PDMR3QueryLun and make use of …
|
|
|
@91960
|
3 years |
vboxsync |
VMM,DevPciBios: Add helper callback for PDMR3QueryLun and make use of …
|
|
|
@91920
|
3 years |
vboxsync |
VMM,Devices: Eliminate direct calls to VMMR3 and VMR3 APIs and …
|
|
|
@91897
|
3 years |
vboxsync |
VMM,Devices: Add callbacks to required MMR3* APIs to the helper …
|
|
|
@91885
|
3 years |
vboxsync |
Devices/PC/ACPI/VBoxAcpi.cpp: Access CFGM API only through the device …
|
|
|
@91864
|
3 years |
vboxsync |
Devices/PC: Change ACPI drivers to access the CFGM API through the …
|
|
|
@91739
|
3 years |
vboxsync |
DevPIC: Avoid release assertion (see bugref:10109).
|
|
|
@91566
|
3 years |
vboxsync |
Device/DevPcBios: Interim solution for signalling boot failure through …
|
|
|
@91238
|
3 years |
vboxsync |
DevACPI: Use ASSERT_GUEST instead of Assert in a couple of place; …
|
|
|
@91234
|
3 years |
vboxsync |
ACPI: Fixed IDX0 offset mixup introduced by r139337 when adding IOMA …
|
|
|
@91083
|
3 years |
vboxsync |
Devices/DevACPI,vboxtpm.dsl: Add support for TPM 1.2 operation, …
|
|
|
@90908
|
3 years |
vboxsync |
Devices/ACPI: Preliminary TPM support (disabled), bugref:10075
|
|
|
@90447
|
3 years |
vboxsync |
Dev*: Checked up all the PDMDevHlpCritSectEnter calls to make sure the …
|
|
|
@90445
|
3 years |
vboxsync |
Dev*: Check PDMDevHlpCritSectEnter return status better. bugref:6695
|
|
|
@90436
|
3 years |
vboxsync |
VMM,Dev*: Handle PDMCritSectEnter failures in relation to the PDM …
|
|
|
@90363
|
3 years |
vboxsync |
DevIoApic: Comment update for flip-flip case. bugref:10073
|
|
|
@90332
|
3 years |
vboxsync |
Dev*: Use PDMCritSect API via PDMDevHlp. bugref:10074
|
|
|
@90318
|
3 years |
vboxsync |
DevIoApic: Must save & restore the flip-flop bitmap. bugref:10073 …
|
|
|
@90309
|
3 years |
vboxsync |
DevIoApic: Tenative fix for re-triggering edge interrupts in EOI …
|
|
|
@90308
|
3 years |
vboxsync |
DevIoApic: PDM_IRQ_LEVEL_FLIP_FLOP fix (HPET). Needs state saving. …
|
|
|
@90307
|
3 years |
vboxsync |
DevIoApic: IRQ tagging fixes. Todo for EIO. bugref:10073 oem2tickeref:43
|
|
|
@90304
|
3 years |
vboxsync |
DevHPET: Logging. bugref:10073 oem2ticketref:43
|
|
|
@90298
|
3 years |
vboxsync |
DevIoApic: Don't point to out of scope variable in ioapicSendMsi. …
|
|
|
@89738
|
3 years |
vboxsync |
Warning.
|
|
|
@89735
|
3 years |
vboxsync |
DevRTC: Added more statistics to the RTC device, tracking interrupt …
|
|
|
@89734
|
3 years |
vboxsync |
DevIoApic: Added stats to track how long level-triggered interrupts …
|
|
|
@89620
|
3 years |
vboxsync |
Intel IOMMU: bugref:9967 Allow PDMIoApicSetEoi operation to be queued …
|
|
|
@89392
|
4 years |
vboxsync |
BIOS: Allocate bounce buffer before using it.
|
|
|
@89384
|
4 years |
vboxsync |
Devices/PC/BIOS: Allocate the bounce buffer only when booting from a …
|
|
|
@89367
|
4 years |
vboxsync |
Devices/PC/BIOS/eltorito.c: Don't use the skip_b, skip_a mechanism for …
|
|
|
@89364
|
4 years |
vboxsync |
Devices/PC/BIOS: Remove the skip_b,skip_a mechanism as it is unused …
|
|
|
@89363
|
4 years |
vboxsync |
Devices/PC/BIOS/eltorito.c: Don't use the skip_b, skip_a mechanism for …
|
|
|
@89272
|
4 years |
vboxsync |
PC/BIOS/buslogic: Don't disable interrupts or guests will be confused, …
|
|
|
@89270
|
4 years |
vboxsync |
Comments.
|
|
|
@89267
|
4 years |
vboxsync |
PC/BIOS/buslogic: Use the EXECUTE SCSI command instead of the mailbox …
|
|
|
@89211
|
4 years |
vboxsync |
Devices/PC/BIOS: Fix CD/DVD access with the new BusLogic and LsiLogic …
|
|
|
@89169
|
4 years |
vboxsync |
Devices/PC/BIOS: Implement basic BusLogic and LsiLogic drivers to be …
|
|
|
@89168
|
4 years |
vboxsync |
Devices/PC/BIOS: Implement basic BusLogic and LsiLogic drivers to be …
|
|
|
@89098
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 ConsoleImpl2, DevIoApic: When Main configures …
|
|
|
@89071
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 DevIoApic: Assert now works with PDM lock is …
|
|
|
@89070
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 DevIoApic: Naming fix.
|
|
|
@89066
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 DevIoApic: Add macros for checking PDM lock …
|
|
|
@89064
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 DevIoApic: Slightly cleaner code when sending …
|
|
|
@89035
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 DevIoApic: Slight cleanup and don't RT_ZERO …
|
|
|
@89032
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 Trigger mode can actually be changed by …
|
|
|
@89003
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 DevIoApic: Add support guests to program …
|
|
|
@88836
|
4 years |
vboxsync |
DevRTC: Since we expose the stats in release builds, we might as well …
|
|
|
@88826
|
4 years |
vboxsync |
DevIoApic: Code-style nit and a todo. We should be able to release the …
|
|
|
@88822
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 Enable calling pfnIommuMsiRemap for Intel …
|
|
|
@88638
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 Refactor some PDM-IOMMU interfaces to …
|
|
|
@88631
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 Slightly more efficient when a VM does not have …
|
|
|
@88612
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 DevIoApic: Build fix.
|
|
|
@88581
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 DevIoApic: Don't try to remap MSIs generated …
|
|
|
@88484
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 Main: Use the same I/O APIC PCI address …
|
|
|
@88354
|
4 years |
vboxsync |
DevHPET: scm fix
|
|
|
@88353
|
4 years |
vboxsync |
Forward ported r143589+r143590 from 6.1: DevHPET: Corrected the …
|
|
|
@88352
|
4 years |
vboxsync |
Forward ported r143587+r143588 from 6.1: DevHPET: Dropped the …
|
|
|
@88351
|
4 years |
vboxsync |
Forward ported r143586 from 6.1: DevHPET: Reduce locking in timer …
|
|
|
@88342
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 WIP.
|
|
|
@88340
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 WIP.
|
|
|
@88333
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 ACPI, BusAssignmentManager and ConsoleImpl2 …
|
|
|
@88310
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 WIP.
|
|
|
@88281
|
4 years |
vboxsync |
Intel IOMMU: bugref:9967 ACPI: Adjustments for Intel IOMMU (DMAR). WIP.
|
|
|
@87937
|
4 years |
vboxsync |
DevRTC: Corrected timer Hz hinting. (info timers; AMD-V)
|
|
|
@87784
|
4 years |
vboxsync |
BIOS: Reworked INT 15h/86h to use the RTC like INT 15h/83h already does.
|
|
|
@87773
|
4 years |
vboxsync |
VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
|
|
|
@87767
|
4 years |
vboxsync |
VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
|
|
|
@87760
|
4 years |
vboxsync |
VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
|
|
|
@87127
|
4 years |
vboxsync |
DMA,PDM: Pass the pDevIns of the caller to PDMDMAREG::pfnRegister. DMA …
|
|
|
@86927
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 DevIoApic: Fix passing the correct BDF …
|
|
|
@86901
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 Devices/PC/DevIoApic: Add stats for remapped …
|
|
|
@86868
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 DevIoApic: Assertion to ensure trigger mode …
|
|
|
@86865
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 DevIoApic: Assertion to ensure polarity hasn't …
|
|
|
@86810
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 DevIoApic: Add stat for counting interrupts and …
|
|
|
@86762
|
4 years |
vboxsync |
DevIoApic: Log nit.
|
|
|