]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
memory: add API for observing updates to the physical memory map
authorAvi Kivity <avi@redhat.com>
Sun, 11 Dec 2011 12:47:25 +0000 (14:47 +0200)
committerAvi Kivity <avi@redhat.com>
Tue, 20 Dec 2011 12:14:07 +0000 (14:14 +0200)
commit7664e80c84700d8b7e88ae854d1d74806c63f013
tree39e5764672d23bc53b1042237ac4de5297fc0c93
parent86e775c654b775d3e295e8a33bb03cc03bdab68d
memory: add API for observing updates to the physical memory map

Add an API that allows a client to observe changes in the global
memory map:
 - region added (possibly with logging enabled)
 - region removed (possibly with logging enabled)
 - logging started on a region
 - logging stopped on a region
 - global logging started
 - global logging removed

This API will eventually replace cpu_register_physical_memory_client().

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