qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] Disentagle ISA IRQs


From: Avi Kivity
Subject: [Qemu-devel] [PATCH 0/2] Disentagle ISA IRQs
Date: Sun, 9 Aug 2009 19:44:54 +0300

Currently ISA IRQs are delivered directly to the PIC, which reroutes them
to the IOAPIC as well.  This patchset introduces ISA IRQs, which are routed
both to the PIC and the IOAPIC.  As a side effect, IOAPIC lines 16-23 are
enabled; it also becomes easier to add IOAPICs.

Avi Kivity (2):
  Route PC irqs to ISA bus instead of i8259 directly
  Route IOAPIC interrupts via ISA bus

 hw/i8259.c  |   13 -------------
 hw/ioapic.c |    6 ++++--
 hw/pc.c     |   54 +++++++++++++++++++++++++++++++++++-------------------
 hw/pc.h     |    4 +---
 4 files changed, 40 insertions(+), 37 deletions(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]