diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-16 09:45:18 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-17 10:26:05 -0500 |
commit | 8a0743cf747c659a3443e722a832c8f21f1cc774 (patch) | |
tree | 3ef2b9f0807aaff3d9d8c982c965610b5b63ba48 /tests/Makefile | |
parent | 234c69c5f92f18d7692e859d2784edb17a88873f (diff) | |
download | qemu-8a0743cf747c659a3443e722a832c8f21f1cc774.tar.gz qemu-8a0743cf747c659a3443e722a832c8f21f1cc774.tar.bz2 qemu-8a0743cf747c659a3443e722a832c8f21f1cc774.zip |
libqos: add malloc support
This is a very simple allocator for the PC platform. It should
be possible to add backends for other platforms.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-id: 1366123521-4330-5-git-send-email-aliguori@us.ibm.com
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index ce919802a6..cafbb2726f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -118,6 +118,7 @@ tests/test-mul64$(EXESUF): tests/test-mul64.o libqemuutil.a libqos-obj-y = tests/libqos/pci.o tests/libqos/fw_cfg.o libqos-pc-obj-y = $(libqos-obj-y) tests/libqos/pci-pc.o tests/libqos/fw_cfg-pc.o +libqos-pc-obj-y += tests/libqos/malloc-pc.o tests/rtc-test$(EXESUF): tests/rtc-test.o tests/m48t59-test$(EXESUF): tests/m48t59-test.o |