summaryrefslogtreecommitdiff
path: root/tests/libqos/malloc-pc.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22fw_cfg: Split fw_cfg_keys.h off fw_cfg.hMarkus Armbruster1-2/+1
2016-02-16tests: Clean up includesPeter Maydell1-0/+1
2015-02-16libqos: Update QGuestAllocator to be opaqueJohn Snow1-1/+1
2015-02-16libqos: add alloc_init_flagsJohn Snow1-3/+1
2015-02-16libqos: Split apart pc_alloc_initJohn Snow1-16/+4
2015-01-13libqos: Convert malloc-pc allocator to a generic allocatorMarc MarĂ­1-274/+6
2014-09-08libqos: add a simple first-fit memory allocatorJohn Snow1-10/+270
2014-08-15libqos: Correct mask to align size to PAGE_SIZE in malloc-pcMarc MarĂ­1-1/+1
2014-08-15libqos: Correct memory leakJohn Snow1-0/+3
2013-07-18libqos: Generalize I/O-mapped fw_cfgMarkus Armbruster1-1/+1
2013-04-17libqos: add malloc supportAnthony Liguori1-0/+71