aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/loongson_ipi_common.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson1-1/+0
2024-12-15hw/intc: Constify all PropertyRichard Henderson1-1/+1
2024-08-06hw/intc/loongson_ipi: Move common code to loongson_ipi_common.cBibo Mao1-0/+283
2024-08-06hw/intc/loongson_ipi: Move IPICore structure to loongson_ipi_common.hBibo Mao1-0/+42
2024-08-06hw/intc/loongson_ipi: Add TYPE_LOONGSON_IPI_COMMON stubBibo Mao1-0/+22