Re: [PATCH 1/7] conf: Add NFS disk protocol

2021-01-04 Thread Peter Krempa
On Tue, Dec 29, 2020 at 15:21:23 -0600, Ryan Gahagan wrote: > Per Issue 90, Libvirt does not support attaching an NFS disk even though > QEMU has added support for it. This series of patches seeks to implement > this support in Libvirt and begins by adding in flags for an NFS disk. > >

Re: [PATCH 1/7] conf: Add NFS disk protocol

2021-01-04 Thread Han Han
Generally, for the patch series, it is better to be sent with a cover letter to describe the content and the background of the patch series. Since this is your second version of the nfs disk, please mention the patch version in the prefix of titles, like: [PATCH v2 1/7]... That could be done for

Re: [PATCH 1/7] conf: Add NFS disk protocol

2021-01-03 Thread Han Han
On Wed, Dec 30, 2020 at 5:24 AM Ryan Gahagan wrote: > Per Issue 90, Libvirt does not support attaching an NFS disk even though > QEMU has added support for it. This series of patches seeks to implement > this support in Libvirt and begins by adding in flags for an NFS disk. > It is hard to know

[PATCH 1/7] conf: Add NFS disk protocol

2020-12-29 Thread Ryan Gahagan
Per Issue 90, Libvirt does not support attaching an NFS disk even though QEMU has added support for it. This series of patches seeks to implement this support in Libvirt and begins by adding in flags for an NFS disk. Signed-off-by: Ryan Gahagan --- src/libxl/libxl_conf.c| 1 +