summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/powerpc.c
diff options
context:
space:
mode:
authorBharat Bhushan <r65777@freescale.com>2013-04-08 00:32:12 +0000
committerAlexander Graf <agraf@suse.de>2013-04-26 20:27:02 +0200
commit092d62ee93039bfccbb3a36c69d0c3ee0966a97a (patch)
tree700128dd56aa9cddbbae33017a24a3c5cf564e3d /arch/powerpc/kvm/powerpc.c
parentadccf65ca431b41733483f476e8de9e3cf171c44 (diff)
downloadop-kernel-dev-092d62ee93039bfccbb3a36c69d0c3ee0966a97a.zip
op-kernel-dev-092d62ee93039bfccbb3a36c69d0c3ee0966a97a.tar.gz
KVM: PPC: debug stub interface parameter defined
This patch defines the interface parameter for KVM_SET_GUEST_DEBUG ioctl support. Follow up patches will use this for setting up hardware breakpoints, watchpoints and software breakpoints. Also kvm_arch_vcpu_ioctl_set_guest_debug() is brought one level below. This is because I am not sure what is required for book3s. So this ioctl behaviour will not change for book3s. Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/powerpc/kvm/powerpc.c')
-rw-r--r--arch/powerpc/kvm/powerpc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/kvm/powerpc.c b/arch/powerpc/kvm/powerpc.c
index a822659..6b81086 100644
--- a/arch/powerpc/kvm/powerpc.c
+++ b/arch/powerpc/kvm/powerpc.c
@@ -531,12 +531,6 @@ void kvm_arch_vcpu_put(struct kvm_vcpu *vcpu)
#endif
}
-int kvm_arch_vcpu_ioctl_set_guest_debug(struct kvm_vcpu *vcpu,
- struct kvm_guest_debug *dbg)
-{
- return -EINVAL;
-}
-
static void kvmppc_complete_dcr_load(struct kvm_vcpu *vcpu,
struct kvm_run *run)
{
OpenPOWER on IntegriCloud