summaryrefslogtreecommitdiffstats
path: root/tests/qtest/libqos/qos_external.h
diff options
context:
space:
mode:
authorMarkus Armbruster2020-04-24 09:11:42 +0200
committerMarkus Armbruster2020-04-29 08:01:52 +0200
commitf6528054f2ef7aab5c70664419b982b50142c25a (patch)
tree904b0611b6067630f574364aef6d3babac7a8d2d /tests/qtest/libqos/qos_external.h
parentfuzz: Simplify how we compute available machines and types (diff)
downloadqemu-f6528054f2ef7aab5c70664419b982b50142c25a.tar.gz
qemu-f6528054f2ef7aab5c70664419b982b50142c25a.tar.xz
qemu-f6528054f2ef7aab5c70664419b982b50142c25a.zip
libqos: Give get_machine_allocator() internal linkage
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20200424071142.3525-4-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'tests/qtest/libqos/qos_external.h')
-rw-r--r--tests/qtest/libqos/qos_external.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/qtest/libqos/qos_external.h b/tests/qtest/libqos/qos_external.h
index f63388cb30..72d7f91707 100644
--- a/tests/qtest/libqos/qos_external.h
+++ b/tests/qtest/libqos/qos_external.h
@@ -18,7 +18,6 @@
#ifndef QOS_EXTERNAL_H
#define QOS_EXTERNAL_H
-#include "libqos/qgraph.h"
#include "libqos/malloc.h"
#include "qapi/qapi-types-machine.h"
@@ -26,7 +25,6 @@
void machines_apply_to_node(MachineInfoList *mach_info);
void types_apply_to_node(ObjectTypeInfoList *type_info);
-QGuestAllocator *get_machine_allocator(QOSGraphObject *obj);
void *allocate_objects(QTestState *qts, char **path, QGuestAllocator **p_alloc);
#endif