summaryrefslogtreecommitdiff
path: root/os-win32.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-20util: Split out exec_dir from os_find_datadirFam Zheng1-19/+2
2013-04-12qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32Paolo Bonzini1-0/+11
2013-04-12Release SMP restriction on WindowsFabien Chouteau1-18/+0
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-06-15Prevent disk data loss when closing qemuPavel Dovgaluk1-1/+7
2011-12-22link the main loop and its dependencies into the toolsPaolo Bonzini1-5/+0
2011-12-06win32: fix memory leakZhi Hui Li1-0/+7
2011-11-09Replace WriteFileEx with WriteFile in qemu_create_pidfileFabien Chouteau1-3/+4
2011-10-21main-loop: create main-loop.cPaolo Bonzini1-123/+0
2011-08-21w32: Fix format string regressionStefan Weil1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-06-15Introduce format string for pid_tAndreas Färber1-1/+1
2011-03-16Expose thread_id in info cpusJan Kiszka1-0/+5
2011-03-13unlock iothread during WaitForMultipleObjectsPaolo Bonzini1-0/+2
2011-02-20w32: Fix arguments for GetProcessAffinityMask, SetProcessAffinityMaskStefan Weil1-1/+1
2010-10-30Separate qemu_pidfile() into OS specific versionsJes Sorensen1-0/+24
2010-10-09win32: Set unbuffered stdoutStefan Weil1-0/+6
2010-08-15win32: Add missing function setenvStefan Weil1-0/+15
2010-06-12Move daemonize handling to OS specific filesJes Sorensen1-0/+5
2010-06-12Introduce OS specific cmdline argument handling and move SMB arg to os-posix.cJes Sorensen1-0/+10
2010-06-12Move find_datadir to OS specific files.Jes Sorensen1-0/+23
2010-06-12Rename os_setup_signal_handling() to os_setup_early_signal_handling()Jes Sorensen1-1/+1
2010-06-12Move win32 early signal handling setup to os_setup_signal_handling()Jes Sorensen1-0/+29
2010-06-12vl.c: Move host_main_loop_wait() to OS specific files.Jes Sorensen1-0/+43
2010-06-12Introduce os-win32.c and move polling functions from vl.cJes Sorensen1-0/+111