summaryrefslogtreecommitdiffstats
path: root/stubs
diff options
context:
space:
mode:
authorMarc-André Lureau2022-03-23 16:57:36 +0100
committerPaolo Bonzini2022-04-06 14:31:43 +0200
commit89fc45d5c64235cb3262a431b3b9168ccdbaef7b (patch)
treef5003b6750083f01ec8f8ccb52e51e0ef0d3529c /stubs
parentinclude: move progress API to qemu-progress.h (diff)
downloadqemu-89fc45d5c64235cb3262a431b3b9168ccdbaef7b.tar.gz
qemu-89fc45d5c64235cb3262a431b3b9168ccdbaef7b.tar.xz
qemu-89fc45d5c64235cb3262a431b3b9168ccdbaef7b.zip
include: move qemu_get_vm_name() to sysemu.h
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20220323155743.1585078-26-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'stubs')
-rw-r--r--stubs/get-vm-name.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/get-vm-name.c b/stubs/get-vm-name.c
index fa990136b0..0906303f73 100644
--- a/stubs/get-vm-name.c
+++ b/stubs/get-vm-name.c
@@ -1,5 +1,5 @@
#include "qemu/osdep.h"
-#include "qemu-common.h"
+#include "sysemu/sysemu.h"
const char *qemu_get_vm_name(void)
{