提交 4c85421c 编写于 作者: J John Eckersberg 提交者: Eric Blake

conf: Rename virconsole.* to virchrdev.*

This is just code motion, in preparation to rename identifiers to be
less console-specific.
上级 d52add46
...@@ -22,7 +22,7 @@ src/conf/secret_conf.c ...@@ -22,7 +22,7 @@ src/conf/secret_conf.c
src/conf/snapshot_conf.c src/conf/snapshot_conf.c
src/conf/storage_conf.c src/conf/storage_conf.c
src/conf/storage_encryption_conf.c src/conf/storage_encryption_conf.c
src/conf/virconsole.c src/conf/virchrdev.c
src/cpu/cpu.c src/cpu/cpu.c
src/cpu/cpu_generic.c src/cpu/cpu_generic.c
src/cpu/cpu_map.c src/cpu/cpu_map.c
......
...@@ -246,7 +246,7 @@ CPU_CONF_SOURCES = \ ...@@ -246,7 +246,7 @@ CPU_CONF_SOURCES = \
# Safe console handling helper APIs # Safe console handling helper APIs
CONSOLE_CONF_SOURCES = \ CONSOLE_CONF_SOURCES = \
conf/virconsole.c conf/virconsole.h conf/virchrdev.c conf/virchrdev.h
# Device Helper APIs # Device Helper APIs
DEVICE_CONF_SOURCES = \ DEVICE_CONF_SOURCES = \
......
/** /**
* virconsole.c: api to guarantee mutually exclusive * virchrdev.c: api to guarantee mutually exclusive
* access to domain's consoles * access to domain's consoles
* *
* Copyright (C) 2011-2012 Red Hat, Inc. * Copyright (C) 2011-2012 Red Hat, Inc.
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <unistd.h> #include <unistd.h>
#include <sys/types.h> #include <sys/types.h>
#include "virconsole.h" #include "virchrdev.h"
#include "virhash.h" #include "virhash.h"
#include "fdstream.h" #include "fdstream.h"
#include "internal.h" #include "internal.h"
......
/** /**
* virconsole.h: api to guarantee mutually exclusive * virchrdev.h: api to guarantee mutually exclusive
* access to domain's consoles * access to domain's consoles
* *
* Copyright (C) 2011-2012 Red Hat, Inc. * Copyright (C) 2011-2012 Red Hat, Inc.
......
...@@ -1355,7 +1355,7 @@ virArchGetWordSize; ...@@ -1355,7 +1355,7 @@ virArchGetWordSize;
virArchToString; virArchToString;
# virconsole.h # virchrdev.h
virConsoleAlloc; virConsoleAlloc;
virConsoleFree; virConsoleFree;
virConsoleOpen; virConsoleOpen;
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
# include "qemu_agent.h" # include "qemu_agent.h"
# include "qemu_conf.h" # include "qemu_conf.h"
# include "qemu_capabilities.h" # include "qemu_capabilities.h"
# include "virconsole.h" # include "virchrdev.h"
# define QEMU_EXPECTED_VIRT_TYPES \ # define QEMU_EXPECTED_VIRT_TYPES \
((1 << VIR_DOMAIN_VIRT_QEMU) | \ ((1 << VIR_DOMAIN_VIRT_QEMU) | \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册