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

2022-07-12 Thread Zhao, Shirley
Get it, thanks for our information. Vivek. Thanks. - Shirley -Original Message- From: Vivek Goyal Sent: Tuesday, July 12, 2022 8:33 PM To: Zhao, Shirley Cc: Dr. David Alan Gilbert ; virtio...@redhat.com; Thomas Huth ; qemu-devel@nongnu.org Subject: Re: [Virtio-fs] [Qemu] how to

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

2022-07-12 Thread Zhao, Shirley
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: Thomas Huth ; qemu-devel@nongnu.org; virtio...@redhat.com; Stefan Hajnoczi Subject: Re: [Qemu] how

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

2022-07-07 Thread Zhao, Shirley
Yes, the qemu version 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: Thomas Huth ; qemu-devel@nongnu.org

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

2022-07-05 Thread Zhao, Shirley
virtconsole,chardev=mon -vga none -display none -drive if=virtio,file=ubuntu.img Thanks. - Shirley -Original Message- From: Dr. David Alan Gilbert Sent: Tuesday, July 5, 2022 4:04 PM To: Thomas Huth Cc: Zhao, Shirley ; qemu-devel@nongnu.org; virtio...@redhat.com; Stefan Hajnoczi

[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?