-
Notifications
You must be signed in to change notification settings - Fork 103
Comparing changes
Open a pull request
base repository: rust-vmm/vm-virtio
base: virtio-queue-v0.15.0
head repository: rust-vmm/vm-virtio
compare: virtio-queue-v0.16.0
- 12 commits
- 194 files changed
- 4 contributors
Commits on Jun 11, 2025
-
virtio-queue-ser: Prepare v0.12.0 release
Changed - Updated virtio-queue form 0.14.0 to 0.15.0 Fixed - Add license files. Signed-off-by: Jinank Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6a52cf - Browse repository at this point
Copy the full SHA f6a52cfView commit details -
virtio-vsock: prepare v0.9.0 release
Fixed - Add license files. Changed - Updated virtio-bindings from 0.2.4 to 0.2.5. - Updated virtio-queue from 0.14.0 to 0.15.0 Signed-off-by: Stefano Garzarella <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86528a9 - Browse repository at this point
Copy the full SHA 86528a9View commit details
Commits on Jun 16, 2025
-
virtio-queue: Fix warning from nightly compiler
There is a new warning reported by nightly compiler about mismatched lifetime syntaxes. Add the missing lifetime where ever required. Signed-off-by: Jinank Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9e86fac - Browse repository at this point
Copy the full SHA 9e86facView commit details
Commits on Jun 25, 2025
-
virtio-bindings: check in generated bindings again
This reverts 2c21f25 ("virtio-bindings: use bindgen library from build.rs"), and goes back to including generated bindings in the repo, because users have found the requirement to have an up to date libclang at build time to be onerous. We started generating the bindings at build time because we discovered they vary per architecture, so I've added a new generate-bindings.sh script that will generate bindings for a list of architectures, which will be easy to change in future. Fortunately endianness doesn't seem to make a difference to the generated bindings. Signed-off-by: Alyssa Ross <[email protected]> Fixes: #347
Configuration menu - View commit details
-
Copy full SHA for 1b5087f - Browse repository at this point
Copy the full SHA 1b5087fView commit details -
virtio-bindings: regenerate with Linux 6.15
Signed-off-by: Alyssa Ross <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b4bf61 - Browse repository at this point
Copy the full SHA 6b4bf61View commit details
Commits on Jun 26, 2025
-
virtio-bindings: Remove bindgen from build deps
Since we have moved away from generating bindings on the fly. Let's remove bindgen from build dependencies. Signed-off-by: Jinank Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0bb9d37 - Browse repository at this point
Copy the full SHA 0bb9d37View commit details -
virtio-bindings: Remove unused feature flags
Since we are only generating bindings for 6.15 kernel now, let's remove the unused feature flags. Signed-off-by: Jinank Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3236c5b - Browse repository at this point
Copy the full SHA 3236c5bView commit details -
virtio-bindings: Prepare v0.2.6 release
Changed - Bindings are now once again distributed with the crate, rather than generated at build time. - Regenerate bindings with Linux 6.15. - Remove unused feature flags and build dependencies. Signed-off-by: Jinank Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5183b9b - Browse repository at this point
Copy the full SHA 5183b9bView commit details -
virtio-queue: Prepare v0.16.0 release
Changed - Updated virtio-bindings from 0.2.5 to 0.2.6. Signed-off-by: Jinank Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c87932c - Browse repository at this point
Copy the full SHA c87932cView commit details -
virtio-queue-ser: Prepare for v0.13.0 release
Changed - Updated virtio-queue form 0.15.0 to 0.16.0 Signed-off-by: Jinank Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d03d7d - Browse repository at this point
Copy the full SHA 0d03d7dView commit details -
virtio-vsock: prepare v0.10.0 release
Changed - Updated virtio-bindings from 0.2.5 to 0.2.6. - Updated virtio-queue from 0.15.0 to 0.16.0 Signed-off-by: Jinank Jain <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84b01b8 - Browse repository at this point
Copy the full SHA 84b01b8View commit details -
Bump virtio-queue-ser to v0.13.0
Signed-off-by: Manos Pitsidianakis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3795a5 - Browse repository at this point
Copy the full SHA d3795a5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff virtio-queue-v0.15.0...virtio-queue-v0.16.0