]> git.proxmox.com Git - mirror_qemu.git/commit
dump: remove dumping stuff from cpu-all.h
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Jun 2012 06:22:56 +0000 (08:22 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Jun 2012 07:20:17 +0000 (09:20 +0200)
commit5f86146fb3ad18ef25036329f48d9ea2b7f4ab70
treea60296ec605946c0c0266e7c79577b5fb73fd585
parent4720bd050655a56b4b048d8856a03ae187481a7f
dump: remove dumping stuff from cpu-all.h

This simplifies things, because they will only be included for softmmu
targets and because the stubs are taken out-of-line in separate files,
which in the future could even be compiled only once.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile.target
cpu-all.h
dump-stub.c [new file with mode: 0644]
dump.c
dump.h
memory_mapping-stub.c [new file with mode: 0644]
memory_mapping.c
memory_mapping.h
target-i386/arch_memory_mapping.c