From: Paolo Bonzini <pbonzini@redhat.com>
To: Mike Day <ncmike@ncultra.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [RFC PATCH 0/3] v2.2 RCU Implementation for QEMU
Date: Sat, 17 Aug 2013 08:30:51 +0200 [thread overview]
Message-ID: <520F189B.5080905@redhat.com> (raw)
In-Reply-To: <1376664101-12634-1-git-send-email-ncmike@ncultra.org>
Il 16/08/2013 16:41, Mike Day ha scritto:
> This patch set merges Paolo's conversion of address spaces to enable
> RCU. There is one more patchset coming for TLB access that I'm
> debugging right now. After I submit the last one I'll start working on
> enabling RCU more widely - and the series will need to be refactored.
>
> The series is availale online at:
>
> https://github.com/ncultra/qemu/tree/rcu-for-1.7
>
> Mike Day (2):
> fixup changes from commit f63ca950
> fixup changes from commit f62a6b2f from Paulo Bonzini
>
> Paolo Bonzini (1):
> exec: change iotlb APIs to take AddressSpaceDispatch
>
> aio-posix.c | 1 +
> aio-win32.c | 1 +
> cpus.c | 3 +++
> cputlb.c | 7 ++++---
> exec.c | 13 ++++++++-----
> include/exec/cpu-all.h | 3 +++
> include/exec/cputlb.h | 9 ++++++---
> 7 files changed, 26 insertions(+), 11 deletions(-)
>
Thanks Mike! I think iotlb APIs can be made RCU-friendly by:
1) storing an AddressSpaceDispatch in the CPUArchState (which
iotlb_to_region can then use);
2) doing tcg_commit's TLB flush in the VCPU thread.
I'll pick up your changes and post the RCU patches in a few weeks.
Paolo
prev parent reply other threads:[~2013-08-17 6:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-16 14:41 [Qemu-devel] [RFC PATCH 0/3] v2.2 RCU Implementation for QEMU Mike Day
2013-08-16 14:41 ` [Qemu-devel] [PATCH 1/3] fixup changes from commit f63ca950 Mike Day
2013-08-16 14:41 ` [Qemu-devel] [PATCH 2/3] fixup changes from commit f62a6b2f from Paulo Bonzini Mike Day
2013-08-16 14:41 ` [Qemu-devel] [PATCH 3/3] exec: change iotlb APIs to take AddressSpaceDispatch Mike Day
2013-08-16 15:28 ` [Qemu-devel] [RFC PATCH 0/3] v2.2 RCU Implementation for QEMU Andreas Färber
2013-08-16 16:27 ` Mike Day
2013-08-17 6:30 ` Paolo Bonzini [this message]
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=520F189B.5080905@redhat.com \
--to=pbonzini@redhat.com \
--cc=ncmike@ncultra.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).