]> git.proxmox.com Git - qemu.git/commit
memory: move address_space_memory and address_space_io out of memory core
authorAvi Kivity <avi@redhat.com>
Tue, 2 Oct 2012 16:49:28 +0000 (18:49 +0200)
committerAvi Kivity <avi@redhat.com>
Mon, 22 Oct 2012 12:50:07 +0000 (14:50 +0200)
commit2673a5da25ea9005e562c20a18cf469ed4f21060
tree0f1f6416e6a0aa028ce1c1a412330bf6cf3497a2
parent95d2994a2f756c9c8684709421d40c45e63e4e04
memory: move address_space_memory and address_space_io out of memory core

With this change, memory.c no longer knows anything about special address
spaces, so it is prepared for AddressSpace based DMA.

Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
exec-memory.h
exec.c
memory.c