Re: [Qemu-devel] [PATCH] piix_pci: fix piix3_set_irq_pic()

2011-05-22 Thread Michael S. Tsirkin
On Mon, May 16, 2011 at 07:50:55PM +0800, TeLeMan wrote: If pic_irq is greater than 7, the irq level is always 0 on 32bits. Signed-off-by: TeLeMan gele...@gmail.com Good catch Acked-by: Michael S. Tsirkin m...@redhat.com --- hw/piix_pci.c |2 +- 1 files changed, 1 insertions(+), 1

Re: [Qemu-devel] [PATCH] piix_pci: fix piix3_set_irq_pic()

2011-05-22 Thread Stefan Weil
Am 22.05.2011 21:06, schrieb Michael S. Tsirkin: On Mon, May 16, 2011 at 07:50:55PM +0800, TeLeMan wrote: If pic_irq is greater than 7, the irq level is always 0 on 32bits. Signed-off-by: TeLeMan gele...@gmail.com Good catch Acked-by: Michael S. Tsirkin m...@redhat.com The patch fixes

Re: [Qemu-devel] [PATCH] piix_pci: fix piix3_set_irq_pic()

2011-05-22 Thread Isaku Yamahata
Thank you. Acked-by: Isaku Yamahata yamah...@valinux.co.jp On Mon, May 16, 2011 at 07:50:55PM +0800, TeLeMan wrote: If pic_irq is greater than 7, the irq level is always 0 on 32bits. Signed-off-by: TeLeMan gele...@gmail.com --- hw/piix_pci.c |2 +- 1 files changed, 1 insertions(+), 1

[Qemu-devel] [PATCH] piix_pci: fix piix3_set_irq_pic()

2011-05-16 Thread TeLeMan
If pic_irq is greater than 7, the irq level is always 0 on 32bits. Signed-off-by: TeLeMan gele...@gmail.com --- hw/piix_pci.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/piix_pci.c b/hw/piix_pci.c index 7f1c4cc..85a320e 100644 --- a/hw/piix_pci.c +++