summary refs log tree commit diff stats
path: root/hw/intc/loongarch_extioi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/intc/loongarch_extioi: Rename LoongArchExtIOI with LoongArchExtIOICommonStateBibo Mao2024-12-191-16/+25
* hw/intc: Constify all PropertyRichard Henderson2024-12-151-1/+1
* hw/intc/loongarch_extioi: Use set_bit32() and clear_bit32() for s->isrPeter Maydell2024-11-191-8/+3
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw/intc/loongarch_extioi: Add extioi virt extension definitionSong Gao2024-06-061-4/+84
* hw/intc/loongarch_extioi: Fix interrupt routing updateBibo Mao2024-03-201-1/+1
* hw/intc/loongarch_extioi: Add vmstate post_load supportBibo Mao2024-01-111-44/+76
* hw/intc/loongarch_extioi: Add dynamic cpu number supportBibo Mao2024-01-111-36/+71
* hw/loongarch/virt: Set iocsr address space per-board rather than percpuBibo Mao2024-01-111-3/+0
* hw/intc: Constify VMStateRichard Henderson2023-12-291-1/+1
* hw/other: spelling fixesMichael Tokarev2023-09-211-1/+1
* bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé2023-06-051-3/+3
* hw/loongarch/virt: Set max 256 cpus support on loongarch virt machineSong Gao2023-05-151-2/+2
* hw/intc: Fix LoongArch extioi coreisr accessingXiaojuan Yang2022-11-041-4/+6
* hw/intc: Convert the memops to with_attrs in LoongArch extioiXiaojuan Yang2022-11-041-14/+17
* hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)Xiaojuan Yang2022-06-061-0/+312