]> git.proxmox.com Git - mirror_qemu.git/commit - kvm-all.c
kvm-all: don't use stale dbg_data->cpu
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 10 Oct 2016 15:46:25 +0000 (16:46 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 23 Oct 2016 14:10:59 +0000 (16:10 +0200)
commit3c0ed2a342e5acb97bdd2c7b64d33a904ad75940
tree25472e74ff0eaff145f1d14c3460f62bd99ef637
parentb49e452fe994f8fbcd22bf5a87b79a2355481318
kvm-all: don't use stale dbg_data->cpu

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 <imbrenda@linux.vnet.ibm.com>
Tested-by: Claudio Imbrenda <imbrenda@linux.vnet.ibm.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20161010154625.14881-1-alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
kvm-all.c