diff options
author | Avi Kivity <avi@redhat.com> | 2012-10-02 18:49:28 +0200 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-10-22 14:50:07 +0200 |
commit | 2673a5da25ea9005e562c20a18cf469ed4f21060 (patch) | |
tree | 0f1f6416e6a0aa028ce1c1a412330bf6cf3497a2 /exec-memory.h | |
parent | 95d2994a2f756c9c8684709421d40c45e63e4e04 (diff) |
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>
Diffstat (limited to 'exec-memory.h')
-rw-r--r-- | exec-memory.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/exec-memory.h b/exec-memory.h index 1cd92eec71..6707e40b2f 100644 --- a/exec-memory.h +++ b/exec-memory.h @@ -33,12 +33,6 @@ MemoryRegion *get_system_memory(void); */ MemoryRegion *get_system_io(void); -/* Set the root memory region. This region is the system memory map. */ -void set_system_memory_map(MemoryRegion *mr); - -/* Set the I/O memory region. This region is the I/O memory map. */ -void set_system_io_map(MemoryRegion *mr); - #endif #endif |