Re: KVM: Introduce a 'release' method for KVM devices

2019-05-06 Thread Cédric Le Goater
ric Le Goater >> Date: Thu Apr 18 12:39:41 2019 +0200 >> >> KVM: Introduce a 'release' method for KVM devices >> >> >> struct kvm *kvm = dev->kvm; >> >> + if (!dev) >> + return -ENODEV; >> >> If

Re: KVM: Introduce a 'release' method for KVM devices

2019-05-01 Thread Alexey Kardashevskiy
On 02/05/2019 00:42, Colin Ian King wrote: > Hi, > > Static analysis with Coverity picked up an issue in the following commit: > > commit 2bde9b3ec8bdf60788e9e2ce8c07a2f8d6003dbd > Author: Cédric Le Goater > Date: Thu Apr 18 12:39:41 2019 +0200 > > KVM: I

re: KVM: Introduce a 'release' method for KVM devices

2019-05-01 Thread Colin Ian King
Hi, Static analysis with Coverity picked up an issue in the following commit: commit 2bde9b3ec8bdf60788e9e2ce8c07a2f8d6003dbd Author: Cédric Le Goater Date: Thu Apr 18 12:39:41 2019 +0200 KVM: Introduce a 'release' method for KVM devices struct kvm *kvm = dev->