Re: [Qemu-devel] [PATCH] spapr: fix bogus function name in comment

2017-07-01 Thread David Gibson
On Fri, Jun 30, 2017 at 11:37:07AM +0200, Greg Kurz wrote: > $ git grep spapr_ppc_reset > hw/ppc/spapr.c: * as part of spapr_ppc_reset(). > > $ git grep ppc_spapr_reset > hw/ppc/spapr.c:static void ppc_spapr_reset(void) > hw/ppc/spapr.c:mc->reset = ppc_spapr_reset; > hw/ppc/spapr_hcall.c:

[Qemu-devel] [PATCH] spapr: fix bogus function name in comment

2017-06-30 Thread Greg Kurz
$ git grep spapr_ppc_reset hw/ppc/spapr.c: * as part of spapr_ppc_reset(). $ git grep ppc_spapr_reset hw/ppc/spapr.c:static void ppc_spapr_reset(void) hw/ppc/spapr.c:mc->reset = ppc_spapr_reset; hw/ppc/spapr_hcall.c:/* If ppc_spapr_reset() did not set up a HPT but one is necessary Si