]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
memory: provide defaults for MemoryListener operations
authorAvi Kivity <avi@redhat.com>
Tue, 2 Oct 2012 14:39:57 +0000 (16:39 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 15 Oct 2012 09:43:06 +0000 (11:43 +0200)
commit975aefe011197453284a4ab777000183e6096d5b
tree708fae89a29e58c1d58380f2b4ee82bab5350d01
parent0d673e36a74d366ce090ab096955317b581c0fb0
memory: provide defaults for MemoryListener operations

Many listeners don't need to respond to all MemoryListener callbacks;
provide suitable no-op defaults instead.

Signed-off-by: Avi Kivity <avi@redhat.com>
memory.c