41 Commits (master)

Author SHA1 Message Date
Philippe Mathieu-Daudé 32cad1ffb8 include: Rename sysemu/ -> system/ 1 year ago
Marc-André Lureau 0f9668e0c1 Remove qemu-common.h include from most units 4 years ago
Marc-André Lureau 327adeecdd include: move os_*() to os-foo.h 4 years ago
Paolo Bonzini fd5fc4b12d remove qemu-options* from root directory 5 years ago
Paolo Bonzini ea1edcd7da vl: relocate paths to data directories 6 years ago
Paolo Bonzini a4c13869f9 oslib: do not call g_strdup from qemu_get_exec_dir 6 years ago
Philippe Mathieu-Daudé 7da1d7dcc0 qemu/osdep: Document os_find_datadir() return value 6 years ago
Marc-André Lureau e468ffdc6d glib: use portable g_setenv() 6 years ago
Markus Armbruster 54d31236b9 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h 7 years ago
Markus Armbruster a8d2532645 Include qemu-common.h exactly where needed 7 years ago
Marc-André Lureau 9e6bdef224 util: add qemu_write_pidfile() 8 years ago
Thomas Huth 1217d6ca2b qemu-options: Bail out on unsupported options instead of silently ignoring them 8 years ago
Eric Blake cf83f14005 shutdown: Add source information to SHUTDOWN and RESET 9 years ago
Peter Maydell d38ea87ac5 all: Clean up includes 10 years ago
Daniel P. Berrange 1618d2ae7f maint: remove unused include for signal.h 11 years ago
Michael Tokarev fee78fd6d2 pidfile: stop making pidfile error a special case 12 years ago
Fam Zheng 10f5bff622 util: Split out exec_dir from os_find_datadir 12 years ago
Paolo Bonzini 0727b86754 qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32 13 years ago
Fabien Chouteau 1046127d1f Release SMP restriction on Windows 13 years ago
Paolo Bonzini 9c17d615a6 softmmu: move include files to include/sysemu/ 13 years ago
Pavel Dovgaluk b75a02829d Prevent disk data loss when closing qemu 14 years ago
Paolo Bonzini cbcfa0418f link the main loop and its dependencies into the tools 15 years ago
Zhi Hui Li 91a9ecefb6 win32: fix memory leak 15 years ago
Fabien Chouteau bfc763fcfa Replace WriteFileEx with WriteFile in qemu_create_pidfile 15 years ago
Paolo Bonzini d3b12f5dec main-loop: create main-loop.c 15 years ago
Stefan Weil 59ad3403c2 w32: Fix format string regression 15 years ago
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago
Andreas Färber 953ffe0f93 Introduce format string for pid_t 15 years ago
Jan Kiszka dc7a09cfe4 Expose thread_id in info cpus 15 years ago
Paolo Bonzini 9931b2f4c7 unlock iothread during WaitForMultipleObjects 15 years ago
Stefan Weil f45a11088b w32: Fix arguments for GetProcessAffinityMask, SetProcessAffinityMask 15 years ago
Jes Sorensen bc4a957c46 Separate qemu_pidfile() into OS specific versions 16 years ago
Stefan Weil 6650b7100b win32: Set unbuffered stdout 16 years ago
Stefan Weil 0a1574bb13 win32: Add missing function setenv 16 years ago
Jes Sorensen eb505be11b Move daemonize handling to OS specific files 16 years ago
Jes Sorensen 59a5264b99 Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c 16 years ago
Jes Sorensen 6170540b82 Move find_datadir to OS specific files. 16 years ago
Jes Sorensen fe98ac1461 Rename os_setup_signal_handling() to os_setup_early_signal_handling() 16 years ago
Jes Sorensen 69bd73b1b0 Move win32 early signal handling setup to os_setup_signal_handling() 16 years ago
Jes Sorensen 0d93ca7c3b vl.c: Move host_main_loop_wait() to OS specific files. 16 years ago
Jes Sorensen 19113504de Introduce os-win32.c and move polling functions from vl.c 16 years ago