diff options
| author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-03-23 19:57:36 +0400 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-04-06 14:31:43 +0200 |
| commit | 89fc45d5c64235cb3262a431b3b9168ccdbaef7b (patch) | |
| tree | f5003b6750083f01ec8f8ccb52e51e0ef0d3529c /include/qemu-common.h | |
| parent | 16a18f26818c783fed153f7a8fb4a9afdfb547ac (diff) | |
| download | focaccia-qemu-89fc45d5c64235cb3262a431b3b9168ccdbaef7b.tar.gz focaccia-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 'include/qemu-common.h')
| -rw-r--r-- | include/qemu-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/qemu-common.h b/include/qemu-common.h index fee2181af2..1fbc20e4bc 100644 --- a/include/qemu-common.h +++ b/include/qemu-common.h @@ -24,8 +24,6 @@ int qemu_main(int argc, char **argv, char **envp); #endif -const char *qemu_get_vm_name(void); - /* OS specific functions */ void os_setup_early_signal_handling(void); int os_parse_cmd_args(int index, const char *optarg); |