Re: [Qemu-devel] [PATCH V10 1/8] isa: add isa_address_space_io

2012-11-25 Thread Andreas Färber
Am 19.09.2012 13:50, schrieb Julien Grall: > This function permits to retrieve ISA IO address space. > It will be usefull when we need to pass IO address space as argument. > > Signed-off-by: Julien Grall Reviewed-by: Andreas Färber A note below: > --- > hw/isa-bus.c |9 + > hw/i

[Qemu-devel] [PATCH V10 1/8] isa: add isa_address_space_io

2012-09-19 Thread Julien Grall
This function permits to retrieve ISA IO address space. It will be usefull when we need to pass IO address space as argument. Signed-off-by: Julien Grall --- hw/isa-bus.c |9 + hw/isa.h |1 + 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/hw/isa-bus.c b/hw/is