]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
memory: use a MemoryListener for core memory map updates too
authorAvi Kivity <avi@redhat.com>
Wed, 8 Feb 2012 14:54:16 +0000 (16:54 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 29 Feb 2012 11:44:42 +0000 (13:44 +0200)
commit9363274709af23c499b6db3eb402b6f9aa46c40b
tree5db489178fce25d9af97354b916cee3cd5e3be10
parentd7ec83e6b57f48cf07f663e232e4aa2b32bc33c7
memory: use a MemoryListener for core memory map updates too

This transforms memory.c into a library which can then be unit tested
easily, by feeding it inputs and listening to its outputs.

Signed-off-by: Avi Kivity <avi@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
exec-obsolete.h
exec.c
memory.c