]> git.proxmox.com Git - mirror_qemu.git/commit
xen_pt: use separate MemoryListeners for memory and I/O
authorAvi Kivity <avi@redhat.com>
Sun, 30 Sep 2012 20:21:11 +0000 (22:21 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 15 Oct 2012 09:43:06 +0000 (11:43 +0200)
commit12b40e471f33e552fa3d962887b416cf67831446
tree00400ebcc4f1df405bc914b014e6b6c794978bd6
parentd22b096ef6e0b20810193b68a1d472f3fb8a4f9e
xen_pt: use separate MemoryListeners for memory and I/O

Using an unfiltered memory listener will cause regions to be reported
fails multiple times if we have more than two address spaces.  Use a separate
listener for memory and I/O, and utilize MemoryListener's address space
filtering to fix this.

Signed-off-by: Avi Kivity <avi@redhat.com>
hw/xen_pt.c
hw/xen_pt.h