
12 Sep
2020
12 Sep
'20
7:14 a.m.
On a Friday in 2020, Peter Krempa wrote:
The backend for the SCSI host device is a storage source. While the definition doesn't look like that it's converted to a storage source when the VM is running.
Add the storage source to the definition object and also parse/format it's private data which will be used for internal state storage while
s/it's/its/
the VM is running.
Note that the virStorageSourcePtr may not be allocated all the time so the private data parser allocates it if there is any private data present.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/conf/domain_conf.c | 24 ++++++++++++++++++++++-- src/conf/domain_conf.h | 1 + 2 files changed, 23 insertions(+), 2 deletions(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano