]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
memory: maintain a list of address spaces
authorAvi Kivity <avi@redhat.com>
Tue, 2 Oct 2012 13:28:50 +0000 (15:28 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 15 Oct 2012 09:43:06 +0000 (11:43 +0200)
commit0d673e36a74d366ce090ab096955317b581c0fb0
treeda85f725694e2e7c5cc7db7b3f1cb52615de55d6
parent9ad2bbc16788d3048d514f3450d0975e59d46119
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>
memory.c
memory.h