Re: [PATCH v3 1/3] qemu: capabilities: add QEMU_CAPS_VIRTFS_MULTIDEVS

2020-04-06 Thread Christian Schoenebeck
On Montag, 6. April 2020 13:59:24 CEST Ján Tomko wrote: > On a Monday in 2020, Christian Schoenebeck wrote: > >The QEMU 9pfs 'multidevs' option exists since QEMU 4.2. Probe QEMU's > >command line set though to check whether this option is really > >available, and if yes enable this new QEMU_CAPS_VI

Re: [PATCH v3 1/3] qemu: capabilities: add QEMU_CAPS_VIRTFS_MULTIDEVS

2020-04-06 Thread Ján Tomko
On a Monday in 2020, Christian Schoenebeck wrote: The QEMU 9pfs 'multidevs' option exists since QEMU 4.2. Probe QEMU's command line set though to check whether this option is really available, and if yes enable this new QEMU_CAPS_VIRTFS_MULTIDEVS capability on libvirt side. Signed-off-by: Christ

[PATCH v3 1/3] qemu: capabilities: add QEMU_CAPS_VIRTFS_MULTIDEVS

2020-03-30 Thread Christian Schoenebeck
The QEMU 9pfs 'multidevs' option exists since QEMU 4.2. Probe QEMU's command line set though to check whether this option is really available, and if yes enable this new QEMU_CAPS_VIRTFS_MULTIDEVS capability on libvirt side. Signed-off-by: Christian Schoenebeck --- src/qemu/qemu_capabilities.c