On Thu, 24 Apr 2014 16:56:02 +0200 Christian Borntraeger <borntrae...@de.ibm.com> wrote:
> On 24/04/14 10:51, Jens Freimann wrote: > > From: David Hildenbrand <d...@linux.vnet.ibm.com> > > > > 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 <d...@linux.vnet.ibm.com> > > Signed-off-by: Jens Freimann <jf...@linux.vnet.ibm.com> > > Reviewed-by: Cornelia Huck <cornelia.h...@de.ibm.com> > Acked-by: Christian Borntraeger <borntrae...@de.ibm.com> > > > Conny, can you take that patch in your next pull request? Otherwise > qemu will fail to build as soon as somebody does a headersync from kvm/queue. Yup, will send this + the two onereg patches. > > > > Cc: qemu-sta...@nongnu.org > > --- > > target-s390x/kvm.c | 28 ++++++++++++++++++++++++++++ > > 1 file changed, 28 insertions(+)