src/conf/network_conf.c
src/conf/networkcommon_conf.c
src/conf/node_device_conf.c
-src/conf/numatune_conf.c
+src/conf/numa_conf.c
src/conf/nwfilter_conf.c
src/conf/nwfilter_params.c
src/conf/object_event.c
conf/domain_audit.c conf/domain_audit.h \
conf/domain_nwfilter.c conf/domain_nwfilter.h \
conf/snapshot_conf.c conf/snapshot_conf.h \
- conf/numatune_conf.c conf/numatune_conf.h
+ conf/numa_conf.c conf/numa_conf.h
OBJECT_EVENT_SOURCES = \
conf/object_event.c conf/object_event.h \
# include "virsocketaddr.h"
# include "networkcommon_conf.h"
# include "nwfilter_params.h"
-# include "numatune_conf.h"
+# include "numa_conf.h"
# include "virnetdevmacvlan.h"
# include "virsysinfo.h"
# include "virnetdevvportprofile.h"
/*
- * numatune_conf.c
+ * numa_conf.c
*
- * Copyright (C) 2014 Red Hat, Inc.
+ * Copyright (C) 2014-2015 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
#include <config.h>
-#include "numatune_conf.h"
+#include "numa_conf.h"
#include "domain_conf.h"
#include "viralloc.h"
/*
- * numatune_conf.h
+ * numa_conf.h
*
- * Copyright (C) 2014 Red Hat, Inc.
+ * Copyright (C) 2014-2015 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Author: Martin Kletzander <mkletzan@redhat.com>
*/
-#ifndef __NUMATUNE_CONF_H__
-# define __NUMATUNE_CONF_H__
+#ifndef __NUMA_CONF_H__
+# define __NUMA_CONF_H__
# include <libxml/xpath.h>
bool virDomainNumatuneNodeSpecified(virDomainNumatunePtr numatune,
int cellid);
-#endif /* __NUMATUNE_CONF_H__ */
+#endif /* __NUMA_CONF_H__ */
virNodeDeviceObjUnlock;
-# conf/numatune_conf.h
+# conf/numa_conf.h
virDomainNumatuneEquals;
virDomainNumatuneFormatNodeset;
virDomainNumatuneFormatXML;