[libvirt] [PATCH 06/24] conf: numa: Rename virDomainNumatune to virDomainNuma

Peter Krempa pkrempa at redhat.com
Fri Feb 20 10:19:09 UTC 2015


On Thu, Feb 19, 2015 at 16:52:59 -0500, John Ferlan wrote:
> 
> 
> On 02/16/2015 01:51 PM, Peter Krempa wrote:
> > The structure will gradually become the only place for NUMA related
> > config, thus rename it appropriately.
> > ---
> >  src/conf/domain_conf.c        | 10 +++---
> >  src/conf/domain_conf.h        |  2 +-
> >  src/conf/numa_conf.c          | 78 +++++++++++++++++++++----------------------
> >  src/conf/numa_conf.h          | 34 +++++++++----------
> >  src/libvirt_private.syms      |  4 +--
> >  src/lxc/lxc_cgroup.c          |  4 +--
> >  src/lxc/lxc_controller.c      |  6 ++--
> >  src/lxc/lxc_native.c          |  2 +-
> >  src/parallels/parallels_sdk.c |  2 +-
> >  src/qemu/qemu_cgroup.c        | 12 +++----
> >  src/qemu/qemu_command.c       |  8 ++---
> >  src/qemu/qemu_driver.c        | 20 +++++------
> >  src/qemu/qemu_process.c       |  4 +--
> >  13 files changed, 93 insertions(+), 93 deletions(-)
> > 
> 
> Interesting that only virDomainNumatuneFree and virDomainNumatuneEquals
> changes names, um err...  I guess I should say my eyes thank you for not
> changing every function name too ;-)

The rest of the functions I did not rename still deal only with data
present in the <numatune> element so I feel they still can be called
that way.

The two I renamed are related to all the data.

Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20150220/a43ecb8d/attachment-0001.sig>


More information about the libvir-list mailing list