On Thu, 24 Apr 2014 16:56:02 +0200 Christian Borntraeger <[email protected]> wrote:
> On 24/04/14 10:51, Jens Freimann wrote: > > From: David Hildenbrand <[email protected]> > > > > 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 <[email protected]> > > Signed-off-by: Jens Freimann <[email protected]> > > Reviewed-by: Cornelia Huck <[email protected]> > Acked-by: Christian Borntraeger <[email protected]> > > > 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: [email protected] > > --- > > target-s390x/kvm.c | 28 ++++++++++++++++++++++++++++ > > 1 file changed, 28 insertions(+)
