Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
9700ca82
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,发现更多精彩内容 >>
提交
9700ca82
编写于
8月 13, 2012
作者:
D
Dmitry Guryanov
提交者:
Daniel Veillard
8月 15, 2012
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
parallels: add domain configuration example
Signed-off-by:
N
Dmitry Guryanov
<
dguryanov@parallels.com
>
上级
9fbefc54
变更
3
显示空白变更内容
内联
并排
Showing
3 changed file
with
66 addition
and
0 deletion
+66
-0
docs/drvparallels.html.in
docs/drvparallels.html.in
+39
-0
docs/schemas/domaincommon.rng
docs/schemas/domaincommon.rng
+1
-0
tests/domainschemadata/domain-parallels-vm-simple.xml
tests/domainschemadata/domain-parallels-vm-simple.xml
+26
-0
未找到文件。
docs/drvparallels.html.in
浏览文件 @
9700ca82
...
...
@@ -25,4 +25,43 @@ parallels://example.com/system (remote access, TLS/x509)
parallels+tcp://example.com/system (remote access, SASl/Kerberos)
parallels+ssh://root@example.com/system (remote access, SSH tunnelled)
</pre>
<h2><a
name=
"example"
>
Example guest domain XML configuration
</a></h2>
<p>
Parallels driver require at least one hard disk for new domains
at this time. It is used for defining directory, where VM should
be created.
</p>
<pre>
<
domain type='parallels'
>
<
name
>
demo
<
/name
>
<
uuid
>
54cdecad-4492-4e31-a209-33cc21d64057
<
/uuid
>
<
description
>
some description
<
/description
>
<
memory unit='KiB'
>
1048576
<
/memory
>
<
currentMemory unit='KiB'
>
1048576
<
/currentMemory
>
<
vcpu placement='static'
>
2
<
/vcpu
>
<
os
>
<
type arch='x86_64'
>
hvm
<
/type
>
<
/os
>
<
clock offset='utc'/
>
<
on_poweroff
>
destroy
<
/on_poweroff
>
<
on_reboot
>
destroy
<
/on_reboot
>
<
on_crash
>
destroy
<
/on_crash
>
<
devices
>
<
disk type='file' device='disk'
>
<
source file='/storage/vol1'/
>
<
target dev='hda'/
>
<
/disk
>
<
video
>
<
model type='vga' vram='33554432' heads='1'
>
<
acceleration accel3d='no' accel2d='no'/
>
<
/model
>
<
/video
>
<
/devices
>
<
/domain
>
</pre>
</body></html>
docs/schemas/domaincommon.rng
浏览文件 @
9700ca82
...
...
@@ -179,6 +179,7 @@
<value>
hyperv
</value>
<value>
vbox
</value>
<value>
phyp
</value>
<value>
parallels
</value>
</choice>
</attribute>
</define>
...
...
tests/domainschemadata/domain-parallels-vm-simple.xml
0 → 100644
浏览文件 @
9700ca82
<domain
type=
'parallels'
>
<name>
demo
</name>
<uuid>
54cdecad-4492-4e31-a209-33cc21d64057
</uuid>
<description>
some description
</description>
<memory
unit=
'KiB'
>
1048576
</memory>
<currentMemory
unit=
'KiB'
>
1048576
</currentMemory>
<vcpu
placement=
'static'
>
2
</vcpu>
<os>
<type
arch=
'x86_64'
>
hvm
</type>
</os>
<clock
offset=
'utc'
/>
<on_poweroff>
destroy
</on_poweroff>
<on_reboot>
destroy
</on_reboot>
<on_crash>
destroy
</on_crash>
<devices>
<disk
type=
'file'
device=
'disk'
>
<source
file=
'/storage/vol1'
/>
<target
dev=
'hda'
/>
</disk>
<video>
<model
type=
'vga'
vram=
'33554432'
heads=
'1'
>
<acceleration
accel3d=
'no'
accel2d=
'no'
/>
</model>
</video>
</devices>
</domain>
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录