benyamin-codez
benyamin-codez
### What Problem Does This Solve? When playlists reach 5000 items, the API returns a playlistContainsMaximumNumberOfVideos error, per: ``` info : [plugin.video.youtube] Running: YouTube (7.0.5+beta.1+matrix.1) on Nexus (Kodi-20.3) with Python...
### Context Please provide any relevant information about your setup * Add-on Version: 7.0.2.2.matrix.1 * Kodi Version: 19.5 * Kodi GUI Language: English * Operating System: Linux 5.10.78-7-osmc armv7l GNU/Linux...
Fixes regression in SendSRB of [vioscsi] Related issues: #756 #623 #907 ... [likely others] Regression was introduced in #684 between https://github.com/virtio-win/kvm-guest-drivers-windows/commit/7dc052d55057c2a4dc2f64639d2f5ad6de34c4af and https://github.com/virtio-win/kvm-guest-drivers-windows/commit/fdf56ddfb44028b5295d2bdf20a30f5d90b2f13e. Specifically due to commits https://github.com/virtio-win/kvm-guest-drivers-windows/commit/f1338bb7edd712bb9c3cf9c9b122e60a3f518408 and https://github.com/virtio-win/kvm-guest-drivers-windows/commit/fdf56ddfb44028b5295d2bdf20a30f5d90b2f13e...
Changes the `PHYS_SEGMENTS_LIMIT` to 1,022 equal to QEMU's `VIRTQUEUE_MAX_SIZE` less 2 (for the `CONTROL` and `EVENT` queues). This results in: 1. `adaptExt->max_segments` = 1022 2. `ConfigInfo->NumberOfPhysicalBreaks` = 1023 3. `ConfigInfo->MaximumTransferLength`...
1. Introduced three (3) compile-time environment variables: a) `RUN_WPP_ALL_PATHS` Compile WPP for the hot path too. Is the inverse of `RUN_COLD_PATH_ONLY`, which is the default behaviour. b) `FORCE_RUN_UNCHECKED` Run without...
Adds capability to do per-HBA registry reads. This permits, e.g. `PhysicalBreaks_001`, `PhysicalBreaks_002`, etc. This is an alternative to `\Parameters\Device(d)` by instead using the format `\Parameters\Device\Valuename_123`. Includes `FIXME NOTE` regarding `StorPortGetSystemPortNumber()`....
Refactors `VirtIoHwInitialize()` to improve instrumentation.
1. Added missing juice in PR [#487](https://github.com/virtio-win/kvm-guest-drivers-windows/pull/487) (f8c904c), recommended for SMP with CPU affinity plus increase in `MAX_PHYS_SEGMENTS` (8x) and MaxXfer size. Other performance enhancements are available, but this commit...
Eliminates `VioScsiMSInterruptWorker()` by refactoring contents into new `ProcessQueue()` routine. This consolidates the child processes of: - `HW_INTERRUPT` - `HW_MESSAGE_SIGNALLED_INTERRUPT_ROUTINE` Implemented using new tracing functionality. This includes use of the new...
Show the _RegistryPath_. Show the _CrashDump Mode_. Show `StorPortInitialize()` return value (including LONG). Show `NTDDI_VERSION`. Also added `hwInitData.AddressTypeFlags`. Added missing `NTDDI` definitions in `vioscsi.h`.