]> git.proxmox.com Git - mirror_qemu.git/commit - accel/kvm/kvm-all.c
kvm-all: make KVM's memory listener more generic
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Jun 2015 16:30:13 +0000 (18:30 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 6 Jul 2015 15:59:43 +0000 (17:59 +0200)
commit7bbda04c8d13d0a599b31ed1c10dc76a62f9d4dc
treec80b78625b27b7d4046a1cc732909c0b567dbf37
parent8571ed35cfa50ed6b2aaee484dfa4f58176ebe00
kvm-all: make KVM's memory listener more generic

No semantic change, but s->slots moves into a new struct
KVMMemoryListener.  KVM's memory listener becomes a member of struct
KVMState, and becomes of type KVMMemoryListener.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/sysemu/kvm_int.h
kvm-all.c