-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various breaking changes, mainly size -> capacity rename. Signed-off-by: Peter Chubb <[email protected]> Signed-off-by: Ivan-Velickovic <[email protected]> Signed-off-by: Courtney Darville <[email protected]>
- Loading branch information
1 parent
c0356e7
commit d5e4a65
Showing
14 changed files
with
225 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libvmm
updated
16 files
+7 −7 | .github/workflows/ci.yaml | |
+22 −3 | build.zig | |
+5 −0 | build.zig.zon | |
+1 −1 | dep/sddf | |
+1 −1 | examples/simple/board/maaxboard/overlay.dts | |
+2 −2 | examples/simple/board/maaxboard/simple.system | |
+2 −0 | examples/simple/build.zig | |
+16 −16 | examples/virtio/board/odroidc4/virtio.system | |
+16 −16 | examples/virtio/board/qemu_virt_aarch64/virtio.system | |
+22 −23 | examples/virtio/client_vmm.c | |
+11 −13 | examples/virtio/include/blk_config.h | |
+35 −35 | examples/virtio/include/serial_config.h | |
+2 −1 | examples/zig/build.zig | |
+19 −13 | src/arch/aarch64/fault.c | |
+1 −1 | src/virtio/console.c | |
+1 −1 | tools/linux/uio_drivers/blk/blk.c |
Submodule sddf
updated
42 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.