]> git.proxmox.com Git - mirror_qemu.git/blobdiff - stubs/dump.c
numa: deprecate implict memory distribution between nodes
[mirror_qemu.git] / stubs / dump.c
index b3f42cb2f16029a46a80ca5d70b54da82a5a8c29..1f28ec2be3f2d469f78925d2652fc6b7bbcc1cde 100644 (file)
  *
  */
 
-#include "qemu-common.h"
-#include "sysemu/dump.h"
-#include "qapi/qmp/qerror.h"
-#include "qmp-commands.h"
+#include "qemu/osdep.h"
+#include "sysemu/dump-arch.h"
 
-/* we need this function in hmp.c */
-void qmp_dump_guest_memory(bool paging, const char *file, bool has_begin,
-                           int64_t begin, bool has_length, int64_t length,
-                           Error **errp)
-{
-    error_set(errp, QERR_UNSUPPORTED);
-}
-
-int cpu_get_dump_info(ArchDumpInfo *info)
+int cpu_get_dump_info(ArchDumpInfo *info,
+                      const struct GuestPhysBlockList *guest_phys_blocks)
 {
     return -1;
 }