]> git.proxmox.com Git - mirror_qemu.git/blob - tests/libqos/malloc-spapr.h
virtio-balloon: convert VMSTATE_VIRTIO_DEVICE
[mirror_qemu.git] / tests / libqos / malloc-spapr.h
1 /*
2 * libqos malloc support for SPAPR
3 *
4 * This work is licensed under the terms of the GNU GPL, version 2 or later.
5 * See the COPYING file in the top-level directory.
6 */
7
8 #ifndef LIBQOS_MALLOC_SPAPR_H
9 #define LIBQOS_MALLOC_SPAPR_H
10
11 #include "libqos/malloc.h"
12
13 QGuestAllocator *spapr_alloc_init(void);
14 QGuestAllocator *spapr_alloc_init_flags(QAllocOpts flags);
15 void spapr_alloc_uninit(QGuestAllocator *allocator);
16
17 #endif