aboutsummaryrefslogtreecommitdiffstats
path: root/oslib-posix.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-22link the main loop and its dependencies into the toolsPaolo Bonzini1-0/+43
2011-11-289pfs: improve portability to older systemsPaolo Bonzini1-3/+2
2011-11-01Support running QEMU on ValgrindStefan Weil1-3/+19
2011-10-21add socket_set_blockPaolo Bonzini1-0/+7
2011-09-09qemu_vmalloc: align properly for transparent hugepages and KVMAvi Kivity1-1/+13
2011-07-29Add missing trace call to oslib-posix.c:qemu_vmalloc()Jes Sorensen1-1/+4
2011-06-14Darwin: Fix compilation warning regarding the deprecated daemon() functionAlexandre Raymond1-0/+16
2010-12-02virtio-9p: fix build on !CONFIG_UTIMENSATHidetoshi Seto1-0/+48
2010-10-30Consolidate oom_check() functionsJes Sorensen1-5/+3
2010-10-30qemu_pipe() is used only by POSIX code, so move to oslib-posix.cJes Sorensen1-0/+22
2010-10-30Move osdep socket code to oslib-{posix,win32}.cJes Sorensen1-0/+15
2010-10-30Move QEMU OS dependant library functions to OS specific filesJes Sorensen1-0/+74