i8259: don't abort when trying to use level sensitive irqs
commit8cbad670cecaa88cc48115233bc4bc290dadd782
authorHervé Poussineau <hpoussin@reactos.org>
Tue, 22 Apr 2014 21:00:31 +0000 (22 23:00 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 7 May 2014 15:36:37 +0000 (7 18:36 +0300)
tree4a5efebaff8f4effc6cf0ae938e8a7eb360b7729
parent9ac1c4c07e7e6ab16a3e2149e9b32c0d092cb3f5
i8259: don't abort when trying to use level sensitive irqs

This is a guest-triggerable error, as seen when using Xenix 2.3.4.
Replace hw_error by LOG_UNIMPL, so that guests can continue.
With this patch, I can install and use Xenix 2.3.4a without any problem.
I can also start installation of Xenix 2.3.4q, but it fails due to not
finding an hard disk.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/intc/i8259.c