]> git.ipfire.org Git - thirdparty/qemu.git/commit
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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 21 Jul 2014 03:05:57 +0000 (22:05 -0500)
commit4a7a497509e6743f901a47230e6a70ce637eb959
tree3d94179c190fdb5293f0224a856cb1cdc1e9c5df
parent7dfa87e9cb3c6c84a787b68de0cd607247129464
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>
(cherry picked from commit 8c0124490bcd78c9c54139cd654c71c5fbd95e6b)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-s390x/kvm.c