]> git.proxmox.com Git - mirror_qemu.git/blobdiff - os-win32.c
migration: Take reference to migration state around bg_migration_vm_start_bh
[mirror_qemu.git] / os-win32.c
index fd1137bab1fab40057df048acbfcaf64d496eb29..725ad652e8bb89d63bf1fa3e1715b9b39575d920 100644 (file)
@@ -26,8 +26,6 @@
 #include "qemu/osdep.h"
 #include <windows.h>
 #include <mmsystem.h>
-#include "qemu-common.h"
-#include "qemu-options.h"
 #include "sysemu/runstate.h"
 
 static BOOL WINAPI qemu_ctrl_handler(DWORD type)
@@ -62,12 +60,3 @@ void os_set_line_buffering(void)
     setbuf(stdout, NULL);
     setbuf(stderr, NULL);
 }
-
-/*
- * Parse OS specific command line options.
- * return 0 if option handled, -1 otherwise
- */
-int os_parse_cmd_args(int index, const char *optarg)
-{
-    return -1;
-}