Re: [RFC v1 2/2] KVM: PPC: Book3S HV: abstract secure VM related calls.

2020-10-12 Thread Ram Pai
On Mon, Oct 12, 2020 at 08:58:36PM +0530, Bharata B Rao wrote: > On Mon, Oct 12, 2020 at 12:27:43AM -0700, Ram Pai wrote: > > Abstract the secure VM related calls into generic calls. > > > > These generic calls will call the corresponding method of the > > backend that prvoides the implementation

Re: [RFC v1 2/2] KVM: PPC: Book3S HV: abstract secure VM related calls.

2020-10-12 Thread Bharata B Rao
On Mon, Oct 12, 2020 at 12:27:43AM -0700, Ram Pai wrote: > Abstract the secure VM related calls into generic calls. > > These generic calls will call the corresponding method of the > backend that prvoides the implementation to support secure VM. > > Currently there is only the ultravisor based i

[RFC v1 2/2] KVM: PPC: Book3S HV: abstract secure VM related calls.

2020-10-12 Thread Ram Pai
Abstract the secure VM related calls into generic calls. These generic calls will call the corresponding method of the backend that prvoides the implementation to support secure VM. Currently there is only the ultravisor based implementation. Modify that implementation to act as a backed to the g