Re: [PATCH 0 of 7] [RFC] kvm ppc refactoring

2008-09-29 Thread Hollis Blanchard
On Mon, 2008-09-29 at 20:40 +0200, Alexander Graf wrote: > On 29.09.2008, at 20:36, Hollis Blanchard wrote: > > > 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. Beyo

Re: [PATCH 0 of 7] [RFC] kvm ppc refactoring

2008-09-29 Thread Alexander Graf
On 29.09.2008, at 20:36, Hollis Blanchard wrote: 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() macr

[PATCH 0 of 7] [RFC] kvm ppc refactoring

2008-09-29 Thread Hollis Blanchard
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 easie