[PATCH v2 0/2] loongson3_virt TCG SMP support

Jiaxun Yang posted 2 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210114013147.92962-1-jiaxun.yang@flygoat.com
Maintainers: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>, Aurelien Jarno <aurelien@aurel32.net>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Huacai Chen <chenhuacai@kernel.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>
There is a newer version of this series
hw/mips/loongson3_bootp.h      |   1 +
include/hw/intc/loongson_ipi.h |  20 ++++
hw/intc/loongson_ipi.c         | 174 +++++++++++++++++++++++++++++++++
hw/mips/loongson3_virt.c       |  20 +++-
hw/intc/Kconfig                |   3 +
hw/intc/meson.build            |   1 +
hw/intc/trace-events           |   4 +
hw/mips/Kconfig                |   1 +
8 files changed, 223 insertions(+), 1 deletion(-)
create mode 100644 include/hw/intc/loongson_ipi.h
create mode 100644 hw/intc/loongson_ipi.c
[PATCH v2 0/2] loongson3_virt TCG SMP support
Posted by Jiaxun Yang 3 years, 3 months ago
v2:
 - Use enum instead of define (f4bug)
 - Comment about num mbox (f4bug)
 - Use trace instead of log (f4bug)
 - Correct register size (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       |  20 +++-
 hw/intc/Kconfig                |   3 +
 hw/intc/meson.build            |   1 +
 hw/intc/trace-events           |   4 +
 hw/mips/Kconfig                |   1 +
 8 files changed, 223 insertions(+), 1 deletion(-)
 create mode 100644 include/hw/intc/loongson_ipi.h
 create mode 100644 hw/intc/loongson_ipi.c

-- 
2.30.0