X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=dump-stub.c;h=b3f42cb2f16029a46a80ca5d70b54da82a5a8c29;hb=b39f96126549e2834152211a99919917423d2212;hp=56d4564f0fc20f0ece70c60004d50a0c27d5373c;hpb=49023ff78cf1efeb861b475c40dd04262efe61d3;p=qemu.git diff --git a/dump-stub.c b/dump-stub.c index 56d4564f0..b3f42cb2f 100644 --- a/dump-stub.c +++ b/dump-stub.c @@ -12,8 +12,8 @@ */ #include "qemu-common.h" -#include "dump.h" -#include "qerror.h" +#include "sysemu/dump.h" +#include "qapi/qmp/qerror.h" #include "qmp-commands.h" /* we need this function in hmp.c */ @@ -24,34 +24,6 @@ void qmp_dump_guest_memory(bool paging, const char *file, bool has_begin, error_set(errp, QERR_UNSUPPORTED); } -int cpu_write_elf64_note(write_core_dump_function f, - CPUArchState *env, int cpuid, - void *opaque) -{ - return -1; -} - -int cpu_write_elf32_note(write_core_dump_function f, - CPUArchState *env, int cpuid, - void *opaque) -{ - return -1; -} - -int cpu_write_elf64_qemunote(write_core_dump_function f, - CPUArchState *env, - void *opaque) -{ - return -1; -} - -int cpu_write_elf32_qemunote(write_core_dump_function f, - CPUArchState *env, - void *opaque) -{ - return -1; -} - int cpu_get_dump_info(ArchDumpInfo *info) { return -1;