[libvirt-users] 答复: How could I do the guest mount operation from the host?

2015-11-08 Thread 李笳平
Yes, my modification is like you. I doubt that if the mount operation on the host is reasonable… And what is p9? Best Regards From Jiaping LI 发件人: Dominique Ramaekers [mailto:dominique.ramaek...@cometal.be] 发送时间: 2015年11月9日 15:08 收件人: 李笳平; 'libvirt-users@redhat.com' 主题: RE: [libvirt-users] How

Re: [libvirt-users] How could I do the guest mount operation from the host?

2015-11-08 Thread Dominique Ramaekers
For usb I meant something like: If you want to use fiesystem passtrough, I think you have to look at p9 filesystem. I’ve used it before and it worked like a charm. This does require some setup in the guest… Van: 李笳平 [mailto:lijiap...@yovole.com] Verzonden: maandag

[libvirt-users] 答复: How could I do the guest mount operation from the host?

2015-11-08 Thread 李笳平
Hi, I have tried usb and it doesn’t work. I don’t know if the filesystem tag could work… I find in the formatdomain docs about the filesystem: The description of filesystem is: A directory on the host that can be accessed directly from the guest. I don’t kno

Re: [libvirt-users] virDomainCoreDumpWithFormat files created as root

2015-11-08 Thread noxdafox
I've been spending a bit of time looking into libvirt's code and I believe this is not implemented as Daniel first said. The issue is in the qemuOpenFileAs function in src/qemu/qemu_driver.c which ignores the dynamic ownership flag and does not set correct ownership on the file. The qemuOpen

[libvirt-users] ./build-aux/bracket-spacing.pl missing from tarball

2015-11-08 Thread George Trakatelis
Hi, When trying to build libvirt from recent tarballs, I noticed that ./build-aux/bracket-spacing.pl is missing. That makes 'make syntax-check' fail. Of course, one would argue that syntax-check is only for developers using git. On the other hand, the addition of the file would enable bui