[Qemu-devel] [PATCH 08/23] memory: I/O address space support

2011-07-25 Thread Avi Kivity
Allow registering I/O ports via the same mechanism as mmio ranges. Signed-off-by: Avi Kivity --- exec-memory.h |3 ++ memory.c | 60 - memory.h |2 + 3 files changed, 64 insertions(+), 1 deletions(-) diff --git a/exec-m

Re: [Qemu-devel] [PATCH 08/23] memory: I/O address space support

2011-07-25 Thread Anthony Liguori
On 07/25/2011 09:02 AM, Avi Kivity wrote: Allow registering I/O ports via the same mechanism as mmio ranges. Signed-off-by: Avi Kivity Reviewed-by: Anthony Liguori Regards, Anthony Liguori --- exec-memory.h |3 ++ memory.c | 60 +++