Commit 30b24de
committed
[hyperlight_host] mshv: dump core on unknown HV message
Usually, an unknown HV message is the result of a double fault or
similar: something going wrong in the guest. This commit ensures that a
core file is generated when this happens and the crashdump feature is
enabled.
Signed-off-by: Lucy Menon <[email protected]>
[hyperlight_host] Expose MemoryRegion structure
It is a convenient tuple of information to use when mapping a new region
into the sandbox.
Signed-off-by: Lucy Menon <[email protected]>1 parent 21077d6 commit 30b24de
File tree
2 files changed
+6
-4
lines changed- src/hyperlight_host/src
- hypervisor
- mem
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
775 | 775 | | |
776 | 776 | | |
777 | 777 | | |
| 778 | + | |
| 779 | + | |
778 | 780 | | |
779 | 781 | | |
780 | 782 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments