index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
libqos
/
malloc-pc.c
Age
Commit message (
Expand
)
Author
2020-01-12
tests/libqos: Move the libqos files under tests/qtest/
Thomas Huth
2019-05-23
tests/libqos: Add pc_fw_cfg_uninit() and use it
Philippe Mathieu-Daudé
2019-03-07
tests/libqos: embed allocators instead of malloc-ing them separately
Paolo Bonzini
2018-08-23
fw_cfg: import & use linux/qemu_fw_cfg.h
Marc-André Lureau
2018-02-14
libqos: Use explicit QTestState for fw_cfg operations
Eric Blake
2016-06-07
tests: Remove unnecessary glib.h includes
Peter Maydell
2016-03-22
fw_cfg: Split fw_cfg_keys.h off fw_cfg.h
Markus Armbruster
2016-02-16
tests: Clean up includes
Peter Maydell
2015-02-16
libqos: Update QGuestAllocator to be opaque
John Snow
2015-02-16
libqos: add alloc_init_flags
John Snow
2015-02-16
libqos: Split apart pc_alloc_init
John Snow
2015-01-13
libqos: Convert malloc-pc allocator to a generic allocator
Marc Marí
2014-09-08
libqos: add a simple first-fit memory allocator
John Snow
2014-08-15
libqos: Correct mask to align size to PAGE_SIZE in malloc-pc
Marc Marí
2014-08-15
libqos: Correct memory leak
John Snow
2013-07-18
libqos: Generalize I/O-mapped fw_cfg
Markus Armbruster
2013-04-17
libqos: add malloc support
Anthony Liguori