Re: [PATCH 1/6] qemu/osdep: Document qemu_memalign() and friends

2020-05-07 Thread Stefan Hajnoczi
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

[PATCH 1/6] qemu/osdep: Document qemu_memalign() and friends

2020-05-04 Thread Philippe Mathieu-Daudé
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