[PATCH v2 00/10] KVM: PPC: reimplement mmio emulation with analyse_instr()
Paul Mackerras
paulus at ozlabs.org
Fri May 18 22:30:26 AEST 2018
On Mon, May 07, 2018 at 02:20:06PM +0800, wei.guo.simon at gmail.com wrote:
> From: Simon Guo <wei.guo.simon at gmail.com>
>
> We already have analyse_instr() which analyzes instructions for the instruction
> type, size, addtional flags, etc. What kvmppc_emulate_loadstore() did is somehow
> duplicated and it will be good to utilize analyse_instr() to reimplement the
> code. The advantage is that the code logic will be shared and more clean to be
> maintained.
I have put patches 1-3 into my kvm-ppc-next branch.
Thanks,
Paul.
More information about the Linuxppc-dev
mailing list