virt: Add information about 'source' for block device
authorRadoslaw Jablonski <radoslawx.jablonski@intel.com>
Thu, 13 Dec 2018 14:58:02 +0000 (14:58 +0000)
committerRadoslaw Jablonski <radoslawx.jablonski@intel.com>
Wed, 23 Jan 2019 13:33:30 +0000 (13:33 +0000)
commit68d50bdd34cb005b1ee23ab81abbf34fefdfca41
tree3a8e00cc6e6980d44210c8f71bb344ca6aa93b56
parentfc5e43ad3d95e6b49f7e30195acb0013e8c51f37
virt: Add information about 'source' for block device

This patch adds support for checking if source property for
block device exists - this information is stored as
a 'has_source' boolean field in struct block_device.

Checking if source for block device exists is needed in scenario
when 'block info' is fetched from libvirt. 'Block info' can be fetched
only for block devices with source defined - otherwise libvirt throws
errors.

Change-Id: I76aeaf140f45f58178669e8a2a1f4d3fe980d658
Signed-off-by: Radoslaw Jablonski <radoslawx.jablonski@intel.com>
src/virt.c