[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [PATCH 1/3] s390x: empty function stubs in preparation
From: |
Cornelia Huck |
Subject: |
Re: [Qemu-stable] [PATCH 1/3] s390x: empty function stubs in preparation for __KVM_HAVE_GUEST_DEBUG |
Date: |
Thu, 24 Apr 2014 17:01:37 +0200 |
On Thu, 24 Apr 2014 16:56:02 +0200
Christian Borntraeger <address@hidden> wrote:
> On 24/04/14 10:51, Jens Freimann wrote:
> > From: David Hildenbrand <address@hidden>
> >
> > 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 <address@hidden>
> > Signed-off-by: Jens Freimann <address@hidden>
> > Reviewed-by: Cornelia Huck <address@hidden>
> Acked-by: Christian Borntraeger <address@hidden>
>
>
> 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: address@hidden
> > ---
> > target-s390x/kvm.c | 28 ++++++++++++++++++++++++++++
> > 1 file changed, 28 insertions(+)