Re: [RESEND PATCH v21 4/6] KVM: Move hwpoison page related functions into kvm-all.c

2019-12-02 Thread Peter Maydell
On Mon, 11 Nov 2019 at 01:44, Xiang Zheng wrote: > > From: Dongjiu Geng > > 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 functi

[RESEND PATCH v21 4/6] KVM: Move hwpoison page related functions into kvm-all.c

2019-11-10 Thread Xiang Zheng
From: Dongjiu Geng 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 r

[PATCH v21 4/6] KVM: Move hwpoison page related functions into kvm-all.c

2019-11-04 Thread Xiang Zheng
From: Dongjiu Geng 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 r