qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Liu Ping Fan <qemulist@gmail.com>
To: qemu-devel@nongnu.org
Cc: Vasilis Liaskovitis <vasilis.liaskovitis@profitbricks.com>,
	Stefan Hajnoczi <stefanha@gmail.com>, Avi Kivity <avi@redhat.com>,
	Anthony Liguori <anthony@codemonkey.ws>
Subject: [Qemu-devel] [RFC v1 0/3] make address_space_map() safe without biglock's protection
Date: Fri,  9 Nov 2012 11:14:27 +0800	[thread overview]
Message-ID: <1352430870-10129-1-git-send-email-qemulist@gmail.com> (raw)

From: Liu Ping Fan <pingfank@linux.vnet.ibm.com>

No access google. 
For background, please refer to discussion for " [RFC PATCH v3 05/19] Implement dimm device abstraction "

Liu Ping Fan (3):
  bouce buffer has fine grain lock
  ramlist: apply fine grain lock for ram_list
  make address_space_map safe

 cpu-all.h         |    1 +
 cpu-common.h      |    8 +++-
 cputlb.c          |    4 +-
 dma-helpers.c     |    4 +-
 dma.h             |    5 ++-
 exec.c            |  112 ++++++++++++++++++++++++++++++++++++++++++-----------
 memory.h          |    4 +-
 target-i386/kvm.c |    4 +-
 8 files changed, 110 insertions(+), 32 deletions(-)

-- 
1.7.4.4

             reply	other threads:[~2012-11-09  3:14 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-09  3:14 Liu Ping Fan [this message]
2012-11-09  3:14 ` [Qemu-devel] [RFC v1 1/3] bouce buffer has fine grain lock Liu Ping Fan
2012-11-10  1:49   ` Paolo Bonzini
2012-11-12  6:23     ` liu ping fan
2012-11-12  8:53       ` Paolo Bonzini
2012-11-09  3:14 ` [Qemu-devel] [RFC v1 2/3] ramlist: apply fine grain lock for ram_list Liu Ping Fan
2012-11-10  1:54   ` Paolo Bonzini
2012-11-12  6:22     ` liu ping fan
2012-11-12  8:48       ` Paolo Bonzini
2012-11-13  6:07         ` liu ping fan
2012-11-09  3:14 ` [Qemu-devel] [RFC v1 3/3] make address_space_map safe Liu Ping Fan
     [not found]   ` <20130213121214.GC4576@dhcp-192-168-178-175.profitbricks.localdomain>
2013-03-07  1:59     ` liu ping fan

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=1352430870-10129-1-git-send-email-qemulist@gmail.com \
    --to=qemulist@gmail.com \
    --cc=anthony@codemonkey.ws \
    --cc=avi@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@gmail.com \
    --cc=vasilis.liaskovitis@profitbricks.com \
    /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).