Re: [libvirt] [PATCH 1/2] vmx: handle shared folders formatting

2012-07-21 Thread Matthias Bolte
2012/7/11 Jean-Baptiste Rouault : > This patch adds support for generating vmx files with > shared folders enabled. > > Update test suite accordingly. > +virVMXFormatFileSystem(virDomainFSDefPtr def, int index, virBufferPtr buffer) I'll replace index with number here to avoid a warning about shad

[libvirt] [PATCH 1/2] vmx: handle shared folders formatting

2012-07-11 Thread Jean-Baptiste Rouault
This patch adds support for generating vmx files with shared folders enabled. Update test suite accordingly. --- src/vmx/vmx.c | 59 +++- src/vmx/vmx.h |3 ++ tests/xml2vmxdata/xml2vmx-sharedfolder.vmx | 18