On Thu, Jul 25, 2024 at 03:51:32PM +0100, Salil Mehta via wrote: > Date: Thu, 25 Jul 2024 15:51:32 +0100 > From: Salil Mehta via <[email protected]> > Subject: [PATCH] accel/kvm/kvm-all: Fixes the missing break in vCPU unpark > logic > X-Mailer: git-send-email 2.34.1 > > Loop should exit prematurely on successfully finding out the parked vCPU > (struct > KVMParkedVcpu) in the 'struct KVMState' maintained 'kvm_parked_vcpus' list of > parked vCPUs. > > Fixes: Coverity CID 1558552 > Fixes: 08c3286822 ("accel/kvm: Extract common KVM vCPU {creation,parking} > code") > Reported-by: Peter Maydell <[email protected]> > Suggested-by: Peter Maydell <[email protected]> > Message-ID: > <cafeaca-3_d1c7xsxwkfubd-lsw5c5i95e6xxv09r2c9ygtz...@mail.gmail.com> > Signed-off-by: Salil Mehta <[email protected]> > --- > accel/kvm/kvm-all.c | 1 + > 1 file changed, 1 insertion(+)
Reviewed-by: Zhao Liu <[email protected]>
