summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* osdep: Fix compilation failure on BSD systemsPeter Maydell2012-08-161-1/+7
* block: Enable qemu_open/close to work with fd setsCorey Bryant2012-08-151-0/+111
* block: Convert close calls to qemu_closeCorey Bryant2012-08-151-0/+5
* vnc: disable VNC password authentication (security type 2) when in FIPS modePaul Moore2012-08-031-0/+29
* Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana2012-06-191-0/+11
* move corking functions to osdep.cPaolo Bonzini2011-12-221-0/+9
* add qemu_send_full and qemu_recv_fullPaolo Bonzini2011-12-211-0/+67
* Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0
* Remove unncessary includesJes Sorensen2010-10-301-8/+0
* Separate qemu_pidfile() into OS specific versionsJes Sorensen2010-10-301-38/+0
* Move qemu_gettimeofday() to OS specific filesJes Sorensen2010-10-301-31/+0
* We only support eventfd under POSIX, move qemu_eventfd() to os-posix.cJes Sorensen2010-10-301-34/+0
* qemu_pipe() is used only by POSIX code, so move to oslib-posix.cJes Sorensen2010-10-301-22/+0
* Move osdep socket code to oslib-{posix,win32}.cJes Sorensen2010-10-301-38/+0
* Move QEMU OS dependant library functions to OS specific filesJes Sorensen2010-10-301-85/+0
* Introduce qemu_madvise()Andreas Färber2010-09-251-0/+23
* trace: Trace qemu_malloc() and qemu_vmalloc()Stefan Hajnoczi2010-09-091-6/+18
* win32: Add missing function ffsStefan Weil2010-06-271-0/+7
* documentation: qemu_write_full don't work with non-blocking fd'sJuan Quintela2010-03-091-0/+5
* Fix qemu_eventfd compile when !CONFIG_EVENTFDAvi Kivity2010-02-231-1/+1
* use eventfd for iothreadPaolo Bonzini2010-02-171-0/+32
* fix placement of config-host.h inclusionPaolo Bonzini2010-02-101-3/+4
* Tell users about out-of-memory errorsStefan Weil2010-01-261-1/+9
* Introduce qemu_write_full()Kirill A. Shutemov2010-01-261-0/+27
* osdep.c: Fix accept4 fallbackKevin Wolf2010-01-131-1/+1
* fix pidfile option to work in WIN32Juha Riihimäki2009-12-181-11/+2
* osdep: Fix runtime failure on older Linux kernelsAndre Przywara2009-12-181-6/+12
* Don't leak file descriptorsKevin Wolf2009-12-031-1/+103
* Add #defines needed by OpenSolaris, fix breakage by the #definesBlue Swirl2009-09-121-2/+2
* Only build osdep onceAnthony Liguori2009-08-241-3/+0
* Unbreak large mem support by removing kqemuAnthony Liguori2009-08-241-121/+0
* rename HOST_BSD to CONFIG_BSDJuan Quintela2009-07-271-3/+3
* change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela2009-07-271-3/+3
* Add out of memory and zero size argument checks to be consistent withmalc2009-07-081-5/+25
* Add tool_osdep.cPaul Brook2009-05-131-0/+3
* kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir12009-04-191-3/+3
* Fix windows build and clean up use of <windows.h>aliguori2009-03-081-1/+0
* Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir12009-03-081-3/+3
* Support for DragonFly BSD (Hasso Tepper)blueswir12009-03-071-2/+2
* Fix BSD breakage from r6736blueswir12009-03-071-0/+3
* Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir12009-03-071-3/+2
* Remove redundant #ifdef _BSDblueswir12008-12-111-4/+0
* Use MAP_ANON also for FreeBSD (Juergen Lock)blueswir12008-11-221-2/+5
* Use qemu_memalign instead of memalign in qemu_vmallocmalc2008-11-181-1/+1
* Fix -linux-user build by reverting r5701aliguori2008-11-111-14/+1
* Allocate guest memory on host page boundaries (Hollis Blanchard)aliguori2008-11-111-1/+1
* Define OS-dependent qemu_getpagesize() (Hollis Blanchard)aliguori2008-11-111-0/+13
* Use common objects for qemu-img and qemu-nbdaliguori2008-09-151-0/+27
* Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir12008-08-151-2/+15
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-1/+0