> On 13 May 2013 15:19, Paolo Bonzini <pbonz...@redhat.com> wrote: > > --- a/include/qemu/osdep.h > > +++ b/include/qemu/osdep.h > > @@ -98,6 +98,7 @@ int qemu_daemon(int nochdir, int noclose); > > void *qemu_memalign(size_t alignment, size_t size); > > void *qemu_anon_ram_alloc(size_t size); > > void qemu_vfree(void *ptr); > > +void qemu_anon_ram_free(void *ptr, size_t size); > > No documentation comment?
None in the proximity, either, and it's (a) pretty obvious that it matches qemu_anon_ram_alloc (b) not really commonly used, so it won't help a lot of readers. Paolo