commit | 7376e5827a898d8ddf10f929047cc84bf65d9f52 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Wed Feb 08 21:05:17 2012 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Feb 29 13:44:42 2012 +0200 |
tree | af5ade26946ff09d19d950d66af6083c6f2f00d2 | |
parent | 8df8a8436fa22442a58b366fbb7e471b4a8d88ce [diff] [blame] |
memory: allow MemoryListeners to observe a specific address space Ignore any regions not belonging to a specified address space. Signed-off-by: Avi Kivity <avi@redhat.com>
diff --git a/kvm-all.c b/kvm-all.c index a05e591..15bc42f 100644 --- a/kvm-all.c +++ b/kvm-all.c
@@ -1049,7 +1049,7 @@ } kvm_state = s; - memory_listener_register(&kvm_memory_listener); + memory_listener_register(&kvm_memory_listener, NULL); s->many_ioeventfds = kvm_check_many_ioeventfds();