qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Should the i8259 devices remain no-user?


From: Paolo Bonzini
Subject: Re: [Qemu-devel] Should the i8259 devices remain no-user?
Date: Wed, 16 Oct 2013 13:06:47 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130923 Thunderbird/17.0.9

Il 16/10/2013 11:51, Markus Armbruster ha scritto:
> Let me try to elaborate, to make sure I understand.
> 
> Unlike ordinary ISA devices, the i8259 devices need additional wiring,
> done by code.
> 
> For instance, board code like pc_q35_init(), pc_piix.c's pc_init1(),
> mips_malta_init(), ... wire up their IRQ input lines.  The slave's IRQ
> output line is wired to the master's IRQ2 in hw/intc/i8259.c for
> isa-i8259, and the kernel for kvm-i8259.  The master's IRQ output line
> is wired up by board code (it's complicated).
> 
> Correct?  If yes, I can turn it into a suitable comment.

The wiring of the slave to the master is hardcoded into i8259 code.

The wiring of all 16 lines is set up by board code.

Paolo



reply via email to

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