From: Wen Congyang <we...@cn.fujitsu.com>
Subject: [RFC][PATCH 06/14 v7] target-i386: Add API to write cpu status to core 
file
Date: Thu, 01 Mar 2012 10:48:17 +0800

> +int cpu_write_elf64_qemunote(write_core_dump_function f, CPUState *env,
> +                             target_phys_addr_t *offset, void *opaque)
> +{
> +    QEMUCPUState state;
> +    Elf64_Nhdr *note;

<cut>

> +    note_size = ((sizeof(Elf32_Nhdr) + 3) / 4 + (name_size + 3) / 4 +

                            ELF64_Nhdr?

Thanks.
HATAYAMA, Daisuke


Reply via email to