summaryrefslogtreecommitdiff
path: root/osdep.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-05Merge remote branch 'kraxel/spice.v14' into spice.kvm.v14spice.kvm.v14.spicevmcGerd Hoffmann1-0/+5
2010-08-04[ElectricFence] use memalign instead of posix_memalignGerd Hoffmann1-0/+5
2010-07-04Merge commit 'be41cbe0368b5becac02a1bf885341ba25ba9a9e' into upstream-mergeMarcelo Tosatti1-0/+7
2010-06-27win32: Add missing function ffsStefan Weil1-0/+7
2010-03-15Merge commit '5cd2c5b6ad75c46d40118ac67c0c09d4e7930a65' into upstream-mergeMarcelo Tosatti1-0/+5
2010-03-09documentation: qemu_write_full don't work with non-blocking fd'sJuan Quintela1-0/+5
2010-03-01fix qemu_eventfd without CONFIG_EVENTFD (again, mismerged)Marcelo Tosatti1-1/+1
2010-02-24Merge commit 'f3dfda6114fd12ca7caac456b1997962b5c48274' into upstream-mergeMarcelo Tosatti1-1/+1
2010-02-23Fix qemu_eventfd compile when !CONFIG_EVENTFDAvi Kivity1-1/+1
2010-02-17Fix qemu_eventfd compile when !CONFIG_EVENTFDAvi Kivity1-1/+1
2010-02-17use eventfd for iothreadPaolo Bonzini1-0/+32
2010-02-17Move qemu_eventfd to osdep.cPaolo Bonzini1-0/+32
2010-02-17Merge commit '4a7e1190dfadf1154721125af8510347f8a3c56b' into upstream-mergeMarcelo Tosatti1-3/+4
2010-02-10fix placement of config-host.h inclusionPaolo Bonzini1-3/+4
2010-01-31Merge commit '625a5befc2e3200b396594f002218d235e375da5' into upstream-mergeMarcelo Tosatti1-1/+9
2010-01-31Merge commit '4817d32757cf499a2af375d242ead9394e613882' into upstream-mergeMarcelo Tosatti1-0/+27
2010-01-26Tell users about out-of-memory errorsStefan Weil1-1/+9
2010-01-26Introduce qemu_write_full()Kirill A. Shutemov1-0/+27
2010-01-21Merge commit 'bb0300dc57c10b3721451b0ff566a03f9276cc77' into upstream-mergeMarcelo Tosatti1-1/+1
2010-01-13osdep.c: Fix accept4 fallbackKevin Wolf1-1/+1
2009-12-20Merge commit '935effc2bbd2c441b755a8d280811a9763fdb98c' into upstream-mergeAvi Kivity1-11/+2
2009-12-20Merge commit 'd587e0787153f0224a6140c5015609963ceaabfb' into upstream-mergeAvi Kivity1-6/+12
2009-12-18fix pidfile option to work in WIN32Juha Riihimäki1-11/+2
2009-12-18osdep: Fix runtime failure on older Linux kernelsAndre Przywara1-6/+12
2009-12-07Merge commit '40ff6d7e8dceca227e7f8a3e8e0d58b2c66d19b4' into upstream-mergeAvi Kivity1-1/+103
2009-12-03Don't leak file descriptorsKevin Wolf1-1/+103
2009-09-14Merge commit '34005a0060c176b3025a9e7c5d064615a9f80325' into upstream-mergeMarcelo Tosatti1-2/+2
2009-09-12Add #defines needed by OpenSolaris, fix breakage by the #definesBlue Swirl1-2/+2
2009-08-24Merge commit '4dd75c702c96ec84db4efe24fcc80a4d7bb32df2' into upstream-mergeAvi Kivity1-3/+0
2009-08-24Merge commit '4a1418e07bdcfaa3177739e04707ecaec75d89e1' into upstream-mergeAvi Kivity1-121/+0
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori1-121/+0
2009-08-24Only build osdep onceAnthony Liguori1-3/+0
2009-07-29Merge commit 'eb82284f180196f911fd70ebf0cddfbfdf5af3e3' into upstream-mergeAvi Kivity1-3/+3
2009-07-29Merge commit 'dfe5fff3eaab1285cd1565fa0a33e5acd13b279c' into upstream-mergeAvi Kivity1-3/+3
2009-07-27rename HOST_BSD to CONFIG_BSDJuan Quintela1-3/+3
2009-07-27change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}Juan Quintela1-3/+3
2009-07-12Merge commit '94c5495dd16ca3311cbc95705e58d28a45899d1d' into upstream-mergeAvi Kivity1-5/+25
2009-07-08Add out of memory and zero size argument checks to be consistent withmalc1-5/+25
2009-05-20Merge branch 'master' of git://git.sv.gnu.org/qemuAvi Kivity1-0/+3
2009-05-13Add tool_osdep.cPaul Brook1-0/+3
2009-04-23Merge branch 'master' of git://git.sv.gnu.org/qemu into masterAvi Kivity1-3/+3
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir11-3/+3
2009-03-12Merge branch 'qemu-cvs'Avi Kivity1-1/+0
2009-03-08Fix windows build and clean up use of <windows.h>aliguori1-1/+0
2009-03-08Merge branch 'qemu-cvs'Avi Kivity1-6/+8
2009-03-08Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configureblueswir11-3/+3
2009-03-07Support for DragonFly BSD (Hasso Tepper)blueswir11-2/+2
2009-03-07Fix BSD breakage from r6736blueswir11-0/+3
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-3/+2
2008-12-15Merge branch 'qemu-cvs'Avi Kivity1-4/+0