Re: [PATCH v2 4/4] qemu: add support for 'multidevs' option

2020-03-30 Thread Christian Schoenebeck
On Montag, 30. März 2020 16:45:08 CEST Ján Tomko wrote: > >> A change to qemuxml2argvtest is needed. > >> > >> If you already added the XML file to qemuxml2argvdata in the previous > >> commit, all you need to to to generate the output file is: > >> * add a new DO_TEST_CAPS_LATEST line to

Re: [PATCH v2 4/4] qemu: add support for 'multidevs' option

2020-03-30 Thread Ján Tomko
On a Monday in 2020, Christian Schoenebeck wrote: On Freitag, 27. März 2020 18:16:37 CEST Ján Tomko wrote: On a Friday in 2020, Christian Schoenebeck wrote: >This option prevents misbehaviours on guest if a qemu 9pfs export >contains multiple devices, due to the potential file ID collisions

Re: [PATCH v2 4/4] qemu: add support for 'multidevs' option

2020-03-30 Thread Christian Schoenebeck
On Freitag, 27. März 2020 18:16:37 CEST Ján Tomko wrote: > On a Friday in 2020, Christian Schoenebeck wrote: > >This option prevents misbehaviours on guest if a qemu 9pfs export > >contains multiple devices, due to the potential file ID collisions > >this otherwise may cause. > > > >Signed-off-by:

Re: [PATCH v2 4/4] qemu: add support for 'multidevs' option

2020-03-27 Thread Ján Tomko
On a Friday in 2020, Christian Schoenebeck wrote: This option prevents misbehaviours on guest if a qemu 9pfs export contains multiple devices, due to the potential file ID collisions this otherwise may cause. Signed-off-by: Christian Schoenebeck --- src/qemu/qemu_command.c | 7 +++

[PATCH v2 4/4] qemu: add support for 'multidevs' option

2020-03-20 Thread Christian Schoenebeck
This option prevents misbehaviours on guest if a qemu 9pfs export contains multiple devices, due to the potential file ID collisions this otherwise may cause. Signed-off-by: Christian Schoenebeck --- src/qemu/qemu_command.c | 7 +++ src/qemu/qemu_domain.c | 12 2 files