Re: [Qemu-devel] [PATCH 4/7 V8] configure: add libpmem support

2018-07-10 Thread Igor Mammedov
On Tue, 10 Jul 2018 14:06:26 +0800 junyan...@gmx.com wrote: > From: Junyan He > > Add a pair of configure options --{enable,disable}-libpmem to control > whether QEMU is compiled with PMDK libpmem [1]. > > QEMU may write to the host persistent memory (e.g. in vNVDIMM label > emulation and live

[Qemu-devel] [PATCH 4/7 V8] configure: add libpmem support

2018-07-09 Thread junyan . he
From: Junyan He Add a pair of configure options --{enable,disable}-libpmem to control whether QEMU is compiled with PMDK libpmem [1]. QEMU may write to the host persistent memory (e.g. in vNVDIMM label emulation and live migration), so it must take the proper operations to ensure the persistence