aboutsummaryrefslogtreecommitdiff
path: root/osdep.c
AgeCommit message (Expand)Author
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
2007-12-17Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-06-07Windows build fixes.pbrook
2007-03-25qemu_create_pidfile implementation for Win32, based on a patch byths
2007-01-17Kqemu support for Solaris, by Ben Taylor.ths
2006-08-17fd leak fix (Igor Kovalenko)bellard
2006-08-03removed unused codebellard
2006-08-01removed unused codebellard
2006-05-22Only use /dev/shm hack when kqemu is enabled.pbrook
2005-04-23informative message about low memory on /dev/shmbellard
2005-04-17windows support for kqemu (Filip Navara)bellard