aboutsummaryrefslogtreecommitdiff
path: root/osdep.c
AgeCommit message (Expand)Author
2012-11-02compiler: support Darwin weak referencesPaolo Bonzini
2012-10-31Merge remote-tracking branch 'origin/master' into threadpoolPaolo Bonzini
2012-10-30fdsets: use weak aliases instead of qemu-tool.c/qemu-user.cPaolo Bonzini
2012-10-24osdep: Less restrictive F_SEFL in qemu_dup_flags()Corey Bryant
2012-08-16osdep: Fix compilation failure on BSD systemsPeter Maydell
2012-08-15block: Enable qemu_open/close to work with fd setsCorey Bryant
2012-08-15block: Convert close calls to qemu_closeCorey Bryant
2012-08-03vnc: disable VNC password authentication (security type 2) when in FIPS modePaul Moore
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana
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