Re: [Qemu-devel] [PATCH 1/1] hw/ppc: rename functions in comments

2018-02-09 Thread David Gibson
On Fri, Feb 09, 2018 at 04:13:30PM -0200, Daniel Henrique Barboza wrote: > Commit bcb5ce08cf ("spapr: Rename machine init functions for clarity") > renamed ppc_spapr_reset to spapr_machine_reset and ppc_spapr_init > to spapr_machine_init. Let's also rename the references in > comments. > > Signed-

Re: [Qemu-devel] [PATCH 1/1] hw/ppc: rename functions in comments

2018-02-09 Thread Philippe Mathieu-Daudé
On 02/09/2018 03:13 PM, Daniel Henrique Barboza wrote: > Commit bcb5ce08cf ("spapr: Rename machine init functions for clarity") > renamed ppc_spapr_reset to spapr_machine_reset and ppc_spapr_init > to spapr_machine_init. Let's also rename the references in > comments. > > Signed-off-by: Daniel Hen

[Qemu-devel] [PATCH 1/1] hw/ppc: rename functions in comments

2018-02-09 Thread Daniel Henrique Barboza
Commit bcb5ce08cf ("spapr: Rename machine init functions for clarity") renamed ppc_spapr_reset to spapr_machine_reset and ppc_spapr_init to spapr_machine_init. Let's also rename the references in comments. Signed-off-by: Daniel Henrique Barboza --- hw/ppc/spapr.c | 3 ++- hw/ppc/spapr_hcal