]> git.proxmox.com Git - qemu.git/history - qemu-malloc.c
simpletrace: suppress a warning from unused variable
[qemu.git] / qemu-malloc.c
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-12-14 Jes SorensenAdd missing tracing to qemu_mallocz()
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-30 Jes SorensenConsolidate oom_check() functions
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-09-09 Stefan Hajnoczitrace: Trace qemu_malloc() and qemu_vmalloc()
2010-06-15 Christoph Hellwigcow: stop using mmap
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-28 Richard HendersonUse calloc in qemu_mallocz.
2010-02-23 Markus ArmbrusterSimplify qemu_realloc()
2009-12-12 Anthony LiguoriDo not abort on qemu_malloc(0) in production builds
2009-05-19 malcFormat per CODING_STYLE
2009-05-19 malcAbort on attempts to allocate zero bytes
2009-02-11 aliguoriFix qemu_realloc() (Kevin Wolf)
2009-02-06 aliguoriReplace exit() in oom_check with abort()
2009-02-05 aliguoriTerminate emulation on memory allocation failure (Avi...
2008-11-09 balrogAdd qemu_strndup: qemu_strdup with length limit.
2008-08-25 blueswir1Fix error introduced by r5044
2008-08-21 blueswir1Fix OpenBSD linker warnings
2008-08-06 thsAdd qemu_realloc(), by Gerd Hoffmann.
2008-06-09 pbrookPrevent guest reusing host memory allocations.