| Commit message (Expand) | Author | Age | Files | Lines |
* | vl: relocate paths to data directories | Paolo Bonzini | 2020-09-30 | 1 | -11/+0 |
* | oslib: do not call g_strdup from qemu_get_exec_dir | Paolo Bonzini | 2020-09-30 | 1 | -1/+1 |
* | qemu/osdep: Document os_find_datadir() return value | Philippe Mathieu-Daudé | 2020-07-21 | 1 | -1/+6 |
* | glib: use portable g_setenv() | Marc-André Lureau | 2019-12-17 | 1 | -22/+0 |
* | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+1 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -0/+2 |
* | util: add qemu_write_pidfile() | Marc-André Lureau | 2018-10-02 | 1 | -25/+0 |
* | qemu-options: Bail out on unsupported options instead of silently ignoring them | Thomas Huth | 2018-05-09 | 1 | -2/+2 |
* | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake | 2017-05-23 | 1 | -1/+1 |
* | all: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -6/+1 |
* | maint: remove unused include for signal.h | Daniel P. Berrange | 2015-09-11 | 1 | -1/+0 |
* | pidfile: stop making pidfile error a special case | Michael Tokarev | 2014-11-02 | 1 | -5/+0 |
* | util: Split out exec_dir from os_find_datadir | Fam Zheng | 2014-02-20 | 1 | -19/+2 |
* | qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32 | Paolo Bonzini | 2013-04-12 | 1 | -0/+11 |
* | Release SMP restriction on Windows | Fabien Chouteau | 2013-04-12 | 1 | -18/+0 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | Prevent disk data loss when closing qemu | Pavel Dovgaluk | 2012-06-15 | 1 | -1/+7 |
* | link the main loop and its dependencies into the tools | Paolo Bonzini | 2011-12-22 | 1 | -5/+0 |
* | win32: fix memory leak | Zhi Hui Li | 2011-12-06 | 1 | -0/+7 |
* | Replace WriteFileEx with WriteFile in qemu_create_pidfile | Fabien Chouteau | 2011-11-09 | 1 | -3/+4 |
* | main-loop: create main-loop.c | Paolo Bonzini | 2011-10-21 | 1 | -123/+0 |
* | w32: Fix format string regression | Stefan Weil | 2011-08-21 | 1 | -1/+1 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-21 | 1 | -4/+4 |
* | Introduce format string for pid_t | Andreas Färber | 2011-06-15 | 1 | -1/+1 |
* | Expose thread_id in info cpus | Jan Kiszka | 2011-03-16 | 1 | -0/+5 |
* | unlock iothread during WaitForMultipleObjects | Paolo Bonzini | 2011-03-13 | 1 | -0/+2 |
* | w32: Fix arguments for GetProcessAffinityMask, SetProcessAffinityMask | Stefan Weil | 2011-02-20 | 1 | -1/+1 |
* | Separate qemu_pidfile() into OS specific versions | Jes Sorensen | 2010-10-30 | 1 | -0/+24 |
* | win32: Set unbuffered stdout | Stefan Weil | 2010-10-09 | 1 | -0/+6 |
* | win32: Add missing function setenv | Stefan Weil | 2010-08-15 | 1 | -0/+15 |
* | Move daemonize handling to OS specific files | Jes Sorensen | 2010-06-12 | 1 | -0/+5 |
* | Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c | Jes Sorensen | 2010-06-12 | 1 | -0/+10 |
* | Move find_datadir to OS specific files. | Jes Sorensen | 2010-06-12 | 1 | -0/+23 |
* | Rename os_setup_signal_handling() to os_setup_early_signal_handling() | Jes Sorensen | 2010-06-12 | 1 | -1/+1 |
* | Move win32 early signal handling setup to os_setup_signal_handling() | Jes Sorensen | 2010-06-12 | 1 | -0/+29 |
* | vl.c: Move host_main_loop_wait() to OS specific files. | Jes Sorensen | 2010-06-12 | 1 | -0/+43 |
* | Introduce os-win32.c and move polling functions from vl.c | Jes Sorensen | 2010-06-12 | 1 | -0/+111 |