From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hollis Blanchard Date: Mon, 29 Sep 2008 18:36:29 +0000 Subject: [PATCH 0 of 7] [RFC] kvm ppc refactoring Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org These patches refactor the KVM PPC code to support non-Book E processors. The Book E code might need a little more work to support e500, but probably not much. Beyond this, we still need to split struct kvm_vcpu_arch using container_of() macros. There's a lot of code movement, so it might be easier to review by examining the final result. Basically we have powerpc.c and emulate.c calling core-specific functions, some of which are provided by booke.c and some by 44x*.c. Comments? -Hollis