Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
d65781bf
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看板
提交
d65781bf
编写于
6月 23, 2017
作者:
P
Peter Krempa
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tests: hotplug: Test disks with duplicate WWNs
上级
b910fa8b
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
150 addition
and
0 deletion
+150
-0
tests/qemuhotplugtest.c
tests/qemuhotplugtest.c
+5
-0
tests/qemuhotplugtestdevices/qemuhotplug-disk-scsi-duplicate-wwn.xml
...otplugtestdevices/qemuhotplug-disk-scsi-duplicate-wwn.xml
+8
-0
tests/qemuhotplugtestdomains/qemuhotplug-base-live+disk-scsi-wwn+disk-scsi-duplicate-wwn.xml
...tplug-base-live+disk-scsi-wwn+disk-scsi-duplicate-wwn.xml
+74
-0
tests/qemuhotplugtestdomains/qemuhotplug-base-live+disk-scsi-wwn.xml
...otplugtestdomains/qemuhotplug-base-live+disk-scsi-wwn.xml
+63
-0
未找到文件。
tests/qemuhotplugtest.c
浏览文件 @
d65781bf
...
...
@@ -76,6 +76,7 @@ qemuHotplugCreateObjects(virDomainXMLOptionPtr xmlopt,
virQEMUCapsSet
(
priv
->
qemuCaps
,
QEMU_CAPS_VIRTIO_CCW
);
virQEMUCapsSet
(
priv
->
qemuCaps
,
QEMU_CAPS_DEVICE_IVSHMEM_PLAIN
);
virQEMUCapsSet
(
priv
->
qemuCaps
,
QEMU_CAPS_DEVICE_IVSHMEM_DOORBELL
);
virQEMUCapsSet
(
priv
->
qemuCaps
,
QEMU_CAPS_SCSI_DISK_WWN
);
if
(
event
)
virQEMUCapsSet
(
priv
->
qemuCaps
,
QEMU_CAPS_DEVICE_DEL_EVENT
);
...
...
@@ -809,6 +810,10 @@ mymain(void)
DO_TEST_DETACH
(
"base-live"
,
"ivshmem-plain-detach"
,
false
,
false
,
"device_del"
,
QMP_OK
,
"object-del"
,
QMP_OK
);
DO_TEST_ATTACH
(
"base-live+disk-scsi-wwn"
,
"disk-scsi-duplicate-wwn"
,
false
,
true
,
"human-monitor-command"
,
HMP
(
"OK
\\
r
\\
n"
),
"device_add"
,
QMP_OK
);
#define DO_TEST_CPU_GROUP(prefix, vcpus, modernhp, expectfail) \
do { \
...
...
tests/qemuhotplugtestdevices/qemuhotplug-disk-scsi-duplicate-wwn.xml
0 → 100644
浏览文件 @
d65781bf
<disk
type=
'file'
device=
'disk'
>
<driver
name=
'qemu'
type=
'raw'
cache=
'none'
/>
<source
file=
'/dev/null'
/>
<target
dev=
'sdg'
bus=
'scsi'
/>
<readonly/>
<shareable/>
<wwn>
0x5000c50015ea71aa
</wwn>
</disk>
tests/qemuhotplugtestdomains/qemuhotplug-base-live+disk-scsi-wwn+disk-scsi-duplicate-wwn.xml
0 → 100644
浏览文件 @
d65781bf
<domain
type=
'kvm'
id=
'7'
>
<name>
hotplug
</name>
<uuid>
d091ea82-29e6-2e34-3005-f02617b36e87
</uuid>
<memory
unit=
'KiB'
>
4194304
</memory>
<currentMemory
unit=
'KiB'
>
4194304
</currentMemory>
<vcpu
placement=
'static'
>
4
</vcpu>
<os>
<type
arch=
'x86_64'
machine=
'pc'
>
hvm
</type>
<boot
dev=
'hd'
/>
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock
offset=
'utc'
/>
<on_poweroff>
destroy
</on_poweroff>
<on_reboot>
restart
</on_reboot>
<on_crash>
restart
</on_crash>
<devices>
<emulator>
/usr/bin/qemu-system-x86_64
</emulator>
<disk
type=
'file'
device=
'disk'
>
<driver
name=
'qemu'
type=
'raw'
cache=
'none'
/>
<source
file=
'/dev/null'
/>
<backingStore/>
<target
dev=
'sdf'
bus=
'scsi'
/>
<readonly/>
<shareable/>
<wwn>
0x5000c50015ea71aa
</wwn>
<alias
name=
'scsi0-0-0-5'
/>
<address
type=
'drive'
controller=
'0'
bus=
'0'
target=
'0'
unit=
'5'
/>
</disk>
<disk
type=
'file'
device=
'disk'
>
<driver
name=
'qemu'
type=
'raw'
cache=
'none'
/>
<source
file=
'/dev/null'
/>
<backingStore/>
<target
dev=
'sdg'
bus=
'scsi'
/>
<readonly/>
<shareable/>
<wwn>
0x5000c50015ea71aa
</wwn>
<alias
name=
'scsi0-0-0-6'
/>
<address
type=
'drive'
controller=
'0'
bus=
'0'
target=
'0'
unit=
'6'
/>
</disk>
<controller
type=
'usb'
index=
'0'
>
<alias
name=
'usb'
/>
<address
type=
'pci'
domain=
'0x0000'
bus=
'0x00'
slot=
'0x01'
function=
'0x2'
/>
</controller>
<controller
type=
'ide'
index=
'0'
>
<alias
name=
'ide'
/>
<address
type=
'pci'
domain=
'0x0000'
bus=
'0x00'
slot=
'0x01'
function=
'0x1'
/>
</controller>
<controller
type=
'scsi'
index=
'0'
model=
'virtio-scsi'
>
<alias
name=
'scsi0'
/>
<address
type=
'pci'
domain=
'0x0000'
bus=
'0x00'
slot=
'0x03'
function=
'0x0'
/>
</controller>
<controller
type=
'pci'
index=
'0'
model=
'pci-root'
>
<alias
name=
'pci'
/>
</controller>
<controller
type=
'virtio-serial'
index=
'0'
>
<alias
name=
'virtio-serial0'
/>
<address
type=
'pci'
domain=
'0x0000'
bus=
'0x00'
slot=
'0x04'
function=
'0x0'
/>
</controller>
<input
type=
'mouse'
bus=
'ps2'
>
<alias
name=
'input0'
/>
</input>
<input
type=
'keyboard'
bus=
'ps2'
>
<alias
name=
'input1'
/>
</input>
<memballoon
model=
'none'
>
<alias
name=
'balloon0'
/>
</memballoon>
</devices>
<seclabel
type=
'none'
model=
'none'
/>
</domain>
tests/qemuhotplugtestdomains/qemuhotplug-base-live+disk-scsi-wwn.xml
0 → 100644
浏览文件 @
d65781bf
<domain
type=
'kvm'
id=
'7'
>
<name>
hotplug
</name>
<uuid>
d091ea82-29e6-2e34-3005-f02617b36e87
</uuid>
<memory
unit=
'KiB'
>
4194304
</memory>
<currentMemory
unit=
'KiB'
>
4194304
</currentMemory>
<vcpu
placement=
'static'
>
4
</vcpu>
<os>
<type
arch=
'x86_64'
machine=
'pc'
>
hvm
</type>
<boot
dev=
'hd'
/>
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock
offset=
'utc'
/>
<on_poweroff>
destroy
</on_poweroff>
<on_reboot>
restart
</on_reboot>
<on_crash>
restart
</on_crash>
<devices>
<emulator>
/usr/bin/qemu-system-x86_64
</emulator>
<disk
type=
'file'
device=
'disk'
>
<driver
name=
'qemu'
type=
'raw'
cache=
'none'
/>
<source
file=
'/dev/null'
/>
<backingStore/>
<target
dev=
'sdf'
bus=
'scsi'
/>
<readonly/>
<shareable/>
<wwn>
0x5000c50015ea71aa
</wwn>
<alias
name=
'scsi0-0-0-5'
/>
<address
type=
'drive'
controller=
'0'
bus=
'0'
target=
'0'
unit=
'5'
/>
</disk>
<controller
type=
'usb'
index=
'0'
>
<alias
name=
'usb'
/>
<address
type=
'pci'
domain=
'0x0000'
bus=
'0x00'
slot=
'0x01'
function=
'0x2'
/>
</controller>
<controller
type=
'ide'
index=
'0'
>
<alias
name=
'ide'
/>
<address
type=
'pci'
domain=
'0x0000'
bus=
'0x00'
slot=
'0x01'
function=
'0x1'
/>
</controller>
<controller
type=
'scsi'
index=
'0'
model=
'virtio-scsi'
>
<alias
name=
'scsi0'
/>
<address
type=
'pci'
domain=
'0x0000'
bus=
'0x00'
slot=
'0x03'
function=
'0x0'
/>
</controller>
<controller
type=
'pci'
index=
'0'
model=
'pci-root'
>
<alias
name=
'pci'
/>
</controller>
<controller
type=
'virtio-serial'
index=
'0'
>
<alias
name=
'virtio-serial0'
/>
<address
type=
'pci'
domain=
'0x0000'
bus=
'0x00'
slot=
'0x04'
function=
'0x0'
/>
</controller>
<input
type=
'mouse'
bus=
'ps2'
>
<alias
name=
'input0'
/>
</input>
<input
type=
'keyboard'
bus=
'ps2'
>
<alias
name=
'input1'
/>
</input>
<memballoon
model=
'none'
>
<alias
name=
'balloon0'
/>
</memballoon>
</devices>
<seclabel
type=
'none'
model=
'none'
/>
</domain>
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录