Re: [PATCH v3 20/38] tools/libxc: rename all libxenguest sources to xg_*

2020-08-27 Thread Wei Liu
On Sun, Aug 23, 2020 at 11:35:01AM +0200, Juergen Gross wrote: > Some sources of libxenguest are named xg_*.c and some xc_*.c. Rename > the xc_*.c files to xg_*.c. > > Signed-off-by: Juergen Gross Acked-by: Wei Liu

[PATCH v3 20/38] tools/libxc: rename all libxenguest sources to xg_*

2020-08-23 Thread Juergen Gross
Some sources of libxenguest are named xg_*.c and some xc_*.c. Rename the xc_*.c files to xg_*.c. Signed-off-by: Juergen Gross --- tools/libxc/Makefile | 59 ++- .../libxc/{xc_cpuid_x86.c => xg_cpuid_x86.c} | 0 tools/libxc/{xc_dom_arm.c => xg_dom_arm.c}