vmm: enable coredump

Based on the newly added guest_debug feature, this patch adds http
endpoint support.

Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Co-authored-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Yi Wang
2022-05-10 19:21:02 +08:00
committed by Sebastien Boeuf
parent ccb604e1e1
commit 8b585b96c1
6 changed files with 59 additions and 1 deletions
-1
View File
@@ -79,7 +79,6 @@ pub struct X86_64UserRegs {
unsafe impl ByteValued for X86_64UserRegs {}
#[repr(C)]
#[allow(dead_code)]
pub struct X86_64ElfPrStatus {
pub pad1: [u8; 32],
pub pid: u32,