]> git.proxmox.com Git - mirror_qemu.git/commit - page_cache.c
Don't abort on memory allocation error
authorOrit Wasserman <owasserm@redhat.com>
Thu, 30 Jan 2014 18:08:38 +0000 (20:08 +0200)
committerJuan Quintela <quintela@redhat.com>
Tue, 4 Feb 2014 15:50:37 +0000 (16:50 +0100)
commit89db9987c07977bdb78d5d4b41d65e7acb9a5a2c
tree0da66555ff71ef4486679a0493d2ee632c4d6bcc
parenta17b2fd3580d1da96e806c8b58e61255e8c57577
Don't abort on memory allocation error

It is better to fail migration in case of failure to
allocate new cache item

Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
arch_init.c
include/migration/page_cache.h
page_cache.c