From: Alexander G. <ag...@su...> - 2010-04-01 12:52:53
|
didier wrote: > Hi, > > On Thu, Mar 11, 2010 at 11:57 PM, Alexander Graf <ag...@su... > <mailto:ag...@su...>> wrote: > > For ppc32 host support the infrastructure is mostly there. What's > left to do is some cleanup to build correctly, a mechanism to > reserve host VSID space, guest entry/exit code and code to fill in > pages in the host HTAB. > > To get accel support some registers need to get moved to a common > page that the guest can request to get mapped into its physical > address space. Both hypervisor and guest would then access that > page, always both using the right values. The patching to use that > page should be done inside the guest itself. > > All in all it shouldn't be hard - just needs to be done :-). > > Is a git tree with your change available somewhere? Sure - just git clone git://git.kernel.org/pub/scm/virt/kvm/kvm.git :) Alex |