]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vmx: Adapt to emptyBackingString for cdrom-image
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 7 Jan 2016 08:51:55 +0000 (09:51 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 25 Jan 2016 07:34:23 +0000 (08:34 +0100)
commit35c3aab44d20daa2623fcf2191fc2e3afc12b9f0
treeea59990af8329544e12d1d648608444060f0d870
parent4ac14cde9ae925515009400c2186d7eec5478b05
vmx: Adapt to emptyBackingString for cdrom-image

https://bugzilla.redhat.com/show_bug.cgi?id=1266088

We are missing this value for cdrom-image device. It seems like
there's no added value to extend this to other types of disk
devices [1].

1: https://www.redhat.com/archives/libvir-list/2016-January/msg01038.html

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/vmx/vmx.c
tests/vmx2xmldata/vmx2xml-cdrom-ide-empty.vmx [new file with mode: 0644]
tests/vmx2xmldata/vmx2xml-cdrom-ide-empty.xml [new file with mode: 0644]
tests/vmx2xmldata/vmx2xml-cdrom-scsi-empty.vmx [new file with mode: 0644]
tests/vmx2xmldata/vmx2xml-cdrom-scsi-empty.xml [new file with mode: 0644]
tests/vmx2xmltest.c
tests/xml2vmxdata/xml2vmx-cdrom-ide-empty.vmx [new file with mode: 0644]
tests/xml2vmxdata/xml2vmx-cdrom-ide-empty.xml [new file with mode: 0644]
tests/xml2vmxdata/xml2vmx-cdrom-scsi-empty.vmx [new file with mode: 0644]
tests/xml2vmxdata/xml2vmx-cdrom-scsi-empty.xml [new file with mode: 0644]
tests/xml2vmxtest.c