Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-vmm/vm-virtio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: virtio-queue-v0.15.0
Choose a base ref
...
head repository: rust-vmm/vm-virtio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: virtio-queue-v0.16.0
Choose a head ref
  • 12 commits
  • 194 files changed
  • 4 contributors

Commits on Jun 11, 2025

  1. 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]>
    jinankjain authored and stefano-garzarella committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    f6a52cf View commit details
    Browse the repository at this point in the history
  2. 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]>
    stefano-garzarella committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    86528a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. 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]>
    jinankjain authored and lauralt committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    9e86fac View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. 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
    alyssais authored and epilys committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    1b5087f View commit details
    Browse the repository at this point in the history
  2. virtio-bindings: regenerate with Linux 6.15

    Signed-off-by: Alyssa Ross <[email protected]>
    alyssais authored and epilys committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    6b4bf61 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. 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]>
    jinankjain authored and epilys committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    0bb9d37 View commit details
    Browse the repository at this point in the history
  2. 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]>
    jinankjain authored and epilys committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    3236c5b View commit details
    Browse the repository at this point in the history
  3. 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]>
    jinankjain authored and epilys committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    5183b9b View commit details
    Browse the repository at this point in the history
  4. 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]>
    jinankjain authored and epilys committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    c87932c View commit details
    Browse the repository at this point in the history
  5. 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]>
    jinankjain authored and epilys committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    0d03d7d View commit details
    Browse the repository at this point in the history
  6. 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]>
    jinankjain authored and epilys committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    84b01b8 View commit details
    Browse the repository at this point in the history
  7. Bump virtio-queue-ser to v0.13.0

    Signed-off-by: Manos Pitsidianakis <[email protected]>
    epilys committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    d3795a5 View commit details
    Browse the repository at this point in the history
Loading