commit | 70e2cb3bd75fc7aa988f81eae854001e8fcbffe1 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Sep 20 13:38:47 2016 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Sep 23 13:44:47 2016 +0200 |
tree | f5b489862fe403b946d72f2d30097c54816b58cc | |
parent | fbe2d8163e8900fe22c67f55bd09ebc6f322f430 [diff] |
block: Accept device model name for blockdev-change-medium In order to remove the need for BlockBackend names in the external API, we want to allow qdev device names in all device related commands. This converts blockdev-change-medium to accept a qdev device name. Signed-off-by: Kevin Wolf <kwolf@redhat.com>