From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Wed, 28 May 2014 13:30:59 +0000 Subject: Re: [PATCH 2/3] KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabled Message-Id: <5385E513.4070407@suse.de> List-Id: References: <1401106626-13130-1-git-send-email-paulus@samba.org> <1401106626-13130-3-git-send-email-paulus@samba.org> In-Reply-To: <1401106626-13130-3-git-send-email-paulus@samba.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paul Mackerras Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org On 26.05.14 14:17, Paul Mackerras wrote: > This adds code to check that when the KVM_CAP_PPC_ENABLE_HCALL > capability is used to enable or disable in-kernel handling of an > hcall, that the hcall is actually implemented by the kernel. > If not an EINVAL error is returned. > > Signed-off-by: Paul Mackerras Please add this as sanity check to the default enabled list as well - in case we lose the ability to enable an in-kernel hcall later. Alex