memory: eliminate global MemoryListeners

There is none, so just drop the code.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2016-09-22 16:11:54 +02:00
parent 0fe4fca4e1
commit d45fa784cd
2 changed files with 7 additions and 18 deletions

View file

@ -255,7 +255,7 @@ struct MemoryListener {
hwaddr addr, hwaddr len);
/* Lower = earlier (during add), later (during del) */
unsigned priority;
AddressSpace *address_space_filter;
AddressSpace *address_space;
QTAILQ_ENTRY(MemoryListener) link;
};