summaryrefslogtreecommitdiffstats
path: root/tests/libqos/malloc.h
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2015-05-22 14:13:43 -0400
committerJohn Snow <jsnow@redhat.com>2015-05-22 15:58:22 -0400
commit085248ae87704f1c1e4e1f929f58beca3ba294a2 (patch)
tree151a60065838ebbef6a36a28e4e62fb61034b3ea /tests/libqos/malloc.h
parent455e861cc625891baacf74e66c31a914883b80ca (diff)
downloadhqemu-085248ae87704f1c1e4e1f929f58beca3ba294a2.zip
hqemu-085248ae87704f1c1e4e1f929f58beca3ba294a2.tar.gz
libqos: Add migration helpers
libqos.c: -set_context for addressing which commands go where -migrate performs the actual migration malloc.c: - Structure of the allocator is adjusted slightly with a second-tier malloc to make swapping around the allocators easy when we "migrate" the lists from the source to the destination. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Message-id: 1430417242-11859-4-git-send-email-jsnow@redhat.com
Diffstat (limited to 'tests/libqos/malloc.h')
-rw-r--r--tests/libqos/malloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libqos/malloc.h b/tests/libqos/malloc.h
index 71ac407..0c6c9b7 100644
--- a/tests/libqos/malloc.h
+++ b/tests/libqos/malloc.h
@@ -31,6 +31,7 @@ void alloc_uninit(QGuestAllocator *allocator);
/* Always returns page aligned values */
uint64_t guest_alloc(QGuestAllocator *allocator, size_t size);
void guest_free(QGuestAllocator *allocator, uint64_t addr);
+void migrate_allocator(QGuestAllocator *src, QGuestAllocator *dst);
QGuestAllocator *alloc_init(uint64_t start, uint64_t end);
QGuestAllocator *alloc_init_flags(QAllocOpts flags,
OpenPOWER on IntegriCloud