Re: [libvirt-users] Shared Folders

2011-06-09 Thread Guilherme Santos
Good afternoon. I am sending this email because I had a problem while trying to use your patch. I was using libvirt version 0.8.5 before you send this patch. I upgraded it to version 0.9.2, then I applied your patch. I can see that libvirt properly communicated with VBox hypervisor and added the

Re: [libvirt-users] Shared Folders

2011-06-07 Thread Matthias Bolte
2011/6/7 Guilherme Santos : >> A shared folder will >> probably just map to this XML snippet: >> >> >>   >> >>   >> >> > > I see. I also tried this XML configuration you gave as an example, but it > wouldn't work. And now I know why... > >> > mount_tag="SharingName" security_model="passthrough"

Re: [libvirt-users] Shared Folders

2011-06-07 Thread Guilherme Santos
> > A shared folder will > probably just map to this XML snippet: > > I see. I also tried this XML configuration you gave as an example, but it wouldn't work. And now I know why... mount_tag="SharingName" security_model="passthrough" /> Where did you find this? This is not libvirt XM

Re: [libvirt-users] Shared Folders

2011-06-07 Thread Matthias Bolte
2011/6/6 Guilherme Santos : > Well, I am still with that problem, attempting to create shared folders, so > I will try to be more specific and then maybe somebody can help me. Your problem is simple, libvirt currently doesn't support shared folder for VirtualBox. I'll have a look at it and if it's

Re: [libvirt-users] Shared Folders

2011-06-06 Thread Guilherme Santos
Well, I am still with that problem, attempting to create shared folders, so I will try to be more specific and then maybe somebody can help me. When I say "I am trying to set up shared folders", I mean that I set this configuration in my XML description: This was my last attempt