Re: [Virtio-fs] [Qemu] how to use viriofs in qemu without NUMA

2022-07-05 Thread Dr. David Alan Gilbert
* Zhao, Shirley (shirley.z...@intel.com) wrote: > Thanks for the information. > Yes, I also found the memory backend options on s390x, and also copy the > command to x86, but failed. > > The following is the command used to start qemu + virtiofs + ubuntu 20.04. > One is worked well using

Re: [Virtio-fs] [Qemu] how to use viriofs in qemu without NUMA

2022-07-05 Thread Zhao, Shirley
Thanks for the information. Yes, I also found the memory backend options on s390x, and also copy the command to x86, but failed. The following is the command used to start qemu + virtiofs + ubuntu 20.04. One is worked well using NUMA, another one is failed without NUMA. Is there anything

Re: [Virtio-fs] [Qemu] how to use viriofs in qemu without NUMA

2022-07-05 Thread Dr. David Alan Gilbert
* Thomas Huth (th...@redhat.com) wrote: > On 05/07/2022 03.02, Zhao, Shirley wrote: > > Hi, all, > > > > I want to use virtiofs to share folder between host and guest. > > > > From the guide, it must set the NUMA node. > > https://virtio-fs.gitlab.io/howto-qemu.html > > > > But my guest

Re: [Virtio-fs] [Qemu] how to use viriofs in qemu without NUMA

2022-07-05 Thread Thomas Huth
On 05/07/2022 03.02, Zhao, Shirley wrote: Hi, all, I want to use virtiofs to share folder between host and guest. From the guide, it must set the NUMA node. https://virtio-fs.gitlab.io/howto-qemu.html But my guest doesn’t support NUMA. Is there any guide to use qemu + virtiofs without