aboutsummaryrefslogtreecommitdiff
path: root/os-win32.c
AgeCommit message (Expand)Author
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