qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Anthony Liguori <anthony@codemonkey.ws>,
	qemu-devel@nongnu.org, avi@redhat.com, gleb@redhat.com
Subject: [Qemu-devel] [PATCHv3 0/3] qemu: memory notifiers
Date: Wed, 27 Jan 2010 22:06:49 +0200	[thread overview]
Message-ID: <20100127200649.GA9105@redhat.com> (raw)

This patch against qemu upstream adds notifiers hook which lets backends
get notified on memory changes, and converts kvm to use it.  It survived
light testing.


Michael S. Tsirkin (3):
  qemu: memory notifiers
  kvm: move kvm_set_phys_mem around
  kvm: move kvm to use memory notifiers

 cpu-common.h |   19 ++++
 exec.c       |  110 +++++++++++++++++++--
 kvm-all.c    |  310 +++++++++++++++++++++++++++++++--------------------------
 kvm.h        |    8 --
 4 files changed, 289 insertions(+), 158 deletions(-)

                 reply	other threads:[~2010-01-27 20:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20100127200649.GA9105@redhat.com \
    --to=mst@redhat.com \
    --cc=anthony@codemonkey.ws \
    --cc=avi@redhat.com \
    --cc=gleb@redhat.com \
    --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).