On Mon, May 04, 2020 at 11:46:36AM +0200, Philippe Mathieu-Daudé wrote:
> Document allocator functions that require a specific
> de-allocator call.
>
> Signed-off-by: Philippe Mathieu-Daudé
> ---
> include/block/block.h | 4
> include/qemu/osdep.h | 3 +++
> include/sysem
Document allocator functions that require a specific
de-allocator call.
Signed-off-by: Philippe Mathieu-Daudé
---
include/block/block.h | 4
include/qemu/osdep.h | 3 +++
include/sysemu/block-backend.h | 2 ++
3 files changed, 9 insertions(+)
diff --git a/include/block/b