Re: [Qemu-devel] [PATCH] fix bug of isa_bus irq

2012-03-11 Thread Jan Kiszka
On 2012-03-12 07:08, Wanpeng Li wrote: > On Sun, Mar 11, 2012 at 08:46:38AM +0100, Jan Kiszka wrote: >> On 2012-03-11 08:04, Wanpeng Li wrote: >>> ISA bus only use IRQ 0~15, so don't need to give an array qemu_irq 0~23, >>> just >>> array qemu_irq i8259 is ok. >>> >>> Signed-off-by: Wanpeng Li >>

Re: [Qemu-devel] [PATCH] fix bug of isa_bus irq

2012-03-11 Thread Wanpeng Li
On Sun, Mar 11, 2012 at 08:46:38AM +0100, Jan Kiszka wrote: >On 2012-03-11 08:04, Wanpeng Li wrote: >> ISA bus only use IRQ 0~15, so don't need to give an array qemu_irq 0~23, just >> array qemu_irq i8259 is ok. >> >> Signed-off-by: Wanpeng Li >> --- >> hw/pc_piix.c |3 ++- >> 1 files change

Re: [Qemu-devel] [PATCH] fix bug of isa_bus irq

2012-03-10 Thread Jan Kiszka
On 2012-03-11 08:04, Wanpeng Li wrote: > ISA bus only use IRQ 0~15, so don't need to give an array qemu_irq 0~23, just > array qemu_irq i8259 is ok. > > Signed-off-by: Wanpeng Li > --- > hw/pc_piix.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/hw/pc_piix.c b/

[Qemu-devel] [PATCH] fix bug of isa_bus irq

2012-03-10 Thread Wanpeng Li
ISA bus only use IRQ 0~15, so don't need to give an array qemu_irq 0~23, just array qemu_irq i8259 is ok. Signed-off-by: Wanpeng Li --- hw/pc_piix.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/hw/pc_piix.c b/hw/pc_piix.c index 63dba4e..52f7cf8 100644 --- a/hw/pc_pi

[Qemu-devel] [PATCH] fix bug of isa_bus irq

2012-03-10 Thread Wanpeng Li
ISA bus only use IRQ 0~15, so don't need to give an array qemu_irq 0~24, just array qemu_irq i8259 is ok. Signed-off-by: Wanpeng Li --- hw/pc_piix.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/hw/pc_piix.c b/hw/pc_piix.c index 63dba4e..52f7cf8 100644 --- a/hw/pc_pi