Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
d6165440
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看板
提交
d6165440
编写于
2月 15, 2016
作者:
J
Ján Tomko
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Spell VMware with a lowercase w
Replace all occurrences of VMWare outside the news.
上级
27fa42b2
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
7 addition
and
7 deletion
+7
-7
docs/formatdomain.html.in
docs/formatdomain.html.in
+1
-1
docs/migration.html.in
docs/migration.html.in
+1
-1
docs/storage.html.in
docs/storage.html.in
+1
-1
libvirt.spec.in
libvirt.spec.in
+1
-1
src/util/virerror.c
src/util/virerror.c
+1
-1
src/util/virstoragefile.c
src/util/virstoragefile.c
+1
-1
tools/virsh.c
tools/virsh.c
+1
-1
未找到文件。
docs/formatdomain.html.in
浏览文件 @
d6165440
...
...
@@ -1569,7 +1569,7 @@
<dt><code>
vmport
</code></dt>
<dd>
Depending on the
<code>
state
</code>
attribute (values
<code>
on
</code>
,
<code>
off
</code>
, default
<code>
on
</code>
) enable or disable
the emulation of VM
W
are IO port, for vmmouse etc.
the emulation of VM
w
are IO port, for vmmouse etc.
<span
class=
"since"
>
Since 1.2.16
</span>
</dd>
<dt><code>
gic
</code></dt>
...
...
docs/migration.html.in
浏览文件 @
d6165440
...
...
@@ -475,7 +475,7 @@
</pre>
<p>
Supported by Xen, QEMU, VM
W
are and VirtualBox drivers
Supported by Xen, QEMU, VM
w
are and VirtualBox drivers
</p>
<h3><a
name=
"scenarionativepeer2peer"
>
Native migration, client to and peer2peer between, two libvirtd servers
</a></h3>
...
...
docs/storage.html.in
浏览文件 @
d6165440
...
...
@@ -161,7 +161,7 @@
<li><code>
qcow
</code>
: QEMU v1 disk image format
</li>
<li><code>
qcow2
</code>
: QEMU v2 disk image format
</li>
<li><code>
qed
</code>
: QEMU Enhanced Disk image format
</li>
<li><code>
vmdk
</code>
: VM
W
are disk image format
</li>
<li><code>
vmdk
</code>
: VM
w
are disk image format
</li>
<li><code>
vpc
</code>
: VirtualPC disk image format
</li>
</ul>
<p>
...
...
libvirt.spec.in
浏览文件 @
d6165440
...
...
@@ -190,7 +190,7 @@
%endif
# RHEL doesn't ship OpenVZ, VBox, UML, PowerHypervisor,
# VM
W
are, libxenserver (xenapi), libxenlight (Xen 4.1 and newer),
# VM
w
are, libxenserver (xenapi), libxenlight (Xen 4.1 and newer),
# or HyperV.
%if 0%{?rhel}
%define with_openvz 0
...
...
src/util/virerror.c
浏览文件 @
d6165440
...
...
@@ -105,7 +105,7 @@ VIR_ENUM_IMPL(virErrorDomain, VIR_ERR_DOMAIN_LAST,
"Audit Utils"
,
"Sysinfo Utils"
,
"I/O Stream Utils"
,
"VM
W
are Driver"
,
"VM
w
are Driver"
,
"Event Loop"
,
/* 40 */
"Xen Light Driver"
,
...
...
src/util/virstoragefile.c
浏览文件 @
d6165440
...
...
@@ -490,7 +490,7 @@ vmdk4GetBackingStore(char **res,
*
res
=
NULL
;
/*
* Technically this should have been VMDK, since
* VMDK spec / VM
W
are impl only support VMDK backed
* VMDK spec / VM
w
are impl only support VMDK backed
* by VMDK. QEMU isn't following this though and
* does probing on VMDK backing files, hence we set
* AUTO
...
...
tools/virsh.c
浏览文件 @
d6165440
...
...
@@ -550,7 +550,7 @@ virshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED)
vshPrint
(
ctl
,
" OpenVZ"
);
#endif
#ifdef WITH_VMWARE
vshPrint
(
ctl
,
" VM
W
are"
);
vshPrint
(
ctl
,
" VM
w
are"
);
#endif
#ifdef WITH_PHYP
vshPrint
(
ctl
,
" PHYP"
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录