On 08/05/2011 05:15 PM, Anthony Liguori wrote:
*/
MemoryRegion *get_system_memory(void);
+MemoryRegion *get_system_io(void);
+
@@ -28,6 +28,8 @@
Could you add a doc comment for this function?
Done.
--
error compiling committee.c: too many arguments to function
On 08/04/2011 08:06 AM, Avi Kivity wrote:
get_system_io() returns the root I/O memory region.
Reviewed-by: Richard Henderson
Signed-off-by: Avi Kivity
---
exec-memory.h |2 ++
exec.c| 10 ++
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/exec-memory.h b
get_system_io() returns the root I/O memory region.
Reviewed-by: Richard Henderson
Signed-off-by: Avi Kivity
---
exec-memory.h |2 ++
exec.c| 10 ++
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/exec-memory.h b/exec-memory.h
index c439aba..999fd69 100644