This is just code motion, in preparation to rename identifiers to be
less console-specific.
src/conf/snapshot_conf.c
src/conf/storage_conf.c
src/conf/storage_encryption_conf.c
-src/conf/virconsole.c
+src/conf/virchrdev.c
src/cpu/cpu.c
src/cpu/cpu_generic.c
src/cpu/cpu_map.c
# Safe console handling helper APIs
CONSOLE_CONF_SOURCES = \
- conf/virconsole.c conf/virconsole.h
+ conf/virchrdev.c conf/virchrdev.h
# Device Helper APIs
DEVICE_CONF_SOURCES = \
/**
- * virconsole.c: api to guarantee mutually exclusive
+ * virchrdev.c: api to guarantee mutually exclusive
* access to domain's consoles
*
* Copyright (C) 2011-2012 Red Hat, Inc.
#include <unistd.h>
#include <sys/types.h>
-#include "virconsole.h"
+#include "virchrdev.h"
#include "virhash.h"
#include "fdstream.h"
#include "internal.h"
/**
- * virconsole.h: api to guarantee mutually exclusive
+ * virchrdev.h: api to guarantee mutually exclusive
* access to domain's consoles
*
* Copyright (C) 2011-2012 Red Hat, Inc.
virArchToString;
-# virconsole.h
+# virchrdev.h
virConsoleAlloc;
virConsoleFree;
virConsoleOpen;
# include "qemu_agent.h"
# include "qemu_conf.h"
# include "qemu_capabilities.h"
-# include "virconsole.h"
+# include "virchrdev.h"
# define QEMU_EXPECTED_VIRT_TYPES \
((1 << VIR_DOMAIN_VIRT_QEMU) | \