[libvirt] [PATCH 01/24] conf: Move numatune_conf to numa_conf

John Ferlan jferlan at redhat.com
Thu Feb 19 21:09:35 UTC 2015



On 02/16/2015 01:51 PM, Peter Krempa wrote:
> For a while now there are two places that gather information about NUMA
> related guest configuration. While the XML can't be changed we can at
> least store the data in one place in the definition.
> 
> Rename the numatune_conf.[ch] files to numa_conf as later patches will
> move the rest of the definitions from the cpu definition to this one.
> ---
>  po/POTFILES.in                            |  2 +-
>  src/Makefile.am                           |  2 +-
>  src/conf/domain_conf.h                    |  2 +-
>  src/conf/{numatune_conf.c => numa_conf.c} |  6 +++---
>  src/conf/{numatune_conf.h => numa_conf.h} | 10 +++++-----
>  src/libvirt_private.syms                  |  2 +-
>  6 files changed, 12 insertions(+), 12 deletions(-)
>  rename src/conf/{numatune_conf.c => numa_conf.c} (99%)
>  rename src/conf/{numatune_conf.h => numa_conf.h} (96%)
> 

ACK

John

(Good news the whole series has no Coverity regressions too)




More information about the libvir-list mailing list