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

2022-07-12 Thread Zhao, Shirley
sion is too old. > My previous qemu version is 4.2, and I upgraded it into 6.0, and it worked > now. > Thanks a lot. > > - Shirley > > -Original Message- > From: Dr. David Alan Gilbert > Sent: Tuesday, July 5, 2022 5:37 PM > To: Zhao, Shirley > Cc: Thom

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

2022-07-12 Thread Vivek Goyal
off (default: true) > x-pcie-flr-init= - on/off (default: true) > x-pcie-lnkctl-init= - on/off (default: true) > x-pcie-lnksta-dllla= - on/off (default: true) > x-pcie-pm-init= - on/off (default: true) > > > -----Original Message- > From: Zhao, Shirley >

RE: [Qemu] how to use viriofs in qemu without NUMA

2022-07-12 Thread Zhao, Shirley
Message- From: Zhao, Shirley Sent: Friday, July 8, 2022 8:40 AM To: Dr. David Alan Gilbert Cc: Thomas Huth ; qemu-devel@nongnu.org; virtio...@redhat.com; Stefan Hajnoczi Subject: RE: [Qemu] how to use viriofs in qemu without NUMA Yes, the qemu version is too old. My previous qemu version is

RE: [Qemu] how to use viriofs in qemu without NUMA

2022-07-07 Thread Zhao, Shirley
; virtio...@redhat.com; Stefan Hajnoczi Subject: Re: [Qemu] how to use viriofs in qemu without NUMA * 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.

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

2022-07-05 Thread Dr. David Alan Gilbert
s quite old, what qemu version is it? I'd have to check when the memdev= went in. Dave > > Thanks. > - Shirley > > -Original Message- > From: Dr. David Alan Gilbert > Sent: Tuesday, July 5, 2022 4:04 PM > To: Thomas Huth > Cc: Zhao, Shirley ; qemu-dev

RE: [Qemu] how to use viriofs in qemu without NUMA

2022-07-05 Thread Zhao, Shirley
Subject: Re: [Qemu] how to use viriofs in qemu without NUMA * 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

Re: [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 doesn’t

Re: [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 NUM

[Qemu] how to use viriofs in qemu without NUMA

2022-07-04 Thread Zhao, Shirley
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 NUMA? Or does qemu have any plan to support it?