On 11/21/19 1:08 AM, Beata Michalska wrote: > Add an option to trigger memory writeback to sync given memory region > with the corresponding backing store, case one is available. > This extends the support for persistent memory, allowing syncing on-demand. > > Signed-off-by: Beata Michalska <beata.michal...@linaro.org> > --- > exec.c | 36 ++++++++++++++++++++++++++++++++++++ > include/exec/memory.h | 6 ++++++ > include/exec/ram_addr.h | 8 ++++++++ > include/qemu/cutils.h | 1 + > memory.c | 12 ++++++++++++ > util/cutils.c | 38 ++++++++++++++++++++++++++++++++++++++ > 6 files changed, 101 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~