index
:
qemu/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-10.2
stable-11.0
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-10.2
staging-11.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os-win32.c
Age
Commit message (
Expand
)
Author
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
include: move os_*() to os-foo.h
Marc-André Lureau
2021-05-26
remove qemu-options* from root directory
Paolo Bonzini
2020-09-30
vl: relocate paths to data directories
Paolo Bonzini
2020-09-30
oslib: do not call g_strdup from qemu_get_exec_dir
Paolo Bonzini
2020-07-21
qemu/osdep: Document os_find_datadir() return value
Philippe Mathieu-Daudé
2019-12-17
glib: use portable g_setenv()
Marc-André Lureau
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2018-10-02
util: add qemu_write_pidfile()
Marc-André Lureau
2018-05-09
qemu-options: Bail out on unsupported options instead of silently ignoring them
Thomas Huth
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
2016-02-04
all: Clean up includes
Peter Maydell
2015-09-11
maint: remove unused include for signal.h
Daniel P. Berrange
2014-11-02
pidfile: stop making pidfile error a special case
Michael Tokarev
2014-02-20
util: Split out exec_dir from os_find_datadir
Fam Zheng
2013-04-12
qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32
Paolo Bonzini
2013-04-12
Release SMP restriction on Windows
Fabien Chouteau
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-06-15
Prevent disk data loss when closing qemu
Pavel Dovgaluk
2011-12-22
link the main loop and its dependencies into the tools
Paolo Bonzini
2011-12-06
win32: fix memory leak
Zhi Hui Li
2011-11-09
Replace WriteFileEx with WriteFile in qemu_create_pidfile
Fabien Chouteau
2011-10-21
main-loop: create main-loop.c
Paolo Bonzini
2011-08-21
w32: Fix format string regression
Stefan Weil
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-06-15
Introduce format string for pid_t
Andreas Färber
2011-03-16
Expose thread_id in info cpus
Jan Kiszka
2011-03-13
unlock iothread during WaitForMultipleObjects
Paolo Bonzini
2011-02-20
w32: Fix arguments for GetProcessAffinityMask, SetProcessAffinityMask
Stefan Weil
2010-10-30
Separate qemu_pidfile() into OS specific versions
Jes Sorensen
2010-10-09
win32: Set unbuffered stdout
Stefan Weil
2010-08-15
win32: Add missing function setenv
Stefan Weil
2010-06-12
Move daemonize handling to OS specific files
Jes Sorensen
2010-06-12
Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c
Jes Sorensen
2010-06-12
Move find_datadir to OS specific files.
Jes Sorensen
2010-06-12
Rename os_setup_signal_handling() to os_setup_early_signal_handling()
Jes Sorensen
2010-06-12
Move win32 early signal handling setup to os_setup_signal_handling()
Jes Sorensen
2010-06-12
vl.c: Move host_main_loop_wait() to OS specific files.
Jes Sorensen
2010-06-12
Introduce os-win32.c and move polling functions from vl.c
Jes Sorensen