]> Git Repo - qemu.git/commit
migration: Fail migration blocker for --only-migratable
authorAshijeet Acharya <[email protected]>
Mon, 16 Jan 2017 11:31:54 +0000 (17:01 +0530)
committerDr. David Alan Gilbert <[email protected]>
Tue, 24 Jan 2017 18:00:31 +0000 (18:00 +0000)
commitb67b8c3a9deacd4e1f029422f01ad8179e16d580
tree00acedf4c75b608476306d96b1d87d86e4174662
parentfe44dc91807eca59d0230fe828c1e2ee0c305a1e
migration: Fail migration blocker for --only-migratable

migrate_add_blocker should rightly fail if the '--only-migratable'
option was specified and the device in use should not be able to
perform the action which results in an unmigratable VM.

Make migrate_add_blocker return -EACCES in this case.

Signed-off-by: Ashijeet Acharya <[email protected]>
Message-Id: <1484566314[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
Reviewed-by: Juan Quintela <[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
include/migration/migration.h
migration/migration.c
This page took 0.02362 seconds and 4 git commands to generate.