mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user