]> git.proxmox.com Git - qemu.git/commit - configure
target-i386: Add API to write elf notes to core file
authorWen Congyang <wency@cn.fujitsu.com>
Mon, 7 May 2012 04:07:48 +0000 (12:07 +0800)
committerLuiz Capitulino <lcapitulino@redhat.com>
Mon, 4 Jun 2012 16:49:34 +0000 (13:49 -0300)
commit9fecbed0c03ddad63c27f1622e2002fdfc2f45e4
tree47c64db3c4b3932efe0ba3018f8fc38369502031
parent2b05ab5229f880720ab6ca0e52577089889c10f9
target-i386: Add API to write elf notes to core file

The core file contains register's value. These APIs write registers to
core file, and them will be called in the following patch.

Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Makefile.target
configure
cpu-all.h
target-i386/arch_dump.c [new file with mode: 0644]