Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
f2899e44
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看板
提交
f2899e44
编写于
9月 15, 2019
作者:
M
Marek Marczykowski-Górecki
提交者:
Jim Fehlig
10月 10, 2019
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tests: libxl: ACPI slic table test
Signed-off-by:
N
Marek Marczykowski-Górecki
<
marmarek@invisiblethingslab.com
>
上级
03e98a52
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
87 addition
and
0 deletion
+87
-0
tests/libxlxml2domconfigdata/fullvirt-acpi-slic.json
tests/libxlxml2domconfigdata/fullvirt-acpi-slic.json
+53
-0
tests/libxlxml2domconfigdata/fullvirt-acpi-slic.xml
tests/libxlxml2domconfigdata/fullvirt-acpi-slic.xml
+32
-0
tests/libxlxml2domconfigtest.c
tests/libxlxml2domconfigtest.c
+2
-0
未找到文件。
tests/libxlxml2domconfigdata/fullvirt-acpi-slic.json
0 → 100644
浏览文件 @
f2899e44
{
"c_info"
:
{
"type"
:
"hvm"
,
"name"
:
"XenGuest2"
,
"uuid"
:
"c7a5fdb2-cdaf-9455-926a-d65c16db1809"
},
"b_info"
:
{
"max_vcpus"
:
1
,
"avail_vcpus"
:
[
0
],
"max_memkb"
:
592896
,
"target_memkb"
:
403456
,
"shadow_memkb"
:
5656
,
"sched_params"
:
{
},
"type.hvm"
:
{
"pae"
:
"True"
,
"apic"
:
"True"
,
"acpi"
:
"True"
,
"acpi_firmware"
:
"/path/to/slic.dat"
,
"nographic"
:
"True"
,
"vnc"
:
{
"enable"
:
"False"
},
"sdl"
:
{
"enable"
:
"False"
},
"spice"
:
{
},
"boot"
:
"c"
,
"rdm"
:
{
}
},
"arch_arm"
:
{
}
},
"disks"
:
[
{
"pdev_path"
:
"/dev/HostVG/XenGuest2"
,
"vdev"
:
"hda"
,
"backend"
:
"phy"
,
"format"
:
"raw"
,
"removable"
:
1
,
"readwrite"
:
1
}
],
"on_reboot"
:
"restart"
,
"on_crash"
:
"restart"
}
tests/libxlxml2domconfigdata/fullvirt-acpi-slic.xml
0 → 100644
浏览文件 @
f2899e44
<domain
type=
'xen'
>
<name>
XenGuest2
</name>
<uuid>
c7a5fdb2-cdaf-9455-926a-d65c16db1809
</uuid>
<memory
unit=
'KiB'
>
592896
</memory>
<currentMemory
unit=
'KiB'
>
403456
</currentMemory>
<vcpu
placement=
'static'
>
1
</vcpu>
<os>
<type
arch=
'x86_64'
machine=
'xenfv'
>
hvm
</type>
<acpi>
<table
type=
'slic'
>
/path/to/slic.dat
</table>
</acpi>
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock
offset=
'variable'
adjustment=
'0'
basis=
'utc'
/>
<on_poweroff>
destroy
</on_poweroff>
<on_reboot>
restart
</on_reboot>
<on_crash>
restart
</on_crash>
<devices>
<disk
type=
'block'
device=
'disk'
>
<driver
name=
'phy'
type=
'raw'
/>
<source
dev=
'/dev/HostVG/XenGuest2'
/>
<target
dev=
'hda'
bus=
'ide'
/>
<address
type=
'drive'
controller=
'0'
bus=
'0'
target=
'0'
unit=
'0'
/>
</disk>
<input
type=
'mouse'
bus=
'ps2'
/>
<input
type=
'keyboard'
bus=
'ps2'
/>
</devices>
</domain>
tests/libxlxml2domconfigtest.c
浏览文件 @
f2899e44
...
...
@@ -212,6 +212,8 @@ mymain(void)
DO_TEST
(
"fullvirt-cpuid-legacy-nest"
);
# endif
DO_TEST
(
"fullvirt-acpi-slic"
);
# ifdef LIBXL_HAVE_BUILDINFO_GRANT_LIMITS
DO_TEST
(
"max-gntframes-hvm"
);
# endif
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录