summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not abort on qemu_malloc(0) in production buildsAnthony Liguori2009-12-121-6/+13
* Format per CODING_STYLEmalc2009-05-191-6/+10
* Abort on attempts to allocate zero bytesmalc2009-05-191-2/+7
* Fix qemu_realloc() (Kevin Wolf)aliguori2009-02-111-1/+4
* Replace exit() in oom_check with abort()aliguori2009-02-061-1/+1
* Terminate emulation on memory allocation failure (Avi Kivity)aliguori2009-02-051-6/+10
* Add qemu_strndup: qemu_strdup with length limit.balrog2008-11-091-1/+15
* Fix error introduced by r5044blueswir12008-08-251-1/+1
* Fix OpenBSD linker warningsblueswir12008-08-211-2/+3
* Add qemu_realloc(), by Gerd Hoffmann.ths2008-08-061-0/+5
* Prevent guest reusing host memory allocations.pbrook2008-06-091-0/+59