All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: kwolf@redhat.com, aliguori@us.ibm.com, akong@redhat.com,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH for-1.5 2/2] osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory
Date: Mon, 13 May 2013 10:45:24 -0400 (EDT)	[thread overview]
Message-ID: <800498586.589361.1368456324455.JavaMail.root@redhat.com> (raw)
In-Reply-To: <CAFEAcA9QpOD_KqcFQbL24b3AG_TaBgzBHXGT670kGo0VJoryYA@mail.gmail.com>

> On 13 May 2013 15:19, Paolo Bonzini <pbonzini@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

  reply	other threads:[~2013-05-13 14:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-13 14:19 [Qemu-devel] [PATCH for-1.5 0/2] Fix hot-unplug of devices with ROM or RAM Paolo Bonzini
2013-05-13 14:19 ` [Qemu-devel] [PATCH for-1.5 1/2] osdep, kvm: rename low-level RAM allocation functions Paolo Bonzini
2013-05-13 14:19 ` [Qemu-devel] [PATCH for-1.5 2/2] osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory Paolo Bonzini
2013-05-13 14:26   ` Peter Maydell
2013-05-13 14:45     ` Paolo Bonzini [this message]
2013-05-15 14:36   ` Markus Armbruster
2013-05-15 14:44     ` Paolo Bonzini
2013-05-18 11:51       ` Stefan Weil
2013-05-14  2:13 ` [Qemu-devel] [PATCH for-1.5 0/2] Fix hot-unplug of devices with ROM or RAM Amos Kong
2013-05-14 16:11 ` Anthony Liguori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=800498586.589361.1368456324455.JavaMail.root@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=akong@redhat.com \
    --cc=aliguori@us.ibm.com \
    --cc=kwolf@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.