Re: [libvirt] [RFC 3/3] qemu: update qemu command-line generating for NVDIMM memory

2018-11-17 Thread Zhong, Luyao
On 11/8/2018 5:17 AM, John Ferlan wrote: On 10/16/18 10:21 PM, Luyao Zhong wrote: According to the result parsing from xml, add corresponding properties into QEMU command line, including 'align', 'pmem', 'persistence' and 'nvdimm-persistence'. And add testcases related to these properties.

Re: [libvirt] [RFC 3/3] qemu: update qemu command-line generating for NVDIMM memory

2018-11-07 Thread John Ferlan
On 10/16/18 10:21 PM, Luyao Zhong wrote: > According to the result parsing from xml, add corresponding properties > into QEMU command line, including 'align', 'pmem', 'persistence' and > 'nvdimm-persistence'. And add testcases related to these properties. > > Signed-off-by: Zhong,Luyao > ---

[libvirt] [RFC 3/3] qemu: update qemu command-line generating for NVDIMM memory

2018-10-16 Thread Luyao Zhong
According to the result parsing from xml, add corresponding properties into QEMU command line, including 'align', 'pmem', 'persistence' and 'nvdimm-persistence'. And add testcases related to these properties. Signed-off-by: Zhong,Luyao --- src/qemu/qemu_command.c| 25