From: Anthony Liguori <anthony@codemonkey.ws>
To: Yoshiaki Tamura <tamura.yoshiaki@lab.ntt.co.jp>
Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] migration: use qemu_free() instead of free().
Date: Mon, 14 Jun 2010 15:58:07 -0500 [thread overview]
Message-ID: <4C1697DF.3040100@codemonkey.ws> (raw)
In-Reply-To: <1276062271-27678-1-git-send-email-tamura.yoshiaki@lab.ntt.co.jp>
On 06/09/2010 12:44 AM, Yoshiaki Tamura wrote:
> Although there is no difference, other migration related code use
> qemu_free(), and it should be better to be consistent.
>
> Signed-off-by: Yoshiaki Tamura<tamura.yoshiaki@lab.ntt.co.jp>
>
Applied. Thanks.
Regards,
Anthony Liguori
> ---
> migration.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/migration.c b/migration.c
> index fbf2339..64ed36e 100644
> --- a/migration.c
> +++ b/migration.c
> @@ -396,7 +396,7 @@ void migrate_fd_release(MigrationState *mig_state)
> s->state = MIG_STATE_CANCELLED;
> migrate_fd_cleanup(s);
> }
> - free(s);
> + qemu_free(s);
> }
>
> void migrate_fd_wait_for_unfreeze(void *opaque)
>
prev parent reply other threads:[~2010-06-14 20:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-09 5:44 [Qemu-devel] [PATCH] migration: use qemu_free() instead of free() Yoshiaki Tamura
2010-06-14 20:58 ` Anthony Liguori [this message]
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=4C1697DF.3040100@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=aliguori@us.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=tamura.yoshiaki@lab.ntt.co.jp \
/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.