Re: [PATCH v2 1/2] hw/intc: Add Loongson Inter Processor Interrupt controller

2021-01-14 Thread Peter Maydell
On Thu, 14 Jan 2021 at 15:15, Philippe Mathieu-Daudé wrote: > A SysBusDevice should use DeviceReset. qemu_register_reset() > should be restricted to non-SysBusDevice devices. If there > are no other comments on this series, I can fix this when > applying. The device also seems to be missing a vms

Re: [PATCH v2 1/2] hw/intc: Add Loongson Inter Processor Interrupt controller

2021-01-14 Thread Philippe Mathieu-Daudé
Hi Jiaxun, On 1/14/21 2:31 AM, Jiaxun Yang wrote: > Loongson IPI controller is a MMIO based simple level triggered > interrupt controller. It will trigger IRQ to it's upstream > processor when set register is written. > > It also has 4 64bit mailboxes to pass boot information to > secondary proce