From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org
Subject: [Qemu-devel] [PATCH 0/3] Signal-free qemu_cpu_kick for TCG
Date: Fri, 14 Aug 2015 15:15:26 +0200 [thread overview]
Message-ID: <1439558129-466-1-git-send-email-pbonzini@redhat.com> (raw)
The first two patches remove most uses of cpu_exit outside the
CPU loop. The third patch converts qemu_cpu_kick to do memory
accesses from the iothread instead of using a signal.
Paolo
Paolo Bonzini (3):
i8257: rewrite DMA_schedule to avoid hooking into the CPU loop
i8257: remove cpu_request_exit irq
tcg: signal-free qemu_cpu_kick
cpu-exec.c | 18 ++++------
cpus.c | 91 ++++++++++++++-----------------------------------
gdbstub.c | 2 +-
hw/block/fdc.c | 2 +-
hw/dma/i82374.c | 5 +--
hw/dma/i8257.c | 31 +++++++++--------
hw/i386/pc.c | 13 +------
hw/isa/i82378.c | 3 +-
hw/mips/mips_fulong2e.c | 13 +------
hw/mips/mips_jazz.c | 13 +------
hw/mips/mips_malta.c | 13 +------
hw/ppc/prep.c | 11 ------
hw/ppc/spapr_rtas.c | 2 +-
hw/sparc/sun4m.c | 4 +--
hw/sparc64/sun4u.c | 4 +--
include/hw/isa/isa.h | 4 +--
qom/cpu.c | 2 ++
17 files changed, 64 insertions(+), 167 deletions(-)
--
2.4.3
next reply other threads:[~2015-08-14 13:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-14 13:15 Paolo Bonzini [this message]
2015-08-14 13:15 ` [Qemu-devel] [PATCH 1/3] i8257: rewrite DMA_schedule to avoid hooking into the CPU loop Paolo Bonzini
2015-08-14 13:15 ` [Qemu-devel] [PATCH 2/3] i8257: remove cpu_request_exit irq Paolo Bonzini
2015-08-14 13:15 ` [Qemu-devel] [PATCH 3/3] tcg: signal-free qemu_cpu_kick Paolo Bonzini
2015-08-17 18:31 ` Richard Henderson
2015-08-17 20:47 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1439558129-466-1-git-send-email-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).