Re: [PATCH] KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.c

2019-05-20 Thread Paolo Bonzini
On 20/05/19 12:55, Thomas Huth wrote: > The check for entry->index == 0 is done twice. One time should > be sufficient. > > Suggested-by: Vitaly Kuznetsov > Signed-off-by: Thomas Huth > --- > Vitaly already noticed this in his review to the "Fix a condition > in test_hv_cpuid()" patch a couple

[PATCH] KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.c

2019-05-20 Thread Thomas Huth
The check for entry->index == 0 is done twice. One time should be sufficient. Suggested-by: Vitaly Kuznetsov Signed-off-by: Thomas Huth --- Vitaly already noticed this in his review to the "Fix a condition in test_hv_cpuid()" patch a couple of days ago, but so far I haven't seen any patch yet