]> xenbits.xensource.com Git - libvirt.git/commit
Support transient attribute on vmware disks
authorWout Mertens <Wout.Mertens@gmail.com>
Tue, 17 Dec 2013 17:04:35 +0000 (18:04 +0100)
committerEric Blake <eblake@redhat.com>
Tue, 17 Dec 2013 21:24:49 +0000 (14:24 -0700)
commit5d7e4f0cf335235c09e4c2d797fe1cf870f5cba9
tree3ed84aacc834f8cd62399fb30644f5ac29747b13
parenteafe4076eabe05f111cd6d793786e7434efda5f9
Support transient attribute on vmware disks

vmx/vmx.c ignores the transient attribute on the disk xml format. This patch
adds a 1-1 relationship between it and [disk].mode = "independent-nonpersistent".

The other modes are ignored as before. It works in my testing.

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

Signed-off-by: Eric Blake <eblake@redhat.com>
src/vmx/vmx.c