From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39927 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PyRvs-0004Q2-BZ for qemu-devel@nongnu.org; Sat, 12 Mar 2011 11:44:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PyRvr-00041f-CH for qemu-devel@nongnu.org; Sat, 12 Mar 2011 11:44:48 -0500 Received: from mail-ww0-f53.google.com ([74.125.82.53]:55933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PyRvr-0003ur-88 for qemu-devel@nongnu.org; Sat, 12 Mar 2011 11:44:47 -0500 Received: by mail-ww0-f53.google.com with SMTP id 40so4591947wwj.10 for ; Sat, 12 Mar 2011 08:44:46 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Sat, 12 Mar 2011 17:44:04 +0100 Message-Id: <1299948248-30206-18-git-send-email-pbonzini@redhat.com> In-Reply-To: <1299948248-30206-1-git-send-email-pbonzini@redhat.com> References: <1299948248-30206-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH v4 upstream 17/21] iothread stops the vcpu thread via IPI List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com Signed-off-by: Paolo Bonzini --- cpus.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/cpus.c b/cpus.c index 4305184..32e9352 100644 --- a/cpus.c +++ b/cpus.c @@ -1086,9 +1086,11 @@ bool cpu_exec_all(void) qemu_clock_enable(vm_clock, (env->singlestep_enabled & SSTEP_NOTIMER) == 0); +#ifndef CONFIG_IOTHREAD if (qemu_alarm_pending()) { break; } +#endif if (cpu_can_run(env)) { if (kvm_enabled()) { r = kvm_cpu_exec(env); -- 1.7.4