Re: [Qemu-devel] [PATCH v2 6/6] Don't abort on memory allocation error

2014-01-30 Thread Dr. David Alan Gilbert
* Orit Wasserman (owass...@redhat.com) wrote: > It is better to fail migration in case of failure to > allocate new cache item > > Signed-off-by: Orit Wasserman > --- > arch_init.c| 4 +++- > include/migration/page_cache.h | 4 +++- > page_cache.c | 16 +++

[Qemu-devel] [PATCH v2 6/6] Don't abort on memory allocation error

2014-01-30 Thread Orit Wasserman
It is better to fail migration in case of failure to allocate new cache item Signed-off-by: Orit Wasserman --- arch_init.c| 4 +++- include/migration/page_cache.h | 4 +++- page_cache.c | 16 +++- 3 files changed, 17 insertions(+), 7 deletions(