commit | d9b7b05703399fbc9b87553d7f164ffba1db4aa4 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Jan 16 18:23:41 2015 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Dec 18 14:34:42 2015 +0100 |
tree | ae6403a15d51975e87289f0e6c24cbe4cac90f1a | |
parent | 40365552c2fceacc9800ec9a87b9ead516a9a6ce [diff] |
block: Allow references for backing files For bs->file, using references to existing BDSes has been possible for a while already. This patch enables the same for bs->backing. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>