mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
tests: add drive_del-test to ppc/ppc64
Signed-off-by: Laurent Vivier <lvivier@redhat.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
62be8b044a
commit
059ce0f00a
2 changed files with 4 additions and 1 deletions
|
@ -115,7 +115,8 @@ int main(int argc, char **argv)
|
|||
qtest_add_func("/drive_del/without-dev", test_drive_without_dev);
|
||||
|
||||
/* TODO I guess any arch with PCI would do */
|
||||
if (!strcmp(arch, "i386") || !strcmp(arch, "x86_64")) {
|
||||
if (!strcmp(arch, "i386") || !strcmp(arch, "x86_64") ||
|
||||
!strcmp(arch, "ppc") || !strcmp(arch, "ppc64")) {
|
||||
qtest_add_func("/drive_del/after_failed_device_add",
|
||||
test_after_failed_device_add);
|
||||
qtest_add_func("/blockdev/drive_del_device_del",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue