Re: [Qemu-devel] [PATCH 13/15] openpic: add some bounds checking for IRQ numbers

2013-01-03 Thread Alexander Graf
On 22.12.2012, at 03:15, Scott Wood wrote: > The two checks with abort() guard against potential QEMU-internal > problems, but the EOI check stops the guest from causing updates to queue > position -1 and other havoc if it writes EOI with no interrupt in > service. > > Signed-off-by: Scott Wood

[Qemu-devel] [PATCH 13/15] openpic: add some bounds checking for IRQ numbers

2012-12-21 Thread Scott Wood
The two checks with abort() guard against potential QEMU-internal problems, but the EOI check stops the guest from causing updates to queue position -1 and other havoc if it writes EOI with no interrupt in service. Signed-off-by: Scott Wood --- hw/openpic.c | 15 +++ 1 file changed