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
/
util
/
oslib-win32.c
Age
Commit message (
Expand
)
Author
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-10
osdep: remove use of socket_error() from all code
Daniel P. Berrange
2016-03-10
osdep: add wrappers for socket functions
Daniel P. Berrange
2016-03-10
osdep: fix socket_error() to work with Mingw64
Daniel P. Berrange
2016-02-04
util: Clean up includes
Peter Maydell
2015-11-30
oslib-win32: Change return type of function getpagesize
Stefan Weil
2015-10-20
osdep: add qemu_fork() wrapper for safely handling signals
Daniel P. Berrange
2015-09-24
oslib-win32: only provide localtime_r/gmtime_r if missing
Daniel P. Berrange
2015-05-22
util: move read_password method out of qemu-img into osdep/oslib
Daniel P. Berrange
2014-11-23
memory: expose alignment used for allocating RAM as MemoryRegion API
Igor Mammedov
2014-08-15
block: Introduce qemu_try_blockalign()
Kevin Wolf
2014-06-20
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2014-06-19
memory: move preallocation code out of exec.c
Paolo Bonzini
2014-06-19
w32: Fix regression caused by new g_poll implementation
Stefan Weil
2014-05-09
glib: fix g_poll early timeout on windows
Sangho Park
2014-02-20
util: Split out exec_dir from os_find_datadir
Fam Zheng
2014-01-22
osdep: add qemu_set_tty_echo()
Stefan Hajnoczi
2013-10-02
util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR
Sebastian Ottlik
2013-09-12
exec: Don't abort when we can't allocate guest memory
Markus Armbruster
2013-05-30
osdep: add qemu_get_local_state_pathname()
Laszlo Ersek
2013-05-14
osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory
Paolo Bonzini
2013-05-14
osdep, kvm: rename low-level RAM allocation functions
Paolo Bonzini
2013-04-02
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
2013-01-15
w32: Make qemu_vfree() accept NULL like the POSIX implementation
Markus Armbruster
2013-01-12
build: move libqemuutil.a components to util/
Paolo Bonzini