qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCHv2-repost 0/3] qemu: memory notifiers


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCHv2-repost 0/3] qemu: memory notifiers
Date: Mon, 25 Jan 2010 16:28:27 +0200
User-agent: Mutt/1.5.19 (2009-01-05)

This patchset 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       |  108 +++++++++++++++++++--
 kvm-all.c    |  310 +++++++++++++++++++++++++++++++--------------------------
 kvm.h        |    8 --
 4 files changed, 287 insertions(+), 158 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]