mirror of https://gitee.com/openkylin/libvirt.git
Rename hostusb.{c,h} to virusb.{c,h}
This commit is contained in:
parent
30f3a005ff
commit
ebc8db5189
|
@ -138,7 +138,6 @@ src/storage/storage_driver.c
|
|||
src/test/test_driver.c
|
||||
src/uml/uml_conf.c
|
||||
src/uml/uml_driver.c
|
||||
src/util/hostusb.c
|
||||
src/util/iohelper.c
|
||||
src/util/iptables.c
|
||||
src/util/json.c
|
||||
|
@ -182,6 +181,7 @@ src/util/virterror_internal.h
|
|||
src/util/virtime.c
|
||||
src/util/virtypedparam.c
|
||||
src/util/viruri.c
|
||||
src/util/virusb.c
|
||||
src/util/xml.c
|
||||
src/vbox/vbox_MSCOMGlue.c
|
||||
src/vbox/vbox_XPCOMCGlue.c
|
||||
|
|
|
@ -59,7 +59,6 @@ UTIL_SOURCES = \
|
|||
util/memory.c util/memory.h \
|
||||
util/pci.c util/pci.h \
|
||||
util/processinfo.c util/processinfo.h \
|
||||
util/hostusb.c util/hostusb.h \
|
||||
util/sexpr.c util/sexpr.h \
|
||||
util/stats_linux.c util/stats_linux.h \
|
||||
util/storage_file.c util/storage_file.h \
|
||||
|
@ -116,6 +115,7 @@ UTIL_SOURCES = \
|
|||
util/virsocketaddr.h util/virsocketaddr.c \
|
||||
util/virstring.h util/virstring.c \
|
||||
util/virtime.h util/virtime.c \
|
||||
util/virusb.c util/virusb.h \
|
||||
util/viruri.h util/viruri.c
|
||||
|
||||
EXTRA_DIST += $(srcdir)/util/virkeymaps.h $(srcdir)/util/keymaps.csv \
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
# include "domain_conf.h"
|
||||
# include "lxc_fuse.h"
|
||||
# include "hostusb.h"
|
||||
# include "virusb.h"
|
||||
|
||||
int virLXCCgroupSetup(virDomainDefPtr def);
|
||||
int virLXCCgroupGetMeminfo(virLXCMeminfoPtr meminfo);
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
# include "vircgroup.h"
|
||||
# include "security/security_manager.h"
|
||||
# include "configmake.h"
|
||||
# include "hostusb.h"
|
||||
# include "virusb.h"
|
||||
|
||||
# define LXC_DRIVER_NAME "LXC"
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
#include "virnetdevveth.h"
|
||||
#include "uuid.h"
|
||||
#include "virfile.h"
|
||||
#include "hostusb.h"
|
||||
#include "virusb.h"
|
||||
#include "vircommand.h"
|
||||
#include "virnetdev.h"
|
||||
#include "virprocess.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef __QEMU_CGROUP_H__
|
||||
# define __QEMU_CGROUP_H__
|
||||
|
||||
# include "hostusb.h"
|
||||
# include "virusb.h"
|
||||
# include "domain_conf.h"
|
||||
# include "qemu_conf.h"
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
# include "security/security_manager.h"
|
||||
# include "vircgroup.h"
|
||||
# include "pci.h"
|
||||
# include "hostusb.h"
|
||||
# include "virusb.h"
|
||||
# include "cpu_conf.h"
|
||||
# include "driver.h"
|
||||
# include "virbitmap.h"
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
#include "domain_audit.h"
|
||||
#include "node_device_conf.h"
|
||||
#include "pci.h"
|
||||
#include "hostusb.h"
|
||||
#include "virusb.h"
|
||||
#include "processinfo.h"
|
||||
#include "libvirt_internal.h"
|
||||
#include "xml.h"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "pci.h"
|
||||
#include "hostusb.h"
|
||||
#include "virusb.h"
|
||||
#include "virnetdev.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_QEMU
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include "datatypes.h"
|
||||
#include "uuid.h"
|
||||
#include "pci.h"
|
||||
#include "hostusb.h"
|
||||
#include "virusb.h"
|
||||
#include "virfile.h"
|
||||
#include "configmake.h"
|
||||
#include "vircommand.h"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "pci.h"
|
||||
#include "hostusb.h"
|
||||
#include "virusb.h"
|
||||
#include "storage_file.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_SECURITY
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#include "memory.h"
|
||||
#include "logging.h"
|
||||
#include "pci.h"
|
||||
#include "hostusb.h"
|
||||
#include "virusb.h"
|
||||
#include "storage_file.h"
|
||||
#include "virfile.h"
|
||||
#include "virhash.h"
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
#include "domain_conf.h"
|
||||
#include "xml.h"
|
||||
#include "uuid.h"
|
||||
#include "hostusb.h"
|
||||
#include "virusb.h"
|
||||
#include "pci.h"
|
||||
#include "virfile.h"
|
||||
#include "configmake.h"
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
* virusb.c: helper APIs for managing host USB devices
|
||||
*
|
||||
* Copyright (C) 2009-2012 Red Hat, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
|
@ -31,7 +33,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "hostusb.h"
|
||||
#include "virusb.h"
|
||||
#include "logging.h"
|
||||
#include "memory.h"
|
||||
#include "util.h"
|
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
* virusb.h: helper APIs for managing host USB devices
|
||||
*
|
||||
* Copyright (C) 2009 Red Hat, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
Loading…
Reference in New Issue