commit | 7bbda04c8d13d0a599b31ed1c10dc76a62f9d4dc | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 18 18:30:13 2015 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Jul 06 17:59:43 2015 +0200 |
tree | c80b78625b27b7d4046a1cc732909c0b567dbf37 | |
parent | 8571ed35cfa50ed6b2aaee484dfa4f58176ebe00 [diff] |
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>