aboutsummaryrefslogtreecommitdiff
path: root/os-win32.c
AgeCommit message (Expand)Author
2019-12-17glib: use portable g_setenv()Marc-André Lureau
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2018-10-02util: add qemu_write_pidfile()Marc-André Lureau
2018-05-09qemu-options: Bail out on unsupported options instead of silently ignoring themThomas Huth
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2016-02-04all: Clean up includesPeter Maydell
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange
2014-11-02pidfile: stop making pidfile error a special caseMichael Tokarev
2014-02-20util: Split out exec_dir from os_find_datadirFam Zheng
2013-04-12qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32Paolo Bonzini
2013-04-12Release SMP restriction on WindowsFabien Chouteau
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-06-15Prevent disk data loss when closing qemuPavel Dovgaluk
2011-12-22link the main loop and its dependencies into the toolsPaolo Bonzini
2011-12-06win32: fix memory leakZhi Hui Li
2011-11-09Replace WriteFileEx with WriteFile in qemu_create_pidfileFabien Chouteau
2011-10-21main-loop: create main-loop.cPaolo Bonzini
2011-08-21w32: Fix format string regressionStefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-06-15Introduce format string for pid_tAndreas Färber
2011-03-16Expose thread_id in info cpusJan Kiszka
2011-03-13unlock iothread during WaitForMultipleObjectsPaolo Bonzini
2011-02-20w32: Fix arguments for GetProcessAffinityMask, SetProcessAffinityMaskStefan Weil
2010-10-30Separate qemu_pidfile() into OS specific versionsJes Sorensen
2010-10-09win32: Set unbuffered stdoutStefan Weil
2010-08-15win32: Add missing function setenvStefan Weil
2010-06-12Move daemonize handling to OS specific filesJes Sorensen
2010-06-12Introduce OS specific cmdline argument handling and move SMB arg to os-posix.cJes Sorensen
2010-06-12Move find_datadir to OS specific files.Jes Sorensen
2010-06-12Rename os_setup_signal_handling() to os_setup_early_signal_handling()Jes Sorensen
2010-06-12Move win32 early signal handling setup to os_setup_signal_handling()Jes Sorensen
2010-06-12vl.c: Move host_main_loop_wait() to OS specific files.Jes Sorensen
2010-06-12Introduce os-win32.c and move polling functions from vl.cJes Sorensen