]> git.proxmox.com Git - qemu.git/commit - exec.c
memory: split memory listener for the two address spaces
authorAvi Kivity <avi@redhat.com>
Wed, 8 Feb 2012 19:16:05 +0000 (21:16 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 29 Feb 2012 11:44:42 +0000 (13:44 +0200)
commit4855d41a61301a04e54c074f1139040e4cb4dd00
treedf2d18594696874c1ca3668a385ee0ddbf949f78
parent947f562c989d034c6a82920e11f4641f1681583d
memory: split memory listener for the two address spaces

The memory and I/O address spaces do different things, so split them into
two memory listeners.

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