commit | f6790af6bcfa35fa9ea3c565a0a2aed54337aef5 | [log] [tgz] |
---|---|---|
author | Avi Kivity <[email protected]> | Tue Oct 02 20:13:51 2012 +0200 |
committer | Avi Kivity <[email protected]> | Mon Oct 22 14:50:07 2012 +0200 |
tree | a26b7a7c52d483f083c7672af26e62f774e1b706 | |
parent | 1d71148eace669827ba15101819b54b20fcca616 [diff] |
memory: use AddressSpace for MemoryListener filtering Using the AddressSpace type reduces confusion, as you can't accidentally supply the MemoryRegion you're interested in. Reviewed-by: Anthony Liguori <[email protected]> Signed-off-by: Avi Kivity <[email protected]>