commit | 8b7f6fbbdc5545f749864fdf295f2fae14c7ef0a | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Thu Jul 26 20:41:53 2012 -0300 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Mon Aug 13 13:20:12 2012 -0300 |
tree | f69c7d16ee13b9288d0f6ccaba23a346174d3ae7 | |
parent | c75a1a8a5a34ef10f704c521c475a6dd4de5e887 [diff] |
hmp: hmp_cont(): don't rely on QERR_DEVICE_ENCRYPTED This commit changes hmp_cont() to loop through all block devices and proactively set an encryption key for any encrypted device missing a key. This change is needed because QERR_DEVICE_ENCRYPTED is going to be dropped by a future commit. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com>