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
/
oslib-posix.c
Age
Commit message (
Expand
)
Author
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-10-30
aio: clean up now-unused functions
Paolo Bonzini
2012-07-10
s390: autodetect map private
Christian Borntraeger
2012-06-28
bsd-user: fix build
Blue Swirl
2011-12-22
link the main loop and its dependencies into the tools
Paolo Bonzini
2011-11-28
9pfs: improve portability to older systems
Paolo Bonzini
2011-11-01
Support running QEMU on Valgrind
Stefan Weil
2011-10-21
add socket_set_block
Paolo Bonzini
2011-09-09
qemu_vmalloc: align properly for transparent hugepages and KVM
Avi Kivity
2011-07-29
Add missing trace call to oslib-posix.c:qemu_vmalloc()
Jes Sorensen
2011-06-14
Darwin: Fix compilation warning regarding the deprecated daemon() function
Alexandre Raymond
2010-12-02
virtio-9p: fix build on !CONFIG_UTIMENSAT
Hidetoshi Seto
2010-10-30
Consolidate oom_check() functions
Jes Sorensen
2010-10-30
qemu_pipe() is used only by POSIX code, so move to oslib-posix.c
Jes Sorensen
2010-10-30
Move osdep socket code to oslib-{posix,win32}.c
Jes Sorensen
2010-10-30
Move QEMU OS dependant library functions to OS specific files
Jes Sorensen