Commit 8f0b0b9
committed
KVM: arm64: selftests: Fix multiple versions of GIC creation
Bugzilla: https://bugzilla.redhat.com/2128973
commit 8a6ffcb
Author: Zenghui Yu <yuzenghui@huawei.com>
Date: Sun Oct 9 11:31:31 2022 +0800
KVM: arm64: selftests: Fix multiple versions of GIC creation
Commit 98f94ce ("KVM: selftests: Move KVM_CREATE_DEVICE_TEST code to
separate helper") wrongly converted a "real" GIC device creation to
__kvm_test_create_device() and caused the test failure on my D05 (which
supports v2 emulation). Fix it.
Fixes: 98f94ce ("KVM: selftests: Move KVM_CREATE_DEVICE_TEST code to separate helper")
Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
Reviewed-by: Oliver Upton <oliver.upton@linux.dev>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20221009033131.365-1-yuzenghui@huawei.com
Signed-off-by: Cornelia Huck <cohuck@redhat.com>1 parent 72988fa commit 8f0b0b9
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
665 | | - | |
666 | | - | |
| 665 | + | |
| 666 | + | |
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
| |||
0 commit comments