• J
    conf: Rename console-specific identifiers to be more generic · 3c971c67
    John Eckersberg 提交于
    The functionality provided in virchrdev.c (previously virconsole.c) is
    applicable to other types of character devices besides consoles, such
    as channels.  This patch is just code motion, renaming things such as
    "console" or "pty", instead using more general terms such as
    "character device" or "device path".
    3c971c67
Makefile.am 64.7 KB