Re: [Qemu-devel] [PATCH] migration: use qemu_free() instead of free().

2010-06-14 Thread Anthony Liguori
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 Applied. Thanks. Regards, Anthony Liguori --- migration.c |2 +- 1 files changed

[Qemu-devel] [PATCH] migration: use qemu_free() instead of free().

2010-06-08 Thread Yoshiaki Tamura
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 --- migration.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/migration.c b/migration.c index fbf2339..64ed36e 10064