-
Notifications
You must be signed in to change notification settings - Fork 4
Comparing changes
Open a pull request
base repository: rust-osdev/virtio-spec-rs
base: v0.3.0
head repository: rust-osdev/virtio-spec-rs
compare: main
- 11 commits
- 6 files changed
- 4 contributors
Commits on Aug 26, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for ddee0b6 - Browse repository at this point
Copy the full SHA ddee0b6View commit details -
Merge pull request #7 from Gelbpunkt/pci-endianess
fix(pci): capabilities are always little-endian
Configuration menu - View commit details
-
Copy full SHA for a7d7294 - Browse repository at this point
Copy the full SHA a7d7294View commit details -
fix(pci): actually convert MMIO access to little endian
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
Configuration menu - View commit details
-
Copy full SHA for 0de9bcc - Browse repository at this point
Copy the full SHA 0de9bccView commit details -
Merge pull request #8 from Gelbpunkt/more-pci-endianess
fix(pci): actually convert MMIO access to little endian
Configuration menu - View commit details
-
Copy full SHA for a7930f5 - Browse repository at this point
Copy the full SHA a7930f5View commit details -
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 ```Configuration menu - View commit details
-
Copy full SHA for 80b20d0 - Browse repository at this point
Copy the full SHA 80b20d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0058fae - Browse repository at this point
Copy the full SHA 0058faeView commit details -
Merge pull request #9 from rust-osdev/release-0.3.1
chore: release version 0.3.1
Configuration menu - View commit details
-
Copy full SHA for 2639863 - Browse repository at this point
Copy the full SHA 2639863View commit details
Commits on Sep 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0030fbe - Browse repository at this point
Copy the full SHA 0030fbeView commit details -
Merge pull request #6 from hcsch/add-balloon
feat: add traditional mem balloon device
Configuration menu - View commit details
-
Copy full SHA for 36c5c2f - Browse repository at this point
Copy the full SHA 36c5c2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ae803b - Browse repository at this point
Copy the full SHA 7ae803bView commit details -
Merge pull request #10 from rust-osdev/release-0.3.2
chore: release version 0.3.2
Configuration menu - View commit details
-
Copy full SHA for 595ae6f - Browse repository at this point
Copy the full SHA 595ae6fView 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 v0.3.0...main