Commit 3a0b3ad
committed
Introduces a separate KVM error variant of HyperlightError.
Fixes a common build error which occurs when the version of vmm-sys-util
crate does not match between mshv/kvm.
VmmSysError variant is now solely used for our signal
registration, and is not used by mshv nor kvm code.
Signed-off-by: Ludvig Liljenberg <[email protected]>1 parent 9ad8569 commit 3a0b3ad
File tree
4 files changed
+24
-11
lines changed- src/hyperlight_host
- src
- hypervisor
4 files changed
+24
-11
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
141 | 146 | | |
142 | 147 | | |
143 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
794 | 794 | | |
795 | 795 | | |
796 | 796 | | |
797 | | - | |
798 | | - | |
799 | | - | |
| 797 | + | |
800 | 798 | | |
801 | 799 | | |
802 | 800 | | |
| |||
0 commit comments