[PATCH] Fix the dupliacated cpus used in different cells issue

2022-02-09 Thread Jing Qi
Signed-off-by: Jing Qi --- docs/formatdomain.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 24611f0f09..f69957d8c3 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -1662,14 +1662,13 @@ ACPI

[PATCH] Fix the dupliacated cpus used in different cells issue

2022-02-09 Thread Jing Qi
Signed-off-by: Jing Qi --- docs/formatdomain.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index f69957d8c3..47b41d257e 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -1669,6 +1669,7 @@ ACPI Heterogeneous Memory Attribute

Re: [PATCH v2 1/6] manpages: Document 'restrictive' mode for numatune

2021-12-17 Thread Jing Qi
Thanks for your explanation. There is another update for the man page in patch 4/6 and that's the final version after the whole patch. I missed that. BR, Jing Qi On Fri, Dec 17, 2021 at 3:54 PM Michal Prívozník wrote: > On 12/17/21 02:35, Jing Qi wrote: > > Hi Michal,

Re: [PATCH v2 1/6] manpages: Document 'restrictive' mode for numatune

2021-12-16 Thread Jing Qi
Hi Michal, Seems there is a typo of 'restrictive' instead of 'strict' in the last line of updated content. Right? Best Regards, Jing Qi On Fri, Dec 17, 2021 at 12:02 AM Michal Privoznik wrote: > While we document possibility of passing an integer from > virDomainNumatuneMemMode enum, w

Re: [PATCH v5 05/16] qemu: Build command line for virtio-mem

2021-09-15 Thread Jing Qi
Hi Michal, The domain xml is attached. Regards, Jing Qi On Wed, Sep 15, 2021 at 7:14 PM Michal Prívozník wrote: > On 9/14/21 3:05 PM, David Hildenbrand wrote: > > On 13.09.21 16:52, Michal Privoznik wrote: > >> Nothing special is happening here. All important changes w

Re: [PATCH v5 05/16] qemu: Build command line for virtio-mem

2021-09-15 Thread Jing Qi
oc:true". Is this correct? This result is different in "libvirt-7.6.0-3.module+el8.5.0+12510+80564ecf.x86_64" & "qemu-kvm-6.0.0-29.module+el8.5.0+12386+43574bac.x86_64". Best Regards, Jing Qi On Tue, Sep 14, 2021 at 9:07 PM David Hildenbrand wrote: > On 13

Re: [PATCH v2 1/1] qemu: add support for max-ram-below-4g option

2021-05-09 Thread Jing Qi
ReportError’ 177 | __FUNCTION__, __LINE__, __VA_ARGS__) | ^~~~~~~ Thanks, Jing Qi On Thu, May 6, 2021 at 4:29 PM Zhiyong Ye wrote: > The 'below4g' attribute added in 'memory' element can be used to specify

Re: [PATCH v3 RESEND for v7.4.0 00/14] Introduce virtio-mem model

2021-04-27 Thread Jing Qi
/tmp/nvdimm 131072 128 # virsh attach-device pc_test pmem.xml Device attached successfully #virsh dumpxml pc_test ... -- Tested-by Jing Qi On Fri, Apr 23, 2021 at 9:25 PM Michal Privoznik wrote: > This is a rebased version of v

Re: [PATCH v3 09/14] qemu: Refresh the actual size of virtio-mem on monitor reconnect

2021-04-26 Thread Jing Qi
error: unsupported configuration: virtio-pmem does not support NUMA nodes Since the element is supported by nvdimm & virtio-mem, can you help to confirm if it's as expected? @Michal Privoznik Thanks, Jing Qi On Fri, Apr 23, 2021 at 9:26 PM Michal Privoznik wrote: > If the QEMU driver re

Re: [libvirt][PATCH v5 3/3] qemu: add parser and formatter for 'restrictive' mode in numatune

2021-04-16 Thread Jing Qi
~~~ cc1: all warnings being treated as errors Thanks, Jing Qi On Tue, Apr 13, 2021 at 2:37 PM Luyao Zhong wrote: > Reviewed-by: Daniel Henrique Barboza > Signed-off-by: Luyao Zhong > --- > include/libvirt/libvirt-domain.h | 1 + > src/conf/numa_conf.c

Re: [PATCH 00/10] Introduce virtio-mem model

2021-02-05 Thread Jing Qi
Thanks Michal. I checked the virtio_mem module in the host last time. I tried a new guest image with virtio_mem module and start the domain , then the value of actual can be set correctly. Jing Qi On Thu, Feb 4, 2021 at 4:52 PM Michal Privoznik wrote: > On 2/4/21 3:33 AM, Jing Qi wr

Re: [PATCH 00/10] Introduce virtio-mem model

2021-02-03 Thread Jing Qi
g > is that you haven't loaded virtio_mem module and thus the virtio-mem > device is ignoring requests for change (well, kernel is ignoring them, > whatever). On Thu, Feb 4, 2021 at 12:27 AM Michal Privoznik wrote: > On 2/3/21 7:11 AM, Jing Qi wrote: > > I did some test for

Re: [PATCH 00/10] Introduce virtio-mem model

2021-02-02 Thread Jing Qi
e also available on my GitLab: > > > > https://gitlab.com/MichalPrivoznik/libvirt/-/tree/virtio_mem_v3 > > > > Patches 1-7,9-10 (but observe some individual comments, including > the rename of the virsh commands): > > Reviewed-by: Peter Krempa > > Patch 8 has severe semantic problems. > > -- Thanks & Regards, Jing,Qi