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-osdev/virtio-spec-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: rust-osdev/virtio-spec-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 6 files changed
  • 4 contributors

Commits on Aug 26, 2025

  1. fix(pci): capabilities are always little-endian

    See https://docs.oasis-open.org/virtio/virtio/v1.2/cs01/virtio-v1.2-cs01.html#x1-1240004
    
    "This virtio structure capability uses little-endian format"
    
    Signed-off-by: Jens Reidel <adrian@travitia.xyz>
    Gelbpunkt committed Aug 26, 2025
    Configuration menu
    Copy the full SHA
    ddee0b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from Gelbpunkt/pci-endianess

    fix(pci): capabilities are always little-endian
    mkroening authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    a7d7294 View commit details
    Browse the repository at this point in the history
  3. fix(pci): actually convert MMIO access to little endian

    Signed-off-by: Jens Reidel <adrian@travitia.xyz>
    Gelbpunkt committed Aug 26, 2025
    Configuration menu
    Copy the full SHA
    0de9bcc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8 from Gelbpunkt/more-pci-endianess

    fix(pci): actually convert MMIO access to little endian
    mkroening authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    a7930f5 View commit details
    Browse the repository at this point in the history
  5. build(deps): update Cargo.lock

    ```
         Locking 5 packages to latest compatible versions
        Updating bit_field v0.10.2 -> v0.10.3
        Updating bitflags v2.9.1 -> v2.9.3
        Updating proc-macro2 v1.0.95 -> v1.0.101
        Updating rustversion v1.0.21 -> v1.0.22
        Updating syn v2.0.104 -> v2.0.106
    ```
    mkroening committed Aug 26, 2025
    Configuration menu
    Copy the full SHA
    80b20d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0058fae View commit details
    Browse the repository at this point in the history
  7. Merge pull request #9 from rust-osdev/release-0.3.1

    chore: release version 0.3.1
    mkroening authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    2639863 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Configuration menu
    Copy the full SHA
    0030fbe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from hcsch/add-balloon

    feat: add traditional mem balloon device
    mkroening authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    36c5c2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ae803b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from rust-osdev/release-0.3.2

    chore: release version 0.3.2
    mkroening authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    595ae6f View commit details
    Browse the repository at this point in the history
Loading