From 658b2224017b5c5fdc60969fa2f0798781b0cb3f Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Tue, 26 Jul 2011 14:26:08 +0300 Subject: memory: I/O address space support Allow registering I/O ports via the same mechanism as mmio ranges. Reviewed-by: Anthony Liguori Signed-off-by: Avi Kivity Signed-off-by: Anthony Liguori --- exec-memory.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'exec-memory.h') diff --git a/exec-memory.h b/exec-memory.h index aea1b4565..c439aba3d 100644 --- a/exec-memory.h +++ b/exec-memory.h @@ -31,6 +31,9 @@ MemoryRegion *get_system_memory(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 -- cgit v1.2.3