qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: Stefan Hajnoczi <stefanha@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/2] dataplane: RCU dirty memory bitmap for safe RAM hotplug
Date: Thu, 28 Jan 2016 10:40:07 +0000	[thread overview]
Message-ID: <20160128104007.GA7206@stefanha-x1.localdomain> (raw)
In-Reply-To: <1453728801-5398-1-git-send-email-stefanha@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]

On Mon, Jan 25, 2016 at 01:33:19PM +0000, Stefan Hajnoczi wrote:
> Make RAM hotplug play nicely with dataplane.  By RCU-protecting the dirty
> memory bitmap it is possible to hotplug RAM while other threads are dirtying
> guest RAM.
> 
> See Patch 1 for the meat of the code.  Patch 2 is just a fixup on top of
> Paolo's dataplane branch.
> 
> This series is based on: https://github.com/bonzini/qemu.git dataplane
> 
> Stefan Hajnoczi (2):
>   memory: RCU ram_list.dirty_memory[] for safe RAM hotplug
>   virtio-blk: drop unused migration.h include
> 
>  exec.c                  |  73 +++++++++++++++----
>  hw/block/virtio-blk.c   |   1 -
>  include/exec/ram_addr.h | 189 ++++++++++++++++++++++++++++++++++++++++++------
>  migration/ram.c         |   4 -
>  4 files changed, 223 insertions(+), 44 deletions(-)

Paolo, will you take this through your tree/dataplane branch?

I think that would work well since your vring.c removal relies on the
memory API being thread-safe.

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

  parent reply	other threads:[~2016-01-28 10:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-25 13:33 [Qemu-devel] [PATCH 0/2] dataplane: RCU dirty memory bitmap for safe RAM hotplug Stefan Hajnoczi
2016-01-25 13:33 ` [Qemu-devel] [PATCH 1/2] memory: RCU ram_list.dirty_memory[] " Stefan Hajnoczi
2016-01-25 13:33 ` [Qemu-devel] [PATCH 2/2] virtio-blk: drop unused migration.h include Stefan Hajnoczi
2016-01-25 13:46   ` Paolo Bonzini
2016-01-28 10:40 ` Stefan Hajnoczi [this message]
2016-01-28 11:05   ` [Qemu-devel] [PATCH 0/2] dataplane: RCU dirty memory bitmap for safe RAM hotplug 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=20160128104007.GA7206@stefanha-x1.localdomain \
    --to=stefanha@gmail.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.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).