Commit ae8991c
PR #124's squash-merge (89425d7) carried an UNINTENDED libkrun submodule bump
from d2aa638 (the v2.3.0 release pin) to 963353a — a side effect of a server-side
`git commit -aq --amend` fmt fix that swept in the build host's checked-out
submodule worktree state. No operability PR intended to change libkrun, and every
operability PR's CI built + KVM-tested against the v2.3.0 pin d2aa638 (their base
was the v2.3.0 commit 8c2bdb1), so main should match that. Restore the gitlink to
d2aa638.
Co-authored-by: Roy Lin <roylin@a3s.box>
1 parent 93d716d commit ae8991c
1 file changed
Lines changed: 1 addition & 1 deletion
- Cargo.lock+13-1
- SNAPSHOT_PHASE_B.md+126
- VSOCK_RESTORE_DIAGNOSIS.md+66
- src/devices/src/virtio/device.rs+23
- src/devices/src/virtio/fs/device.rs+26-2
- src/devices/src/virtio/fs/linux/passthrough.rs+142
- src/devices/src/virtio/fs/macos/passthrough.rs+9
- src/devices/src/virtio/fs/multikey.rs+6
- src/devices/src/virtio/fs/server.rs+5-2
- src/devices/src/virtio/fs/windows/passthrough.rs+8
- src/devices/src/virtio/fs/worker.rs+2-2
- src/devices/src/virtio/mmio.rs+106
- src/devices/src/virtio/mod.rs+1-1
- src/devices/src/virtio/queue.rs+46
- src/devices/src/virtio/vsock/device.rs+15
- src/libkrun/src/lib.rs+40
- src/vmm/Cargo.toml+5-4
- src/vmm/src/builder.rs+250-14
- src/vmm/src/device_manager/kvm/mmio.rs+54
- src/vmm/src/lib.rs+72
- src/vmm/src/linux/vstate.rs+75-2
- src/vmm/src/snapshot.rs+218
0 commit comments