Re: [PATCH for-9.2 0/2] accel/kvm: Fix two minor Coverity nits

2024-09-19 Thread Peter Maydell
On Fri, 6 Sept 2024 at 16:10, Peter Maydell wrote: > > On Thu, 15 Aug 2024 at 14:12, Peter Maydell wrote: > > > > This patchset fixes a couple of minor Coverity nits: > > * a can't-happen integer overflow when assigning from a long to > >an int in kvm_init_vcpu() > > * some unreachable code

Re: [PATCH for-9.2 0/2] accel/kvm: Fix two minor Coverity nits

2024-09-06 Thread Peter Maydell
On Thu, 15 Aug 2024 at 14:12, Peter Maydell wrote: > > This patchset fixes a couple of minor Coverity nits: > * a can't-happen integer overflow when assigning from a long to >an int in kvm_init_vcpu() > * some unreachable code in kvm_dirty_ring_reaper_thread() > > Since there's no actual inc

[PATCH for-9.2 0/2] accel/kvm: Fix two minor Coverity nits

2024-08-15 Thread Peter Maydell
This patchset fixes a couple of minor Coverity nits: * a can't-happen integer overflow when assigning from a long to an int in kvm_init_vcpu() * some unreachable code in kvm_dirty_ring_reaper_thread() Since there's no actual incorrect behaviour, these are 9.2 material. thanks -- PMM Peter M