Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
dc232cdf
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看板
体验新版 GitCode,发现更多精彩内容 >>
提交
dc232cdf
编写于
3月 13, 2008
作者:
D
Daniel Veillard
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
* src/bridge.c src/virsh.c: typo fixes from Atsushi SAKAI
daniel
上级
af1c7f96
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
10 addition
and
6 deletion
+10
-6
ChangeLog
ChangeLog
+4
-0
src/bridge.c
src/bridge.c
+2
-2
src/virsh.c
src/virsh.c
+4
-4
未找到文件。
ChangeLog
浏览文件 @
dc232cdf
Thu Mar 13 10:19:16 CET 2008 Daniel Veillard <veillard@redhat.com>
* src/bridge.c src/virsh.c: typo fixes from Atsushi SAKAI
Thu Mar 13 10:15:58 CET 2008 Daniel Veillard <veillard@redhat.com>
* src/qemu_conf.c src/qemu_driver.c: patch from Cole Robinson
...
...
src/bridge.c
浏览文件 @
dc232cdf
...
...
@@ -545,7 +545,7 @@ brGetInetAddr(brControl *ctl,
* brSetInetAddress:
* @ctl: bridge control pointer
* @ifname: the interface name
* @addr: the string representation of the IP adress
* @addr: the string representation of the IP ad
d
ress
*
* Function to bind the interface to an IP address, it should handle
* IPV4 and IPv6. The string for addr would be of the form
...
...
@@ -566,7 +566,7 @@ brSetInetAddress(brControl *ctl,
* brGetInetAddress:
* @ctl: bridge control pointer
* @ifname: the interface name
* @addr: the array for the string representation of the IP adress
* @addr: the array for the string representation of the IP ad
d
ress
* @maxlen: size of @addr in bytes
*
* Function to get the IP address of an interface, it should handle
...
...
src/virsh.c
浏览文件 @
dc232cdf
...
...
@@ -668,7 +668,7 @@ cmdList(vshControl * ctl, vshCmd * cmd ATTRIBUTE_UNUSED)
static
vshCmdInfo
info_domstate
[]
=
{
{
"syntax"
,
"domstate <domain>"
},
{
"help"
,
gettext_noop
(
"domain state"
)},
{
"desc"
,
gettext_noop
(
"Returns state about a
running
domain."
)},
{
"desc"
,
gettext_noop
(
"Returns state about a domain."
)},
{
NULL
,
NULL
}
};
...
...
@@ -1818,7 +1818,7 @@ cmdVcpupin(vshControl * ctl, vshCmd * cmd)
static
vshCmdInfo
info_setvcpus
[]
=
{
{
"syntax"
,
"setvcpus <domain> <count>"
},
{
"help"
,
gettext_noop
(
"change number of virtual CPUs"
)},
{
"desc"
,
gettext_noop
(
"Change the number of virtual CPUs
active
in the guest domain."
)},
{
"desc"
,
gettext_noop
(
"Change the number of virtual CPUs in the guest domain."
)},
{
NULL
,
NULL
}
};
...
...
@@ -4567,7 +4567,7 @@ static vshCmdOptDef opts_attach_interface[] = {
{
"type"
,
VSH_OT_DATA
,
VSH_OFLAG_REQ
,
gettext_noop
(
"network interface type"
)},
{
"source"
,
VSH_OT_DATA
,
VSH_OFLAG_REQ
,
gettext_noop
(
"source of network interface"
)},
{
"target"
,
VSH_OT_DATA
,
0
,
gettext_noop
(
"target network name"
)},
{
"mac"
,
VSH_OT_DATA
,
0
,
gettext_noop
(
"MAC adress"
)},
{
"mac"
,
VSH_OT_DATA
,
0
,
gettext_noop
(
"MAC ad
d
ress"
)},
{
"script"
,
VSH_OT_DATA
,
0
,
gettext_noop
(
"script used to bridge network interface"
)},
{
NULL
,
0
,
0
,
NULL
}
};
...
...
@@ -4679,7 +4679,7 @@ static vshCmdInfo info_detach_interface[] = {
static
vshCmdOptDef
opts_detach_interface
[]
=
{
{
"domain"
,
VSH_OT_DATA
,
VSH_OFLAG_REQ
,
gettext_noop
(
"domain name, id or uuid"
)},
{
"type"
,
VSH_OT_DATA
,
VSH_OFLAG_REQ
,
gettext_noop
(
"network interface type"
)},
{
"mac"
,
VSH_OT_DATA
,
0
,
gettext_noop
(
"MAC adress"
)},
{
"mac"
,
VSH_OT_DATA
,
0
,
gettext_noop
(
"MAC ad
d
ress"
)},
{
NULL
,
0
,
0
,
NULL
}
};
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录