On Mon, 11 Nov 2019 at 01:44, Xiang Zheng <zhengxiang9@xxxxxxxxxx> wrote: > > From: Dongjiu Geng <gengdongjiu@xxxxxxxxxx> > > kvm_hwpoison_page_add() and kvm_unpoison_all() will both be used by X86 > and ARM platforms, so moving them into "accel/kvm/kvm-all.c" to avoid > duplicate code. > > For architectures that don't use the poison-list functionality the > reset handler will harmlessly do nothing, so let's register the > kvm_unpoison_all() function in the generic kvm_init() function. > > Signed-off-by: Dongjiu Geng <gengdongjiu@xxxxxxxxxx> > Signed-off-by: Xiang Zheng <zhengxiang9@xxxxxxxxxx> Reviewed-by: Peter Maydell <peter.maydell@xxxxxxxxxx> thanks -- PMM