Sign in
qemu
/
qemu
/
30f3dda24b2a4cd30f8fbf984ab08ef08eaf5020
/
util
/
oslib-win32.c
1706e9d
win32: use glib gpoll if glib >= 2.50
by Marc-André Lureau
· 8 years ago
7dc9ae4
util: Introduce qemu_get_pid_name
by Michal Privoznik
· 8 years ago
056b68a
fix qemu exit on memory hotplug when allocation fails at prealloc time
by Igor Mammedov
· 8 years ago
030c98a
all: Remove unnecessary glib.h includes
by Peter Maydell
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
b16a44e
osdep: remove use of socket_error() from all code
by Daniel P. Berrange
· 9 years ago
a2d96af
osdep: add wrappers for socket functions
by Daniel P. Berrange
· 9 years ago
c619644
osdep: fix socket_error() to work with Mingw64
by Daniel P. Berrange
· 9 years ago
aafd758
util: Clean up includes
by Peter Maydell
· 9 years ago
a28c2f2
oslib-win32: Change return type of function getpagesize
by Stefan Weil
· 9 years ago
57cb38b
osdep: add qemu_fork() wrapper for safely handling signals
by Daniel P. Berrange
· 9 years ago
4d9310f
oslib-win32: only provide localtime_r/gmtime_r if missing
by Daniel P. Berrange
· 9 years ago
d57e4e4
util: move read_password method out of qemu-img into osdep/oslib
by Daniel P. Berrange
· 10 years ago
a2b257d
memory: expose alignment used for allocating RAM as MemoryRegion API
by Igor Mammedov
· 10 years ago
7d2a35c
block: Introduce qemu_try_blockalign()
by Kevin Wolf
· 11 years ago
0a99aae
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 11 years ago
3818331
memory: move preallocation code out of exec.c
by Paolo Bonzini
· 11 years ago
e637aa6
w32: Fix regression caused by new g_poll implementation
by Stefan Weil
· 11 years ago
5a00754
glib: fix g_poll early timeout on windows
by Sangho Park
· 11 years ago
10f5bff
util: Split out exec_dir from os_find_datadir
by Fam Zheng
· 11 years ago
13401ba
osdep: add qemu_set_tty_echo()
by Stefan Hajnoczi
· 11 years ago
606600a
util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR
by Sebastian Ottlik
· 11 years ago
3922825
exec: Don't abort when we can't allocate guest memory
by Markus Armbruster
· 11 years ago
e2ea351
osdep: add qemu_get_local_state_pathname()
by Laszlo Ersek
· 12 years ago
e7a09b9
osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory
by Paolo Bonzini
· 12 years ago
6eebf95
osdep, kvm: rename low-level RAM allocation functions
by Paolo Bonzini
· 12 years ago
f9e8cac
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
by Stefan Hajnoczi
· 12 years ago
94c8ff3
w32: Make qemu_vfree() accept NULL like the POSIX implementation
by Markus Armbruster
· 12 years ago
baacf04
build: move libqemuutil.a components to util/
by Paolo Bonzini
· 12 years ago
[Renamed from oslib-win32.c]
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
3bc2f57
build: replace weak symbols with a static library
by Paolo Bonzini
· 12 years ago
1f001dc
compiler: support Darwin weak references
by Paolo Bonzini
· 12 years ago
dbb5f38
win32: add weak version of qemu_fd_register
by Paolo Bonzini
· 12 years ago
d3e8f95
w32: Add implementation of gmtime_r, localtime_r
by Stefan Weil
· 12 years ago
d3385eb
main-loop: interrupt wait when data arrives on a socket
by Paolo Bonzini
· 13 years ago
cbcfa04
link the main loop and its dependencies into the tools
by Paolo Bonzini
· 13 years ago
154b9a0
add socket_set_block
by Paolo Bonzini
· 13 years ago
57a8821
w32: Remove implementation of function ffs
by Stefan Weil
· 14 years ago
b152aa8
Consolidate oom_check() functions
by Jes Sorensen
· 14 years ago
dc786bc
Move qemu_gettimeofday() to OS specific files
by Jes Sorensen
· 14 years ago
9549e76
Move osdep socket code to oslib-{posix,win32}.c
by Jes Sorensen
· 14 years ago
c1b0b93
Move QEMU OS dependant library functions to OS specific files
by Jes Sorensen
· 14 years ago