diff options
| author | Paolo Bonzini | 2012-06-07 08:22:56 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2012-06-07 09:20:17 +0200 |
| commit | 5f86146fb3ad18ef25036329f48d9ea2b7f4ab70 (patch) | |
| tree | a60296ec605946c0c0266e7c79577b5fb73fd585 /target-i386 | |
| parent | dump: change cpu_get_note_size to return ssize_t (diff) | |
| download | qemu-5f86146fb3ad18ef25036329f48d9ea2b7f4ab70.tar.gz qemu-5f86146fb3ad18ef25036329f48d9ea2b7f4ab70.tar.xz qemu-5f86146fb3ad18ef25036329f48d9ea2b7f4ab70.zip | |
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>
Diffstat (limited to 'target-i386')
| -rw-r--r-- | target-i386/arch_memory_mapping.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/arch_memory_mapping.c b/target-i386/arch_memory_mapping.c index bd50e1143a..efb0211fdc 100644 --- a/target-i386/arch_memory_mapping.c +++ b/target-i386/arch_memory_mapping.c @@ -13,6 +13,7 @@ #include "cpu.h" #include "cpu-all.h" +#include "memory_mapping.h" /* PAE Paging or IA-32e Paging */ static void walk_pte(MemoryMappingList *list, target_phys_addr_t pte_start_addr, |
