aboutsummaryrefslogtreecommitdiff
path: root/osdep.c
AgeCommit message (Expand)Author
2011-12-22move corking functions to osdep.cPaolo Bonzini
2011-12-21add qemu_send_full and qemu_recv_fullPaolo Bonzini
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2010-10-30Remove unncessary includesJes Sorensen
2010-10-30Separate qemu_pidfile() into OS specific versionsJes Sorensen
2010-10-30Move qemu_gettimeofday() to OS specific filesJes Sorensen
2010-10-30We only support eventfd under POSIX, move qemu_eventfd() to os-posix.cJes Sorensen
2010-10-30qemu_pipe() is used only by POSIX code, so move to oslib-posix.cJes Sorensen
2010-10-30Move osdep socket code to oslib-{posix,win32}.cJes Sorensen
2010-10-30Move QEMU OS dependant library functions to OS specific filesJes Sorensen
2010-09-25Introduce qemu_madvise()Andreas Färber
2010-09-09trace: Trace qemu_malloc() and qemu_vmalloc()Stefan Hajnoczi
2010-06-27win32: Add missing function ffsStefan Weil
2010-03-09documentation: qemu_write_full don't work with non-blocking fd'sJuan Quintela
2010-02-23Fix qemu_eventfd compile when !CONFIG_EVENTFDAvi Kivity
2010-02-17use eventfd for iothreadPaolo Bonzini
2010-02-10fix placement of config-host.h inclusionPaolo Bonzini
2010-01-26Tell users about out-of-memory errorsStefan Weil
2010-01-26Introduce qemu_write_full()Kirill A. Shutemov
2010-01-13osdep.c: Fix accept4 fallbackKevin Wolf
2009-12-18fix pidfile option to work in WIN32Juha Riihimäki
2009-12-18osdep: Fix runtime failure on older Linux kernelsAndre Przywara
2009-12-03Don't leak file descriptorsKevin Wolf
2009-09-12Add #defines needed by OpenSolaris, fix breakage by the #definesBlue Swirl
2009-08-24Only build osdep onceAnthony Liguori
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela
2009-07-08Add out of memory and zero size argument checks to be consistent withmalc
2009-05-13Add tool_osdep.cPaul Brook
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir1
2009-03-08Fix windows build and clean up use of <windows.h>aliguori
2009-03-08Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir1
2009-03-07Support for DragonFly BSD (Hasso Tepper)blueswir1
2009-03-07Fix BSD breakage from r6736blueswir1
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir1
2008-12-11Remove redundant #ifdef _BSDblueswir1
2008-11-22Use MAP_ANON also for FreeBSD (Juergen Lock)blueswir1
2008-11-18Use qemu_memalign instead of memalign in qemu_vmallocmalc
2008-11-11Fix -linux-user build by reverting r5701aliguori
2008-11-11Allocate guest memory on host page boundaries (Hollis Blanchard)aliguori
2008-11-11Define OS-dependent qemu_getpagesize() (Hollis Blanchard)aliguori
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori
2008-08-15Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir1
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel32
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-20Use "mount -o remount" instead of "umount" and "mount /dev/shm",aurel32
2008-04-11Remove osdep.c/qemu-img code duplicationaurel32
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog