Re: [Qemu-devel] [PATCH 3/7] arch_init: add ram_madvise_free()

2013-08-02 Thread Michael R. Hines
On 06/16/2013 12:04 PM, Anthony Liguori wrote: Lei Li writes: Signed-off-by: Lei Li --- arch_init.c | 13 + include/migration/migration.h |3 +++ 2 files changed, 16 insertions(+), 0 deletions(-) diff --git a/arch_init.c b/arch_init.c index 872020e..fc

Re: [Qemu-devel] [PATCH 3/7] arch_init: add ram_madvise_free()

2013-06-17 Thread Lei Li
On 06/17/2013 12:04 AM, Anthony Liguori wrote: Lei Li writes: Signed-off-by: Lei Li --- arch_init.c | 13 + include/migration/migration.h |3 +++ 2 files changed, 16 insertions(+), 0 deletions(-) diff --git a/arch_init.c b/arch_init.c index 872020e..fc

Re: [Qemu-devel] [PATCH 3/7] arch_init: add ram_madvise_free()

2013-06-16 Thread Anthony Liguori
Lei Li writes: > Signed-off-by: Lei Li > --- > arch_init.c | 13 + > include/migration/migration.h |3 +++ > 2 files changed, 16 insertions(+), 0 deletions(-) > > diff --git a/arch_init.c b/arch_init.c > index 872020e..fc66bd2 100644 > --- a/arch_init.c > +++