qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH 0/8] Fix various IO-thread breakages


From: Paolo Bonzini
Subject: [Qemu-devel] Re: [PATCH 0/8] Fix various IO-thread breakages
Date: Sun, 27 Jun 2010 14:38:13 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b2pre Thunderbird/3.0.5

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 <address@hidden>

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]