migration: Fail migration blocker for --only-migratable
commitb67b8c3a9deacd4e1f029422f01ad8179e16d580
authorAshijeet Acharya <ashijeetacharya@gmail.com>
Mon, 16 Jan 2017 11:31:54 +0000 (16 17:01 +0530)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Tue, 24 Jan 2017 18:00:31 +0000 (24 18:00 +0000)
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 <ashijeetacharya@gmail.com>
Message-Id: <1484566314-3987-6-git-send-email-ashijeetacharya@gmail.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
include/migration/migration.h
migration/migration.c