Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
556cf5f6
L
libvirt
项目概览
openeuler
/
libvirt
通知
3
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
L
libvirt
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
556cf5f6
编写于
12月 13, 2012
作者:
D
Daniel P. Berrange
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Rename xml.{c,h} to virxml.{c,h}
上级
e861b312
变更
45
隐藏空白更改
内联
并排
Showing
45 changed file
with
64 addition
and
46 deletion
+64
-46
cfg.mk
cfg.mk
+1
-1
po/POTFILES.in
po/POTFILES.in
+1
-1
src/Makefile.am
src/Makefile.am
+1
-1
src/conf/cpu_conf.h
src/conf/cpu_conf.h
+1
-1
src/conf/device_conf.c
src/conf/device_conf.c
+1
-1
src/conf/domain_conf.c
src/conf/domain_conf.c
+1
-1
src/conf/interface_conf.c
src/conf/interface_conf.c
+1
-1
src/conf/netdev_bandwidth_conf.h
src/conf/netdev_bandwidth_conf.h
+1
-1
src/conf/netdev_vlan_conf.h
src/conf/netdev_vlan_conf.h
+1
-1
src/conf/netdev_vport_profile_conf.h
src/conf/netdev_vport_profile_conf.h
+1
-1
src/conf/network_conf.c
src/conf/network_conf.c
+1
-1
src/conf/node_device_conf.c
src/conf/node_device_conf.c
+1
-1
src/conf/nwfilter_conf.h
src/conf/nwfilter_conf.h
+1
-1
src/conf/secret_conf.c
src/conf/secret_conf.c
+1
-1
src/conf/snapshot_conf.c
src/conf/snapshot_conf.c
+1
-1
src/conf/storage_conf.c
src/conf/storage_conf.c
+1
-1
src/conf/storage_encryption_conf.c
src/conf/storage_encryption_conf.c
+1
-1
src/cpu/cpu.c
src/cpu/cpu.c
+1
-1
src/cpu/cpu_map.h
src/cpu/cpu_map.h
+1
-1
src/esx/esx_vi.c
src/esx/esx_vi.c
+1
-1
src/qemu/qemu_conf.c
src/qemu/qemu_conf.c
+1
-1
src/qemu/qemu_driver.c
src/qemu/qemu_driver.c
+1
-1
src/security/virt-aa-helper.c
src/security/virt-aa-helper.c
+1
-1
src/storage/storage_backend_fs.c
src/storage/storage_backend_fs.c
+1
-1
src/test/test_driver.c
src/test/test_driver.c
+1
-1
src/util/virxml.c
src/util/virxml.c
+2
-2
src/util/virxml.h
src/util/virxml.h
+19
-1
src/xen/xen_driver.c
src/xen/xen_driver.c
+1
-1
tests/cputest.c
tests/cputest.c
+1
-1
tests/nwfilterxml2xmltest.c
tests/nwfilterxml2xmltest.c
+1
-1
tests/sexpr2xmltest.c
tests/sexpr2xmltest.c
+1
-1
tests/virshtest.c
tests/virshtest.c
+1
-1
tests/xencapstest.c
tests/xencapstest.c
+1
-1
tools/virsh-domain-monitor.c
tools/virsh-domain-monitor.c
+1
-1
tools/virsh-domain.c
tools/virsh-domain.c
+1
-1
tools/virsh-host.c
tools/virsh-host.c
+1
-1
tools/virsh-interface.c
tools/virsh-interface.c
+1
-1
tools/virsh-network.c
tools/virsh-network.c
+1
-1
tools/virsh-nodedev.c
tools/virsh-nodedev.c
+1
-1
tools/virsh-nwfilter.c
tools/virsh-nwfilter.c
+1
-1
tools/virsh-pool.c
tools/virsh-pool.c
+1
-1
tools/virsh-secret.c
tools/virsh-secret.c
+1
-1
tools/virsh-snapshot.c
tools/virsh-snapshot.c
+1
-1
tools/virsh-volume.c
tools/virsh-volume.c
+1
-1
tools/virsh.c
tools/virsh.c
+1
-1
未找到文件。
cfg.mk
浏览文件 @
556cf5f6
...
@@ -809,7 +809,7 @@ exclude_file_name_regexp--sc_prohibit_strncpy = ^src/util/virutil\.c$$
...
@@ -809,7 +809,7 @@ exclude_file_name_regexp--sc_prohibit_strncpy = ^src/util/virutil\.c$$
exclude_file_name_regexp--sc_prohibit_strtol
=
\
exclude_file_name_regexp--sc_prohibit_strtol
=
\
^src/
(
util/virsexpr|
(
vbox|xen|xenxs
)
/.
*
)
\.
c
$$
^src/
(
util/virsexpr|
(
vbox|xen|xenxs
)
/.
*
)
\.
c
$$
exclude_file_name_regexp--sc_prohibit_xmlGetProp
=
^src/util/xml
\.
c
$$
exclude_file_name_regexp--sc_prohibit_xmlGetProp
=
^src/util/
vir
xml
\.
c
$$
exclude_file_name_regexp--sc_prohibit_xmlURI
=
^src/util/viruri
\.
c
$$
exclude_file_name_regexp--sc_prohibit_xmlURI
=
^src/util/viruri
\.
c
$$
...
...
po/POTFILES.in
浏览文件 @
556cf5f6
...
@@ -181,7 +181,7 @@ src/util/virtypedparam.c
...
@@ -181,7 +181,7 @@ src/util/virtypedparam.c
src/util/viruri.c
src/util/viruri.c
src/util/virusb.c
src/util/virusb.c
src/util/virutil.c
src/util/virutil.c
src/util/xml.c
src/util/
vir
xml.c
src/vbox/vbox_MSCOMGlue.c
src/vbox/vbox_MSCOMGlue.c
src/vbox/vbox_XPCOMCGlue.c
src/vbox/vbox_XPCOMCGlue.c
src/vbox/vbox_driver.c
src/vbox/vbox_driver.c
...
...
src/Makefile.am
浏览文件 @
556cf5f6
...
@@ -86,7 +86,6 @@ UTIL_SOURCES = \
...
@@ -86,7 +86,6 @@ UTIL_SOURCES = \
util/virthreadwin32.h
\
util/virthreadwin32.h
\
util/virthreadpool.c util/virthreadpool.h
\
util/virthreadpool.c util/virthreadpool.h
\
util/virtypedparam.c util/virtypedparam.h
\
util/virtypedparam.c util/virtypedparam.h
\
util/xml.c util/xml.h
\
util/virterror.c util/virterror_internal.h
\
util/virterror.c util/virterror_internal.h
\
util/vircgroup.c util/vircgroup.h
\
util/vircgroup.c util/vircgroup.h
\
util/virdbus.c util/virdbus.h
\
util/virdbus.c util/virdbus.h
\
...
@@ -116,6 +115,7 @@ UTIL_SOURCES = \
...
@@ -116,6 +115,7 @@ UTIL_SOURCES = \
util/viruri.h util/viruri.c
\
util/viruri.h util/viruri.c
\
util/virutil.c util/virutil.h
\
util/virutil.c util/virutil.h
\
util/viruuid.c util/viruuid.h
\
util/viruuid.c util/viruuid.h
\
util/virxml.c util/virxml.h
\
$(NULL)
$(NULL)
EXTRA_DIST
+=
$(srcdir)
/util/virkeymaps.h
$(srcdir)
/util/keymaps.csv
\
EXTRA_DIST
+=
$(srcdir)
/util/virkeymaps.h
$(srcdir)
/util/keymaps.csv
\
...
...
src/conf/cpu_conf.h
浏览文件 @
556cf5f6
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
# include "virutil.h"
# include "virutil.h"
# include "virbuffer.h"
# include "virbuffer.h"
# include "xml.h"
# include "
vir
xml.h"
# include "virbitmap.h"
# include "virbitmap.h"
# include "virarch.h"
# include "virarch.h"
...
...
src/conf/device_conf.c
浏览文件 @
556cf5f6
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#include "virterror_internal.h"
#include "virterror_internal.h"
#include "datatypes.h"
#include "datatypes.h"
#include "viralloc.h"
#include "viralloc.h"
#include "xml.h"
#include "
vir
xml.h"
#include "viruuid.h"
#include "viruuid.h"
#include "virutil.h"
#include "virutil.h"
#include "virbuffer.h"
#include "virbuffer.h"
...
...
src/conf/domain_conf.c
浏览文件 @
556cf5f6
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
#include "snapshot_conf.h"
#include "snapshot_conf.h"
#include "viralloc.h"
#include "viralloc.h"
#include "verify.h"
#include "verify.h"
#include "xml.h"
#include "
vir
xml.h"
#include "viruuid.h"
#include "viruuid.h"
#include "virutil.h"
#include "virutil.h"
#include "virbuffer.h"
#include "virbuffer.h"
...
...
src/conf/interface_conf.c
浏览文件 @
556cf5f6
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#include "interface_conf.h"
#include "interface_conf.h"
#include "viralloc.h"
#include "viralloc.h"
#include "xml.h"
#include "
vir
xml.h"
#include "viruuid.h"
#include "viruuid.h"
#include "virutil.h"
#include "virutil.h"
#include "virbuffer.h"
#include "virbuffer.h"
...
...
src/conf/netdev_bandwidth_conf.h
浏览文件 @
556cf5f6
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
# include "internal.h"
# include "internal.h"
# include "virnetdevbandwidth.h"
# include "virnetdevbandwidth.h"
# include "virbuffer.h"
# include "virbuffer.h"
# include "xml.h"
# include "
vir
xml.h"
virNetDevBandwidthPtr
virNetDevBandwidthParse
(
xmlNodePtr
node
,
virNetDevBandwidthPtr
virNetDevBandwidthParse
(
xmlNodePtr
node
,
int
net_type
)
int
net_type
)
...
...
src/conf/netdev_vlan_conf.h
浏览文件 @
556cf5f6
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
# include "internal.h"
# include "internal.h"
# include "virnetdevvlan.h"
# include "virnetdevvlan.h"
# include "virbuffer.h"
# include "virbuffer.h"
# include "xml.h"
# include "
vir
xml.h"
int
virNetDevVlanParse
(
xmlNodePtr
node
,
xmlXPathContextPtr
ctxt
,
virNetDevVlanPtr
def
);
int
virNetDevVlanParse
(
xmlNodePtr
node
,
xmlXPathContextPtr
ctxt
,
virNetDevVlanPtr
def
);
int
virNetDevVlanFormat
(
virNetDevVlanPtr
def
,
virBufferPtr
buf
);
int
virNetDevVlanFormat
(
virNetDevVlanPtr
def
,
virBufferPtr
buf
);
...
...
src/conf/netdev_vport_profile_conf.h
浏览文件 @
556cf5f6
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
# include "internal.h"
# include "internal.h"
# include "virnetdevvportprofile.h"
# include "virnetdevvportprofile.h"
# include "virbuffer.h"
# include "virbuffer.h"
# include "xml.h"
# include "
vir
xml.h"
typedef
enum
{
typedef
enum
{
/* generate random defaults for interfaceID/interfaceID
/* generate random defaults for interfaceID/interfaceID
...
...
src/conf/network_conf.c
浏览文件 @
556cf5f6
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
#include "netdev_bandwidth_conf.h"
#include "netdev_bandwidth_conf.h"
#include "netdev_vlan_conf.h"
#include "netdev_vlan_conf.h"
#include "viralloc.h"
#include "viralloc.h"
#include "xml.h"
#include "
vir
xml.h"
#include "viruuid.h"
#include "viruuid.h"
#include "virutil.h"
#include "virutil.h"
#include "virbuffer.h"
#include "virbuffer.h"
...
...
src/conf/node_device_conf.c
浏览文件 @
556cf5f6
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
#include "node_device_conf.h"
#include "node_device_conf.h"
#include "viralloc.h"
#include "viralloc.h"
#include "xml.h"
#include "
vir
xml.h"
#include "virutil.h"
#include "virutil.h"
#include "virbuffer.h"
#include "virbuffer.h"
#include "viruuid.h"
#include "viruuid.h"
...
...
src/conf/nwfilter_conf.h
浏览文件 @
556cf5f6
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
# include "virutil.h"
# include "virutil.h"
# include "virhash.h"
# include "virhash.h"
# include "xml.h"
# include "
vir
xml.h"
# include "virbuffer.h"
# include "virbuffer.h"
# include "virsocketaddr.h"
# include "virsocketaddr.h"
# include "virmacaddr.h"
# include "virmacaddr.h"
...
...
src/conf/secret_conf.c
浏览文件 @
556cf5f6
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
#include "secret_conf.h"
#include "secret_conf.h"
#include "virterror_internal.h"
#include "virterror_internal.h"
#include "virutil.h"
#include "virutil.h"
#include "xml.h"
#include "
vir
xml.h"
#include "viruuid.h"
#include "viruuid.h"
#define VIR_FROM_THIS VIR_FROM_SECRET
#define VIR_FROM_THIS VIR_FROM_SECRET
...
...
src/conf/snapshot_conf.c
浏览文件 @
556cf5f6
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
#include "viruuid.h"
#include "viruuid.h"
#include "virfile.h"
#include "virfile.h"
#include "virterror_internal.h"
#include "virterror_internal.h"
#include "xml.h"
#include "
vir
xml.h"
#define VIR_FROM_THIS VIR_FROM_DOMAIN_SNAPSHOT
#define VIR_FROM_THIS VIR_FROM_DOMAIN_SNAPSHOT
...
...
src/conf/storage_conf.c
浏览文件 @
556cf5f6
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
#include "storage_conf.h"
#include "storage_conf.h"
#include "virstoragefile.h"
#include "virstoragefile.h"
#include "xml.h"
#include "
vir
xml.h"
#include "viruuid.h"
#include "viruuid.h"
#include "virbuffer.h"
#include "virbuffer.h"
#include "virutil.h"
#include "virutil.h"
...
...
src/conf/storage_encryption_conf.c
浏览文件 @
556cf5f6
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
#include "storage_conf.h"
#include "storage_conf.h"
#include "storage_encryption_conf.h"
#include "storage_encryption_conf.h"
#include "virutil.h"
#include "virutil.h"
#include "xml.h"
#include "
vir
xml.h"
#include "virterror_internal.h"
#include "virterror_internal.h"
#include "viruuid.h"
#include "viruuid.h"
#include "virfile.h"
#include "virfile.h"
...
...
src/cpu/cpu.c
浏览文件 @
556cf5f6
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
#include "virlog.h"
#include "virlog.h"
#include "viralloc.h"
#include "viralloc.h"
#include "xml.h"
#include "
vir
xml.h"
#include "cpu.h"
#include "cpu.h"
#include "cpu_x86.h"
#include "cpu_x86.h"
#include "cpu_powerpc.h"
#include "cpu_powerpc.h"
...
...
src/cpu/cpu_map.h
浏览文件 @
556cf5f6
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
#ifndef __VIR_CPU_MAP_H__
#ifndef __VIR_CPU_MAP_H__
# define __VIR_CPU_MAP_H__
# define __VIR_CPU_MAP_H__
# include "xml.h"
# include "
vir
xml.h"
enum
cpuMapElement
{
enum
cpuMapElement
{
...
...
src/esx/esx_vi.c
浏览文件 @
556cf5f6
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
#include "virutil.h"
#include "virutil.h"
#include "viruuid.h"
#include "viruuid.h"
#include "vmx.h"
#include "vmx.h"
#include "xml.h"
#include "
vir
xml.h"
#include "esx_vi.h"
#include "esx_vi.h"
#include "esx_vi_methods.h"
#include "esx_vi_methods.h"
#include "esx_util.h"
#include "esx_util.h"
...
...
src/qemu/qemu_conf.c
浏览文件 @
556cf5f6
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
#include "virutil.h"
#include "virutil.h"
#include "viralloc.h"
#include "viralloc.h"
#include "datatypes.h"
#include "datatypes.h"
#include "xml.h"
#include "
vir
xml.h"
#include "nodeinfo.h"
#include "nodeinfo.h"
#include "virlog.h"
#include "virlog.h"
#include "cpu/cpu.h"
#include "cpu/cpu.h"
...
...
src/qemu/qemu_driver.c
浏览文件 @
556cf5f6
...
@@ -75,7 +75,7 @@
...
@@ -75,7 +75,7 @@
#include "virusb.h"
#include "virusb.h"
#include "virprocess.h"
#include "virprocess.h"
#include "libvirt_internal.h"
#include "libvirt_internal.h"
#include "xml.h"
#include "
vir
xml.h"
#include "cpu/cpu.h"
#include "cpu/cpu.h"
#include "virsysinfo.h"
#include "virsysinfo.h"
#include "domain_nwfilter.h"
#include "domain_nwfilter.h"
...
...
src/security/virt-aa-helper.c
浏览文件 @
556cf5f6
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
#include "security_driver.h"
#include "security_driver.h"
#include "security_apparmor.h"
#include "security_apparmor.h"
#include "domain_conf.h"
#include "domain_conf.h"
#include "xml.h"
#include "
vir
xml.h"
#include "viruuid.h"
#include "viruuid.h"
#include "virusb.h"
#include "virusb.h"
#include "virpci.h"
#include "virpci.h"
...
...
src/storage/storage_backend_fs.c
浏览文件 @
556cf5f6
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
#include "virstoragefile.h"
#include "virstoragefile.h"
#include "vircommand.h"
#include "vircommand.h"
#include "viralloc.h"
#include "viralloc.h"
#include "xml.h"
#include "
vir
xml.h"
#include "virfile.h"
#include "virfile.h"
#include "virlog.h"
#include "virlog.h"
...
...
src/test/test_driver.c
浏览文件 @
556cf5f6
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
#include "domain_event.h"
#include "domain_event.h"
#include "storage_conf.h"
#include "storage_conf.h"
#include "node_device_conf.h"
#include "node_device_conf.h"
#include "xml.h"
#include "
vir
xml.h"
#include "virthread.h"
#include "virthread.h"
#include "virlog.h"
#include "virlog.h"
#include "virfile.h"
#include "virfile.h"
...
...
src/util/xml.c
→
src/util/
vir
xml.c
浏览文件 @
556cf5f6
/*
/*
*
xml.c: XML based interfaces for the libvir library
*
virxml.c: helper APIs for dealing with XML documents
*
*
* Copyright (C) 2005, 2007-2012 Red Hat, Inc.
* Copyright (C) 2005, 2007-2012 Red Hat, Inc.
*
*
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
#include <sys/stat.h>
#include <sys/stat.h>
#include "virterror_internal.h"
#include "virterror_internal.h"
#include "xml.h"
#include "
vir
xml.h"
#include "virbuffer.h"
#include "virbuffer.h"
#include "virutil.h"
#include "virutil.h"
#include "viralloc.h"
#include "viralloc.h"
...
...
src/util/xml.h
→
src/util/
vir
xml.h
浏览文件 @
556cf5f6
/*
/*
* xml.h: internal definitions used for XML parsing routines.
* virxml.c: helper APIs for dealing with XML documents
*
* Copyright (C) 2005, 2007-2012 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library. If not, see
* <http://www.gnu.org/licenses/>.
*
* Daniel Veillard <veillard@redhat.com>
*/
*/
#ifndef __VIR_XML_H__
#ifndef __VIR_XML_H__
...
...
src/xen/xen_driver.c
浏览文件 @
556cf5f6
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
#if WITH_XEN_INOTIFY
#if WITH_XEN_INOTIFY
# include "xen_inotify.h"
# include "xen_inotify.h"
#endif
#endif
#include "xml.h"
#include "
vir
xml.h"
#include "virutil.h"
#include "virutil.h"
#include "viralloc.h"
#include "viralloc.h"
#include "node_device_conf.h"
#include "node_device_conf.h"
...
...
tests/cputest.c
浏览文件 @
556cf5f6
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
#include <fcntl.h>
#include <fcntl.h>
#include "internal.h"
#include "internal.h"
#include "xml.h"
#include "
vir
xml.h"
#include "viralloc.h"
#include "viralloc.h"
#include "virbuffer.h"
#include "virbuffer.h"
#include "testutils.h"
#include "testutils.h"
...
...
tests/nwfilterxml2xmltest.c
浏览文件 @
556cf5f6
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
#include "internal.h"
#include "internal.h"
#include "testutils.h"
#include "testutils.h"
#include "xml.h"
#include "
vir
xml.h"
#include "virthread.h"
#include "virthread.h"
#include "nwfilter_params.h"
#include "nwfilter_params.h"
#include "nwfilter_conf.h"
#include "nwfilter_conf.h"
...
...
tests/sexpr2xmltest.c
浏览文件 @
556cf5f6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#include <unistd.h>
#include <unistd.h>
#include "internal.h"
#include "internal.h"
#include "xml.h"
#include "
vir
xml.h"
#include "datatypes.h"
#include "datatypes.h"
#include "xen/xen_driver.h"
#include "xen/xen_driver.h"
#include "xen/xend_internal.h"
#include "xen/xend_internal.h"
...
...
tests/virshtest.c
浏览文件 @
556cf5f6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#include <unistd.h>
#include <unistd.h>
#include "internal.h"
#include "internal.h"
#include "xml.h"
#include "
vir
xml.h"
#include "virutil.h"
#include "virutil.h"
#include "testutils.h"
#include "testutils.h"
...
...
tests/xencapstest.c
浏览文件 @
556cf5f6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include <unistd.h>
#include <unistd.h>
#include "internal.h"
#include "internal.h"
#include "xml.h"
#include "
vir
xml.h"
#include "testutils.h"
#include "testutils.h"
#include "xen/xen_hypervisor.h"
#include "xen/xen_hypervisor.h"
#include "virfile.h"
#include "virfile.h"
...
...
tools/virsh-domain-monitor.c
浏览文件 @
556cf5f6
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
#include "viralloc.h"
#include "viralloc.h"
#include "virmacaddr.h"
#include "virmacaddr.h"
#include "virsh-domain.h"
#include "virsh-domain.h"
#include "xml.h"
#include "
vir
xml.h"
static
const
char
*
static
const
char
*
vshDomainIOErrorToString
(
int
error
)
vshDomainIOErrorToString
(
int
error
)
...
...
tools/virsh-domain.c
浏览文件 @
556cf5f6
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
#include "virsh-domain-monitor.h"
#include "virsh-domain-monitor.h"
#include "virterror_internal.h"
#include "virterror_internal.h"
#include "virtypedparam.h"
#include "virtypedparam.h"
#include "xml.h"
#include "
vir
xml.h"
/* Gnulib doesn't guarantee SA_SIGINFO support. */
/* Gnulib doesn't guarantee SA_SIGINFO support. */
#ifndef SA_SIGINFO
#ifndef SA_SIGINFO
...
...
tools/virsh-host.c
浏览文件 @
556cf5f6
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
#include "viralloc.h"
#include "viralloc.h"
#include "virutil.h"
#include "virutil.h"
#include "virsh-domain.h"
#include "virsh-domain.h"
#include "xml.h"
#include "
vir
xml.h"
#include "virtypedparam.h"
#include "virtypedparam.h"
#include "virjson.h"
#include "virjson.h"
...
...
tools/virsh-interface.c
浏览文件 @
556cf5f6
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
#include "virbuffer.h"
#include "virbuffer.h"
#include "viralloc.h"
#include "viralloc.h"
#include "virutil.h"
#include "virutil.h"
#include "xml.h"
#include "
vir
xml.h"
virInterfacePtr
virInterfacePtr
vshCommandOptInterfaceBy
(
vshControl
*
ctl
,
const
vshCmd
*
cmd
,
vshCommandOptInterfaceBy
(
vshControl
*
ctl
,
const
vshCmd
*
cmd
,
...
...
tools/virsh-network.c
浏览文件 @
556cf5f6
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
#include "virbuffer.h"
#include "virbuffer.h"
#include "viralloc.h"
#include "viralloc.h"
#include "virutil.h"
#include "virutil.h"
#include "xml.h"
#include "
vir
xml.h"
#include "conf/network_conf.h"
#include "conf/network_conf.h"
virNetworkPtr
virNetworkPtr
...
...
tools/virsh-nodedev.c
浏览文件 @
556cf5f6
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
#include "virbuffer.h"
#include "virbuffer.h"
#include "viralloc.h"
#include "viralloc.h"
#include "virutil.h"
#include "virutil.h"
#include "xml.h"
#include "
vir
xml.h"
#include "conf/node_device_conf.h"
#include "conf/node_device_conf.h"
/*
/*
...
...
tools/virsh-nwfilter.c
浏览文件 @
556cf5f6
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
#include "virbuffer.h"
#include "virbuffer.h"
#include "viralloc.h"
#include "viralloc.h"
#include "virutil.h"
#include "virutil.h"
#include "xml.h"
#include "
vir
xml.h"
virNWFilterPtr
virNWFilterPtr
vshCommandOptNWFilterBy
(
vshControl
*
ctl
,
const
vshCmd
*
cmd
,
vshCommandOptNWFilterBy
(
vshControl
*
ctl
,
const
vshCmd
*
cmd
,
...
...
tools/virsh-pool.c
浏览文件 @
556cf5f6
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
#include "virbuffer.h"
#include "virbuffer.h"
#include "viralloc.h"
#include "viralloc.h"
#include "virutil.h"
#include "virutil.h"
#include "xml.h"
#include "
vir
xml.h"
#include "conf/storage_conf.h"
#include "conf/storage_conf.h"
virStoragePoolPtr
virStoragePoolPtr
...
...
tools/virsh-secret.c
浏览文件 @
556cf5f6
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
#include "virbuffer.h"
#include "virbuffer.h"
#include "viralloc.h"
#include "viralloc.h"
#include "virutil.h"
#include "virutil.h"
#include "xml.h"
#include "
vir
xml.h"
static
virSecretPtr
static
virSecretPtr
vshCommandOptSecret
(
vshControl
*
ctl
,
const
vshCmd
*
cmd
,
const
char
**
name
)
vshCommandOptSecret
(
vshControl
*
ctl
,
const
vshCmd
*
cmd
,
const
char
**
name
)
...
...
tools/virsh-snapshot.c
浏览文件 @
556cf5f6
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
#include "viralloc.h"
#include "viralloc.h"
#include "virutil.h"
#include "virutil.h"
#include "virsh-domain.h"
#include "virsh-domain.h"
#include "xml.h"
#include "
vir
xml.h"
#include "conf/snapshot_conf.h"
#include "conf/snapshot_conf.h"
/* Helper for snapshot-create and snapshot-create-as */
/* Helper for snapshot-create and snapshot-create-as */
...
...
tools/virsh-volume.c
浏览文件 @
556cf5f6
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
#include "virutil.h"
#include "virutil.h"
#include "virfile.h"
#include "virfile.h"
#include "virsh-pool.h"
#include "virsh-pool.h"
#include "xml.h"
#include "
vir
xml.h"
virStorageVolPtr
virStorageVolPtr
vshCommandOptVolBy
(
vshControl
*
ctl
,
const
vshCmd
*
cmd
,
vshCommandOptVolBy
(
vshControl
*
ctl
,
const
vshCmd
*
cmd
,
...
...
tools/virsh.c
浏览文件 @
556cf5f6
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
#include "console.h"
#include "console.h"
#include "virutil.h"
#include "virutil.h"
#include "viralloc.h"
#include "viralloc.h"
#include "xml.h"
#include "
vir
xml.h"
#include "libvirt/libvirt-qemu.h"
#include "libvirt/libvirt-qemu.h"
#include "virfile.h"
#include "virfile.h"
#include "configmake.h"
#include "configmake.h"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录