Re: [Qemu-devel] [PATCH] kvm-all: don't use stale dbg_data->cpu

2016-10-11 Thread Claudio Imbrenda
Tested-by: Claudio Imbrenda On 10/10/16 17:46, Alex Bennée wrote: > The changes to run_on_cpu and friends mean that all helpers are passed > the CPUState of vCPU they are running on. The conversion missed the > field in commit e0eeb4a21a3ca4b296220ce4449d8acef9de9049 which > introduced bugs. > >

Re: [Qemu-devel] [PATCH] kvm-all: don't use stale dbg_data->cpu

2016-10-10 Thread Christian Borntraeger
On 10/10/2016 06:39 PM, Paolo Bonzini wrote: > > > On 10/10/2016 17:46, Alex Bennée wrote: >> The changes to run_on_cpu and friends mean that all helpers are passed >> the CPUState of vCPU they are running on. The conversion missed the >> field in commit e0eeb4a21a3ca4b296220ce4449d8acef9de9049 w

Re: [Qemu-devel] [PATCH] kvm-all: don't use stale dbg_data->cpu

2016-10-10 Thread Paolo Bonzini
On 10/10/2016 17:46, Alex Bennée wrote: > The changes to run_on_cpu and friends mean that all helpers are passed > the CPUState of vCPU they are running on. The conversion missed the > field in commit e0eeb4a21a3ca4b296220ce4449d8acef9de9049 which > introduced bugs. > > Reported-by: Claudio Imbr

[Qemu-devel] [PATCH] kvm-all: don't use stale dbg_data->cpu

2016-10-10 Thread Alex Bennée
The changes to run_on_cpu and friends mean that all helpers are passed the CPUState of vCPU they are running on. The conversion missed the field in commit e0eeb4a21a3ca4b296220ce4449d8acef9de9049 which introduced bugs. Reported-by: Claudio Imbrenda Signed-off-by: Alex Bennée --- kvm-all.c | 5 +