index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os-win32.c
Age
Commit message (
Expand
)
Author
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