1/* AUTOMATICALLY GENERATED, DO NOT MODIFY */
2
3/*
4 * Schema-defined QAPI/QMP commands
5 *
6 * Copyright IBM, Corp. 2011
7 * Copyright (C) 2014-2018 Red Hat, Inc.
8 *
9 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
10 * See the COPYING.LIB file in the top-level directory.
11 */
12
13#ifndef QAPI_COMMANDS_DUMP_H
14#define QAPI_COMMANDS_DUMP_H
15
16#include "qapi-types-dump.h"
17#include "qapi/qmp/dispatch.h"
18
19void qmp_dump_guest_memory(bool paging, const char *protocol, bool has_detach, bool detach, bool has_begin, int64_t begin, bool has_length, int64_t length, bool has_format, DumpGuestMemoryFormat format, Error **errp);
20void qmp_marshal_dump_guest_memory(QDict *args, QObject **ret, Error **errp);
21DumpQueryResult *qmp_query_dump(Error **errp);
22void qmp_marshal_query_dump(QDict *args, QObject **ret, Error **errp);
23DumpGuestMemoryCapability *qmp_query_dump_guest_memory_capability(Error **errp);
24void qmp_marshal_query_dump_guest_memory_capability(QDict *args, QObject **ret, Error **errp);
25
26#endif /* QAPI_COMMANDS_DUMP_H */
27