On Tue, Oct 06, 2015 at 05:14:03PM +0200, Peter Krempa wrote:
Extract the hostdev check from qemuMigrationIsAllowed into a
separate
function since that is the only part that needs to be done in the v2
migration protocol prepare phase on the destination. All other checks
were added when the v3 protocol existed so that they don't need to be
extracted.
s/so that/so/
This change will allow to dro the @def argument for
*drop
qemuMigrationIsAllowed and further simplify the function.
---
src/qemu/qemu_migration.c | 44 +++++++++++++++++++++++++++++++-------------
1 file changed, 31 insertions(+), 13 deletions(-)
ACK
Jan