All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] loongson3_virt TCG SMP support
@ 2021-01-18  1:17 Jiaxun Yang
  2021-01-18  1:17 ` [PATCH v3 1/2] hw/intc: Add Loongson Inter Processor Interrupt controller Jiaxun Yang
  2021-01-18  1:17 ` [PATCH v3 2/2] hw/mips/loongson3_virt: Add TCG SMP support Jiaxun Yang
  0 siblings, 2 replies; 7+ messages in thread
From: Jiaxun Yang @ 2021-01-18  1:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: Huacai Chen, Philippe Mathieu-Daudé

v2:
 - Use enum instead of define (f4bug)
 - Comment about num mbox (f4bug)
 - Use trace instead of log (f4bug)
 - Correct register size (f4bug)

v3:
 - Add more definitions (f4bug)

Jiaxun Yang (2):
  hw/intc: Add Loongson Inter Processor Interrupt controller
  hw/mips/loongson3_virt: Add TCG SMP support

 hw/mips/loongson3_bootp.h      |   1 +
 include/hw/intc/loongson_ipi.h |  20 ++++
 hw/intc/loongson_ipi.c         | 174 +++++++++++++++++++++++++++++++++
 hw/mips/loongson3_virt.c       |  41 ++++++--
 hw/intc/Kconfig                |   3 +
 hw/intc/meson.build            |   1 +
 hw/intc/trace-events           |   4 +
 hw/mips/Kconfig                |   1 +
 8 files changed, 238 insertions(+), 7 deletions(-)
 create mode 100644 include/hw/intc/loongson_ipi.h
 create mode 100644 hw/intc/loongson_ipi.c

-- 
2.30.0



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-01-18  9:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-18  1:17 [PATCH v3 0/2] loongson3_virt TCG SMP support Jiaxun Yang
2021-01-18  1:17 ` [PATCH v3 1/2] hw/intc: Add Loongson Inter Processor Interrupt controller Jiaxun Yang
2021-01-18  2:12   ` Huacai Chen
2021-01-18  9:09   ` Philippe Mathieu-Daudé
2021-01-18  1:17 ` [PATCH v3 2/2] hw/mips/loongson3_virt: Add TCG SMP support Jiaxun Yang
2021-01-18  2:11   ` Huacai Chen
2021-01-18  9:10   ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.