From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Ehrhardt Date: Mon, 27 Oct 2008 09:32:01 +0000 Subject: Re: [PATCH 1 of 3] user: ppc: add stub nmi handler Message-Id: <49058A91.4070905@linux.vnet.ibm.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: kvm-ppc@vger.kernel.org Further checks later - it was in our repo with a different name not=20 upstream. I'll submit it together with the rest of the backlog we have in our queue. Christian Ehrhardt wrote: > I already wrote and brought that one upstream. > It is in the repo as kvmppc-add-kvm_arch_try_push_nmi.diff and as of=20 > today I guard it with "+upstream" > > Hollis Blanchard wrote: >> # HG changeset patch >> # User Hollis Blanchard >> # Date 1224281124 18000 >> # Node ID eed92f318ffa8a2e036a5bd9727f45c59dda5b12 >> # Parent 1ad6978ab8a1d0278126b9dd315745842d746986 >> user: ppc: add stub nmi handler >> >> Signed-off-by: Hollis Blanchard >> >> diff --git a/user/main-ppc.c b/user/main-ppc.c >> --- a/user/main-ppc.c >> +++ b/user/main-ppc.c >> @@ -83,6 +83,11 @@ static int test_io_window(void *opaque) >> } >> >> static int test_try_push_interrupts(void *opaque) >> +{ >> + return 0; >> +} >> + >> +static int test_try_push_nmi(void *opaque) >> { >> return 0; >> } >> @@ -175,6 +180,7 @@ static struct kvm_callbacks test_callbac >> .halt =3D test_halt, >> .io_window =3D test_io_window, >> .try_push_interrupts =3D test_try_push_interrupts, >> + .try_push_nmi =3D test_try_push_nmi, >> .post_kvm_run =3D test_post_kvm_run, >> .pre_kvm_run =3D test_pre_kvm_run, >> .powerpc_dcr_read =3D test_dcr_read, >> =20 > > --=20 Gr=FCsse / regards,=20 Christian Ehrhardt IBM Linux Technology Center, Open Virtualization