commit | 0d673e36a74d366ce090ab096955317b581c0fb0 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Tue Oct 02 15:28:50 2012 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon Oct 15 11:43:06 2012 +0200 |
tree | da85f725694e2e7c5cc7db7b3f1cb52615de55d6 | |
parent | 9ad2bbc16788d3048d514f3450d0975e59d46119 [diff] |
memory: maintain a list of address spaces Instead of embedding knowledge of the memory and I/O address spaces in the memory core, maintain a list of all address spaces. This list will later be extended dynamically for other bus masters. Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>