|
|
@84775
|
4 years |
vboxsync |
Attempt fix burns
|
|
|
@84774
|
4 years |
vboxsync |
Network/DevVirtioNet_1_0.cpp: Fixed controlq hang, reduced use of …
|
|
|
@84754
|
4 years |
vboxsync |
Devices/Graphics: fixed regression after r138536 (crash on startup …
|
|
|
@84752
|
4 years |
vboxsync |
BIOS: On boot failure, call into INT 18h and report that to the host …
|
|
|
@84750
|
4 years |
vboxsync |
DevVGA-SVGA.cpp: Fix crashing VMs on startup after r138536 due to a …
|
|
|
@84747
|
4 years |
vboxsync |
Devices/Graphics: logging. bugref:9695
|
|
|
@84743
|
4 years |
vboxsync |
Devices/Graphics: experimental GLX graphics output (build fix)
|
|
|
@84742
|
4 years |
vboxsync |
Devices/Graphics: experimental GLX graphics output
|
|
|
@84737
|
4 years |
vboxsync |
Devices/Graphics: optional release logging of performance metrics
|
|
|
@84727
|
4 years |
vboxsync |
Devices/Graphics: glLdr: load more functions (scm fix)
|
|
|
@84725
|
4 years |
vboxsync |
Devices/Graphics: glLdr: load more functions.
|
|
|
@84722
|
4 years |
vboxsync |
bugref:9637. setting vmsvga relevant functions in DevVGA only when …
|
|
|
@84715
|
4 years |
vboxsync |
AMD IOMMU: bugref:9654 PDM: Remove duplicate pfnIoApicSendMsi …
|
|
|
@84689
|
5 years |
vboxsync |
Devices/Serial/UartCore: Revert part of r137918 and switch the receive …
|
|
|
@84688
|
5 years |
vboxsync |
Devices/Serial/DrvTCP: Avoid filling up the pipe with external woken …
|
|
|
@84677
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Add I/O APIC PDM helper for talking to the …
|
|
|
@84676
|
5 years |
vboxsync |
EFI: Adjustments for VC++ 14.2. bugref:8489
|
|
|
@84675
|
5 years |
vboxsync |
EFI: VBoxVgaDxe/Edid: offsetof is not present with VC++ 14+, use …
|
|
|
@84673
|
5 years |
vboxsync |
BIOS: Removed INT 19h heuristic altogether (see bugref:5649).
|
|
|
@84666
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 DevIoApic: Nit.
|
|
|
@84665
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 DevIoApic: Attempted burn fix.
|
|
|
@84663
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 DevIoApic: Conversion between xAPIC interrupts …
|
|
|
@84651
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Move MSIADDR, MSIDATA and MSIMSG from IOMMU …
|
|
|
@84647
|
5 years |
vboxsync |
DevIoApic: nit.
|
|
|
@84638
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Unused defs.
|
|
|
@84580
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Clarification of sorts for LINT0/LINT1 and IOMMU.
|
|
|
@84566
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Interrupt remapping bits.
|
|
|
@84560
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Interrupt remapping bits.
|
|
|
@84540
|
5 years |
vboxsync |
Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). …
|
|
|
@84539
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Interrupt remapping bits.
|
|
|
@84533
|
5 years |
vboxsync |
s/VBOX_WITH_AUTOMATIC_DEFS_QUOTING/KMK_WITH_QUOTING/g - bugref:8489
|
|
|
@84530
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Interrupt remapping bits.
|
|
|
@84515
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 MSI Interrupt remapping bits.
|
|
|
@84514
|
5 years |
vboxsync |
Devices/USB: Convert to use new PDMDevHlp guest memory read/write …
|
|
|
@84509
|
5 years |
vboxsync |
iprt/cdefs.h,*: Introducing RT_FLEXIBLE_ARRAY_EXTENSION as a g++ hack …
|
|
|
@84504
|
5 years |
vboxsync |
Devices/Storage: Convert to use new PDMDevHlp guest memory read/write …
|
|
|
@84502
|
5 years |
vboxsync |
BIOS: Use a different heuristic for determining whether INT 19h needs …
|
|
|
@84489
|
5 years |
vboxsync |
Devices/DevAHCI: Convert PDMDevHlpPhys read/write calls to the new …
|
|
|
@84468
|
5 years |
vboxsync |
Network/DevVirtioNet_1.0.cpp: Removed force interrupt flag from API …
|
|
|
@84447
|
5 years |
vboxsync |
Audio/AC97: Revived / fixed async I/O code after driver interface …
|
|
|
@84432
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Interrupt remapping bits.
|
|
|
@84431
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 IOMMU interrupt remapping callback skeleton.
|
|
|
@84430
|
5 years |
vboxsync |
Network/DevVirtioNet_1_0.cpp: Fixed typo that made disabling …
|
|
|
@84411
|
5 years |
vboxsync |
*.kmk: VC++ 14.0 adjustments (just follow where 14.1 leads). bugref:8489
|
|
|
@84409
|
5 years |
vboxsync |
VBoxSVGA3D: VC++ 14.0 / UCRT adjustments. bugref:8489
|
|
|
@84408
|
5 years |
vboxsync |
VBoxMMNotificationClient.cpp: Use newly added wrapper for the …
|
|
|
@84392
|
5 years |
vboxsync |
disable temporary enable of DevVirtioNet_1_0.cpp in Config.kmk now …
|
|
|
@84391
|
5 years |
vboxsync |
Fix more windows compiler warnings
|
|
|
@84390
|
5 years |
vboxsync |
Fix more windows compiler warnings
|
|
|
@84389
|
5 years |
vboxsync |
Fix more windows compiler warnings
|
|
|
@84388
|
5 years |
vboxsync |
Fix more windows compiler warnings
|
|
|
@84386
|
5 years |
vboxsync |
Clean up more build warnings
|
|
|
@84384
|
5 years |
vboxsync |
Network/DevVirtioNet_1_0.cpp: Fix some Windows build warnings and …
|
|
|
@84383
|
5 years |
vboxsync |
Network/DevVirtioNet_1_0.cpp: Fixed bug where Network Settings on …
|
|
|
@84360
|
5 years |
vboxsync |
VUSB: Restored non-minimal initial control URB extra allocation (see …
|
|
|
@84359
|
5 years |
vboxsync |
CamelCasing.
|
|
|
@84358
|
5 years |
vboxsync |
Fix burns
|
|
|
@84357
|
5 years |
vboxsync |
Fix burns
|
|
|
@84356
|
5 years |
vboxsync |
Fix burns
|
|
|
@84355
|
5 years |
vboxsync |
Fix burns
|
|
|
@84354
|
5 years |
vboxsync |
Fix burns
|
|
|
@84353
|
5 years |
vboxsync |
Fix burn (move function into R3)
|
|
|
@84352
|
5 years |
vboxsync |
Fix burn
|
|
|
@84351
|
5 years |
vboxsync |
Network/DevVirtioNet_1_0.cpp: Fixed R0->R3 degradation in I/O path by …
|
|
|
@84334
|
5 years |
vboxsync |
Devices/{DevPIC,DevPIT-i8254}: Doxygen
|
|
|
@84320
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Bits.
|
|
|
@84318
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Bits.
|
|
|
@84317
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Asynchronous IOMMU command processing.
|
|
|
@84315
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Bits.
|
|
|
@84314
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 DSFX, DSCX, DSSX revision numbers. Not sure we …
|
|
|
@84308
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Asynchronous IOMMU command processing.
|
|
|
@84302
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Asynchronous IOMMU command processing.
|
|
|
@84301
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Asynchronous IOMMU command processing.
|
|
|
@84292
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Asynchronous IOMMU command processing.
|
|
|
@84291
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Asynchronous IOMMU command processing.
|
|
|
@84285
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Asynchronous IOMMU command processing.
|
|
|
@84281
|
5 years |
vboxsync |
Devices/UartCore: Switch to the virtual sync timer for the unconnected …
|
|
|
@84259
|
5 years |
vboxsync |
DevVGA-SVGA3d-win.cpp: VC++ 14.1 warnings. bugref:8489
|
|
|
@84242
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Use a separate IOWALKRESULT struct rather than …
|
|
|
@84237
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Multi-page I/O page walk bits.
|
|
|
@84236
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Don't forget to add the page offset into the …
|
|
|
@84228
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Bits.
|
|
|
@84227
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Multi-page I/O page walk bits.
|
|
|
@84225
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Page walk bits.
|
|
|
@84223
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Page walk bits.
|
|
|
@84222
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Bits.
|
|
|
@84221
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Bits.
|
|
|
@84200
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Doxygen.
|
|
|
@84199
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Bits.
|
|
|
@84183
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Bits.
|
|
|
@84181
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Bits.
|
|
|
@84171
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Doxygen, whitespace.
|
|
|
@84170
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Bits.
|
|
|
@84157
|
5 years |
vboxsync |
Devices/Serial/DrvTCP: Don't block the guest if there is no one …
|
|
|
@84136
|
5 years |
vboxsync |
DevVGA-SVGA3d: Use ASSERT_GUEST_RETURN rather than AssertReturn for …
|
|
|
@84134
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Bits.
|
|
|
@84133
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Nits.
|
|
|
@84132
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Exclusion range.
|
|
|
@84131
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 PPR logging is optional, deal with it later.
|
|
|
@84129
|
5 years |
vboxsync |
AMD IOMMU: bugref:9654 Circular buffer fixes.
|
|
|