Skip to content

Commit 71d6a38

Browse files
committed
Reset more vcpu state on snapshot restore
Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
1 parent 4caccbc commit 71d6a38

File tree

12 files changed

+1375
-35
lines changed

12 files changed

+1375
-35
lines changed

.github/workflows/ValidatePullRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- docs-pr
6868
- build-guests
6969
strategy:
70-
fail-fast: true
70+
fail-fast: false
7171
matrix:
7272
hypervisor: [hyperv, 'hyperv-ws2025', mshv3, kvm]
7373
cpu: [amd, intel]

Cargo.lock

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ mshv-ioctls = { version = "0.6", optional = true}
8484
uuid = { version = "1.19.0", features = ["v4"] }
8585
signal-hook-registry = "1.4.8"
8686
serde = "1.0"
87+
iced-x86 = { version = "1.21", default-features = false, features = ["std", "code_asm"] }
8788
proptest = "1.9.0"
8889
tempfile = "3.24.0"
8990
crossbeam-queue = "0.3.12"

0 commit comments

Comments
 (0)