]> Git Repo - qemu.git/commit
migration: No need to return the size of the cache
authorJuan Quintela <[email protected]>
Fri, 6 Oct 2017 21:03:55 +0000 (23:03 +0200)
committerJuan Quintela <[email protected]>
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 <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
--

Improve error messasge
Return 0 always for success
migration/migration.c
migration/ram.c
migration/ram.h
This page took 0.025865 seconds and 4 git commands to generate.