Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
d523fd81
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看板
提交
d523fd81
编写于
9月 22, 2016
作者:
N
Nitesh Konkar
提交者:
John Ferlan
9月 22, 2016
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Fix Multiple Typos
Signed-off-by:
N
Nitesh Konkar
<
nitkon12@linux.vnet.ibm.com
>
上级
c944a634
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
7 addition
and
7 deletion
+7
-7
src/conf/domain_conf.c
src/conf/domain_conf.c
+2
-2
src/conf/domain_conf.h
src/conf/domain_conf.h
+1
-1
src/conf/storage_conf.c
src/conf/storage_conf.c
+1
-1
src/esx/esx_driver.c
src/esx/esx_driver.c
+2
-2
src/interface/interface_backend_udev.c
src/interface/interface_backend_udev.c
+1
-1
未找到文件。
src/conf/domain_conf.c
浏览文件 @
d523fd81
...
...
@@ -14165,7 +14165,7 @@ void virDomainControllerInsertPreAlloced(virDomainDefPtr def,
virDomainControllerDefPtr controller)
{
int idx;
/* Tenatively plan to insert controller at the end. */
/* Ten
t
atively plan to insert controller at the end. */
int insertAt = -1;
virDomainControllerDefPtr current = NULL;
...
...
@@ -19847,7 +19847,7 @@ virDomainDiskBlockIoDefFormat(virBufferPtr buf,
/* virDomainSourceDefFormatSeclabel:
*
* This function automaticaly closes the <source> element and formats any
* This function automatical
l
y closes the <source> element and formats any
* possible seclabels.
*/
static void
...
...
src/conf/domain_conf.h
浏览文件 @
d523fd81
...
...
@@ -300,7 +300,7 @@ typedef enum {
/* the backend driver used for PCI hostdev devices */
typedef
enum
{
VIR_DOMAIN_HOSTDEV_PCI_BACKEND_DEFAULT
,
/* detect automaticaly, prefer VFIO */
VIR_DOMAIN_HOSTDEV_PCI_BACKEND_DEFAULT
,
/* detect automatical
l
y, prefer VFIO */
VIR_DOMAIN_HOSTDEV_PCI_BACKEND_KVM
,
/* force legacy kvm style */
VIR_DOMAIN_HOSTDEV_PCI_BACKEND_VFIO
,
/* force vfio */
VIR_DOMAIN_HOSTDEV_PCI_BACKEND_XEN
,
/* force legacy xen style, use pciback */
...
...
src/conf/storage_conf.c
浏览文件 @
d523fd81
...
...
@@ -2476,7 +2476,7 @@ virStoragePoolSourceFindDuplicate(virConnectPtr conn,
if
(
def
->
type
!=
pool
->
def
->
type
)
continue
;
/* Don't mach against ourself if re-defining existing pool ! */
/* Don't ma
t
ch against ourself if re-defining existing pool ! */
if
(
STREQ
(
pool
->
def
->
name
,
def
->
name
))
continue
;
...
...
src/esx/esx_driver.c
浏览文件 @
d523fd81
...
...
@@ -78,7 +78,7 @@ esxFreePrivate(esxPrivate **priv)
/*
* Parse a file name from a .vmx file and convert it to datastore path format
* if poss
bi
le. A .vmx file can contain file names in various formats:
* if poss
ib
le. A .vmx file can contain file names in various formats:
*
* - A single name referencing a file in the same directory as the .vmx file:
*
...
...
@@ -969,7 +969,7 @@ esxConnectOpen(virConnectPtr conn, virConnectAuthPtr auth,
STRNEQ
(
vCenterIPAddress
,
potentialVCenterIPAddress
))
{
virReportError
(
VIR_ERR_INTERNAL_ERROR
,
_
(
"This host is managed by a vCenter with IP "
"address %s, but a misma
cht
ing vCenter '%s' "
"address %s, but a misma
tch
ing vCenter '%s' "
"(%s) has been specified"
),
potentialVCenterIPAddress
,
priv
->
parsedUri
->
vCenter
,
vCenterIPAddress
);
...
...
src/interface/interface_backend_udev.c
浏览文件 @
d523fd81
...
...
@@ -884,7 +884,7 @@ udevGetIfaceDefBridge(struct udev *udev,
goto
error
;
ifacedef
->
data
.
bridge
.
nbItf
=
member_count
;
/* Get the interface defintions for each member of the bridge */
/* Get the interface defin
i
tions for each member of the bridge */
for
(
i
=
0
;
i
<
member_count
;
i
++
)
{
ifacedef
->
data
.
bridge
.
itf
[
i
]
=
udevGetIfaceDef
(
udev
,
member_list
[
i
]
->
d_name
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录