Re: [RFC PATCH v5 6/7] kvmppc: Support reset of secure guest

2019-07-10 Thread janani
On 2019-07-09 05:25, Bharata B Rao wrote: Add support for reset of secure guest via a new ioctl KVM_PPC_SVM_OFF. This ioctl will be issued by QEMU during reset and includes the the following steps: - Ask UV to terminate the guest via UV_SVM_TERMINATE ucall - Unpin the VPA pages so that they can

[RFC PATCH v5 6/7] kvmppc: Support reset of secure guest

2019-07-09 Thread Bharata B Rao
Add support for reset of secure guest via a new ioctl KVM_PPC_SVM_OFF. This ioctl will be issued by QEMU during reset and includes the the following steps: - Ask UV to terminate the guest via UV_SVM_TERMINATE ucall - Unpin the VPA pages so that they can be migrated back to secure side when