conf: Rename virconsole.* to virchrdev.*

This is just code motion, in preparation to rename identifiers to be
less console-specific.
This commit is contained in:
John Eckersberg 2013-01-02 10:38:51 -05:00 committed by Eric Blake
parent d52add46ed
commit 4c85421c6c
6 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@ src/conf/secret_conf.c
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

View File

@ -246,7 +246,7 @@ CPU_CONF_SOURCES = \
# 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 = \

View File

@ -1,5 +1,5 @@
/**
* 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.
@ -27,7 +27,7 @@
#include <unistd.h>
#include <sys/types.h>
#include "virconsole.h"
#include "virchrdev.h"
#include "virhash.h"
#include "fdstream.h"
#include "internal.h"

View File

@ -1,5 +1,5 @@
/**
* 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.

View File

@ -1355,7 +1355,7 @@ virArchGetWordSize;
virArchToString;
# virconsole.h
# virchrdev.h
virConsoleAlloc;
virConsoleFree;
virConsoleOpen;

View File

@ -31,7 +31,7 @@
# 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) | \