mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
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:
parent
d52add46ed
commit
4c85421c6c
@ -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
|
||||
|
@ -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 = \
|
||||
|
@ -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"
|
@ -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.
|
@ -1355,7 +1355,7 @@ virArchGetWordSize;
|
||||
virArchToString;
|
||||
|
||||
|
||||
# virconsole.h
|
||||
# virchrdev.h
|
||||
virConsoleAlloc;
|
||||
virConsoleFree;
|
||||
virConsoleOpen;
|
||||
|
@ -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) | \
|
||||
|
Loading…
x
Reference in New Issue
Block a user