OSDN Git Service

s390x: empty function stubs in preparation for __KVM_HAVE_GUEST_DEBUG
authorDavid Hildenbrand <dahi@linux.vnet.ibm.com>
Mon, 3 Sep 2012 10:45:13 +0000 (12:45 +0200)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Fri, 25 Apr 2014 09:07:02 +0000 (11:07 +0200)
commit8c0124490bcd78c9c54139cd654c71c5fbd95e6b
tree3a5d2cb2a93ab178e657274e210292899cc973c3
parent0e96643c98eb22a5f2e11ac500852133032d38e4
s390x: empty function stubs in preparation for __KVM_HAVE_GUEST_DEBUG

This patch creates empty function stubs (used by the gdbserver) in preparation
for the hw debugging support by kvm on s390, which will enable the
__KVM_HAVE_GUEST_DEBUG define in the linux headers and require these methods on
the qemu side.

Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: qemu-stable@nongnu.org
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
target-s390x/kvm.c