OSDN Git Service

KVM: PPC: debug stub interface parameter defined
authorBharat Bhushan <r65777@freescale.com>
Mon, 8 Apr 2013 00:32:12 +0000 (00:32 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 26 Apr 2013 18:27:02 +0000 (20:27 +0200)
commit092d62ee93039bfccbb3a36c69d0c3ee0966a97a
tree700128dd56aa9cddbbae33017a24a3c5cf564e3d
parentadccf65ca431b41733483f476e8de9e3cf171c44
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>
arch/powerpc/include/uapi/asm/kvm.h
arch/powerpc/kvm/book3s.c
arch/powerpc/kvm/booke.c
arch/powerpc/kvm/powerpc.c