summaryrefslogtreecommitdiffstats
path: root/os-win32.c
Commit message (Expand)AuthorAgeFilesLines
* maint: remove unused include for signal.hDaniel P. Berrange2015-09-111-1/+0
* pidfile: stop making pidfile error a special caseMichael Tokarev2014-11-021-5/+0
* util: Split out exec_dir from os_find_datadirFam Zheng2014-02-201-19/+2
* qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32Paolo Bonzini2013-04-121-0/+11
* Release SMP restriction on WindowsFabien Chouteau2013-04-121-18/+0
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* Prevent disk data loss when closing qemuPavel Dovgaluk2012-06-151-1/+7
* link the main loop and its dependencies into the toolsPaolo Bonzini2011-12-221-5/+0
* win32: fix memory leakZhi Hui Li2011-12-061-0/+7
* Replace WriteFileEx with WriteFile in qemu_create_pidfileFabien Chouteau2011-11-091-3/+4
* main-loop: create main-loop.cPaolo Bonzini2011-10-211-123/+0
* w32: Fix format string regressionStefan Weil2011-08-211-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-4/+4
* Introduce format string for pid_tAndreas Färber2011-06-151-1/+1
* Expose thread_id in info cpusJan Kiszka2011-03-161-0/+5
* unlock iothread during WaitForMultipleObjectsPaolo Bonzini2011-03-131-0/+2
* w32: Fix arguments for GetProcessAffinityMask, SetProcessAffinityMaskStefan Weil2011-02-201-1/+1
* Separate qemu_pidfile() into OS specific versionsJes Sorensen2010-10-301-0/+24
* win32: Set unbuffered stdoutStefan Weil2010-10-091-0/+6
* win32: Add missing function setenvStefan Weil2010-08-151-0/+15
* Move daemonize handling to OS specific filesJes Sorensen2010-06-121-0/+5
* Introduce OS specific cmdline argument handling and move SMB arg to os-posix.cJes Sorensen2010-06-121-0/+10
* Move find_datadir to OS specific files.Jes Sorensen2010-06-121-0/+23
* Rename os_setup_signal_handling() to os_setup_early_signal_handling()Jes Sorensen2010-06-121-1/+1
* Move win32 early signal handling setup to os_setup_signal_handling()Jes Sorensen2010-06-121-0/+29
* vl.c: Move host_main_loop_wait() to OS specific files.Jes Sorensen2010-06-121-0/+43
* Introduce os-win32.c and move polling functions from vl.cJes Sorensen2010-06-121-0/+111
OpenPOWER on IntegriCloud