On Mon, Jul 20, 2015 at 15:47:48 +0200, Andrea Bolognani wrote: > The naming of files and symbols belonging to the ppc64 CPU > driver was all over the place: this series brings > inner-peace-inducing consistency to that corner of libvirt > via a series of straightforward string replacements. > > More substantial changes coming next. > > Andrea Bolognani (4): > cpu: Rename {powerpc,ppc} => ppc64 (filesystem) > cpu: Rename {powerpc,ppc} => ppc64 (exported symbols) > cpu: Rename {powerpc,ppc} => ppc64 (internal symbols) > cpu: Indentation changes in the ppc64 driver > > po/POTFILES.in | 2 +- > src/Makefile.am | 5 +- > src/cpu/cpu.c | 4 +- > src/cpu/cpu.h | 4 +- > src/cpu/cpu_powerpc.c | 711 ---------------------------------------------- > src/cpu/cpu_powerpc.h | 32 --- > src/cpu/cpu_ppc64.c | 712 +++++++++++++++++++++++++++++++++++++++++++++++ > src/cpu/cpu_ppc64.h | 32 +++ > src/cpu/cpu_ppc64_data.h | 33 +++ > src/cpu/cpu_ppc_data.h | 33 --- > 10 files changed, 785 insertions(+), 783 deletions(-) > delete mode 100644 src/cpu/cpu_powerpc.c > delete mode 100644 src/cpu/cpu_powerpc.h > create mode 100644 src/cpu/cpu_ppc64.c > create mode 100644 src/cpu/cpu_ppc64.h > create mode 100644 src/cpu/cpu_ppc64_data.h > delete mode 100644 src/cpu/cpu_ppc_data.h ACK series (after the release, of course). Jirka -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list