Re: [PATCH] kvm: Switch kvm_update_guest_debug to run_on_cpu

2010-05-23 Thread Avi Kivity
On 05/20/2010 01:28 AM, Jan Kiszka wrote: From: Jan Kiszka Guest debugging under KVM is currently broken once io-threads are enabled. Easily fixable by switching the fake on_vcpu to the real run_on_cpu implementation. Applied uq/master, thanks. -- error compiling committee.c: too many arg

[PATCH] kvm: Switch kvm_update_guest_debug to run_on_cpu

2010-05-19 Thread Jan Kiszka
From: Jan Kiszka Guest debugging under KVM is currently broken once io-threads are enabled. Easily fixable by switching the fake on_vcpu to the real run_on_cpu implementation. Signed-off-by: Jan Kiszka --- kvm-all.c | 12 +--- 1 files changed, 1 insertions(+), 11 deletions(-) diff -