From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39872 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSr7t-0005TV-H4 for qemu-devel@nongnu.org; Sun, 27 Jun 2010 08:38:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OSr7r-00080N-Sb for qemu-devel@nongnu.org; Sun, 27 Jun 2010 08:38:21 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:52563) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OSr7r-000808-Nd for qemu-devel@nongnu.org; Sun, 27 Jun 2010 08:38:19 -0400 Received: by fxm10 with SMTP id 10so833591fxm.4 for ; Sun, 27 Jun 2010 05:38:18 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4C274635.8060203@redhat.com> Date: Sun, 27 Jun 2010 14:38:13 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/8] Fix various IO-thread breakages List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Anthony Liguori , Glauber Costa , Marcelo Tosatti , Alexander Graf , qemu-devel@nongnu.org, Avi Kivity On 06/25/2010 04:56 PM, Jan Kiszka wrote: > This series unbreaks -smp>1 and guest debugging in CONFIG_IOTHREAD > mode. I still find the SMP scheduling in cpu_exec_all suboptimal, but > at least it works now. > > Dependencies are: > http://thread.gmane.org/gmane.comp.emulators.kvm.devel/52718 (kvm queue) > http://thread.gmane.org/gmane.comp.emulators.qemu/75087 > > The full series can be found at > > git://git.kiszka.org/qemu.git queues/iothread > > Jan Kiszka (8): > Introduce proper compiler barrier > Fix cpu_unlink_tb race > Init qemu_system_cond > Fix cpu_exit for tcp_cpu_exec > Fix qemu_wait_io_event processing in io-thread mode > Drop redundant global cur_cpu variable > Rename tcg_cpu_exec and tcg_has_work > Rework debug exception processing for gdb use > > cpu-exec.c | 15 +++++++------ > cpus.c | 58 +++++++++++++++++++++++++++++++++---------------------- > cpus.h | 2 +- > kvm-all.c | 2 - > qemu-barrier.h | 3 ++ > vl.c | 2 +- > 6 files changed, 48 insertions(+), 34 deletions(-) Acked-by: Paolo Bonzini Paolo