summaryrefslogtreecommitdiffstats
path: root/include/qemu-common.h
diff options
context:
space:
mode:
authorMarc-André Lureau2022-03-23 16:57:37 +0100
committerPaolo Bonzini2022-04-06 14:31:43 +0200
commit327adeecdde6f2b12ba32d0b886a720e40900b31 (patch)
tree104987acb623b51dc2789e226fbcd98b13d36560 /include/qemu-common.h
parentinclude: move qemu_get_vm_name() to sysemu.h (diff)
downloadqemu-327adeecdde6f2b12ba32d0b886a720e40900b31.tar.gz
qemu-327adeecdde6f2b12ba32d0b886a720e40900b31.tar.xz
qemu-327adeecdde6f2b12ba32d0b886a720e40900b31.zip
include: move os_*() to os-foo.h
For consistency with other os_ functions that do not have POSIX implementation, declare an inline function for the stub in os-win32.h. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20220323155743.1585078-27-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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/qemu-common.h b/include/qemu-common.h
index 1fbc20e4bc..a271cac66a 100644
--- a/include/qemu-common.h
+++ b/include/qemu-common.h
@@ -24,10 +24,6 @@
int qemu_main(int argc, char **argv, char **envp);
#endif
-/* OS specific functions */
-void os_setup_early_signal_handling(void);
-int os_parse_cmd_args(int index, const char *optarg);
-
void page_size_init(void);
#endif