Re: [PATCH] KVM: arm64: selftests: Fix multiple versions of GIC creation

2022-10-10 Thread Marc Zyngier
On Sun, 9 Oct 2022 11:31:31 +0800, Zenghui Yu wrote: > Commit 98f94ce42ac6 ("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).

Re: [PATCH] KVM: arm64: selftests: Fix multiple versions of GIC creation

2022-10-09 Thread Oliver Upton
On Sun, Oct 09, 2022 at 11:31:31AM +0800, Zenghui Yu wrote: > Commit 98f94ce42ac6 ("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

[PATCH] KVM: arm64: selftests: Fix multiple versions of GIC creation

2022-10-08 Thread Zenghui Yu
Commit 98f94ce42ac6 ("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: 98f94ce42ac6 ("KVM: selftests: Move