• J
    kvm: x86: Add user space part for in-kernel IOAPIC · a39c1d47
    Jan Kiszka 提交于
    This introduces the KVM-accelerated IOAPIC model 'kvm-ioapic' and
    extends the IRQ routing setup by the 0->2 redirection when needed.
    
    The kvm-ioapic model has a property that allows to define its GSI base
    for injecting interrupts into the kernel model. This will allow to
    disentangle PIC and IOAPIC pins for chipsets that support more
    sophisticated IRQ routes than the PIIX3. So far the base is kept at 0,
    i.e. PIC and IOAPIC share pins 0..15.
    Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
    a39c1d47
ioapic.c 2.8 KB