]> www.infradead.org Git - users/dwmw2/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>
Wed, 25 Jun 2014 21:43:05 +0000 (16:43 -0500)
commit012d778c07841409dd5ce31d6069b9dfbfa15453
tree3cf19c3e0dc59496ee551b6baafa3389c3742150
parentdd8f80b83c47ce6298a0a40a357d2ad738b0a0c2
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