Re: [Qemu-devel] [PATCH v2 2/4] kvm: ppc: booke206: use MMU API

2011-08-31 Thread Alexander Graf
On 18.08.2011, at 22:38, Scott Wood wrote: > Share the TLB array with KVM. This allows us to set the initial TLB > both on initial boot and reset, is useful for debugging, and could > eventually be used to support migration. > > Signed-off-by: Scott Wood > --- > v2 (was 1/3 in v1): > updated f

[Qemu-devel] [PATCH v2 2/4] kvm: ppc: booke206: use MMU API

2011-08-18 Thread Scott Wood
Share the TLB array with KVM. This allows us to set the initial TLB both on initial boot and reset, is useful for debugging, and could eventually be used to support migration. Signed-off-by: Scott Wood --- v2 (was 1/3 in v1): updated for kernel API change, removed kernel header ifdefs, minor cha

[Qemu-devel] [PATCH v2 2/4] kvm: ppc: booke206: use MMU API

2011-07-07 Thread Scott Wood
Share the TLB array with KVM. This allows us to set the initial TLB both on initial boot and reset, is useful for debugging, and could eventually be used to support migration. Signed-off-by: Scott Wood --- v2: - rebase on top of current tree, remove now-unneeded ifdefs - add some asserts and c