]> Git Repo - qemu.git/commit
i8259: don't abort when trying to use level sensitive irqs
authorHervé Poussineau <[email protected]>
Tue, 22 Apr 2014 21:00:31 +0000 (23:00 +0200)
committerMichael S. Tsirkin <[email protected]>
Wed, 7 May 2014 15:36:37 +0000 (18:36 +0300)
commit8cbad670cecaa88cc48115233bc4bc290dadd782
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 <[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/intc/i8259.c
This page took 0.025379 seconds and 4 git commands to generate.