]> git.proxmox.com Git - mirror_qemu.git/commit - migration/ram.h
migration: No need to return the size of the cache
authorJuan Quintela <quintela@redhat.com>
Fri, 6 Oct 2017 21:03:55 +0000 (23:03 +0200)
committerJuan Quintela <quintela@redhat.com>
Sun, 29 Oct 2017 13:06:15 +0000 (14:06 +0100)
commitc9dede2d482676440cb6e826ebe87450965fe679
tree86b079eea920e73c6b068e506ebbcd98f3515380
parent2a313e5cf6ed90b932b0abe2b4f2055785397f93
migration: No need to return the size of the cache

After the previous commits, we make sure that the value passed is
right, or we just drop an error.  So now we return if there is one
error or we have setup correctly the value passed.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
--

Improve error messasge
Return 0 always for success
migration/migration.c
migration/ram.c
migration/ram.h