diff options
author | Wen Congyang <wency@cn.fujitsu.com> | 2012-05-07 12:07:48 +0800 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2012-06-04 13:49:34 -0300 |
commit | 9fecbed0c03ddad63c27f1622e2002fdfc2f45e4 (patch) | |
tree | 47c64db3c4b3932efe0ba3018f8fc38369502031 /Makefile.target | |
parent | 2b05ab5229f880720ab6ca0e52577089889c10f9 (diff) | |
download | qemu-9fecbed0c03ddad63c27f1622e2002fdfc2f45e4.zip qemu-9fecbed0c03ddad63c27f1622e2002fdfc2f45e4.tar.gz qemu-9fecbed0c03ddad63c27f1622e2002fdfc2f45e4.tar.bz2 |
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>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 18ffaef..cf05831 100644 --- a/Makefile.target +++ b/Makefile.target @@ -194,6 +194,7 @@ obj-$(CONFIG_VGA) += vga.o obj-y += memory.o savevm.o cputlb.o obj-y += memory_mapping.o obj-$(CONFIG_HAVE_GET_MEMORY_MAPPING) += arch_memory_mapping.o +obj-$(CONFIG_HAVE_CORE_DUMP) += arch_dump.o LIBS+=-lz obj-i386-$(CONFIG_KVM) += hyperv.o |