qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] LoongArch machine support Set max 256 cpus.
@ 2023-05-12 10:04 Song Gao
  2023-05-12 10:04 ` [PATCH v2 1/3] hw/loongarch/virt: Modify ipi as percpu device Song Gao
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Song Gao @ 2023-05-12 10:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: richard.henderson, philmd, maobibo, yangxiaojuan

v2:
  - R-B;
  - Add trace.

Song Gao (3):
  hw/loongarch/virt: Modify ipi as percpu device
  hw/loongarch/virt: Set max 256 cpus support on loongarch virt machine
  hw/intc: Add NULL pointer check on LoongArch ipi device

 hw/intc/loongarch_extioi.c         |  4 +-
 hw/intc/loongarch_ipi.c            | 84 ++++++++++++++++--------------
 hw/intc/trace-events               |  1 +
 hw/loongarch/virt.c                | 25 +++++----
 include/hw/intc/loongarch_extioi.h | 10 ++--
 include/hw/intc/loongarch_ipi.h    | 10 ++--
 include/hw/loongarch/virt.h        |  3 +-
 7 files changed, 74 insertions(+), 63 deletions(-)

-- 
2.39.1



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

end of thread, other threads:[~2023-05-14 10:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-12 10:04 [PATCH v2 0/3] LoongArch machine support Set max 256 cpus Song Gao
2023-05-12 10:04 ` [PATCH v2 1/3] hw/loongarch/virt: Modify ipi as percpu device Song Gao
2023-05-12 17:18   ` Philippe Mathieu-Daudé
2023-05-12 10:04 ` [PATCH v2 2/3] hw/loongarch/virt: Set max 256 cpus support on loongarch virt machine Song Gao
2023-05-12 10:04 ` [PATCH v2 3/3] hw/intc: Add NULL pointer check on LoongArch ipi device Song Gao
2023-05-12 13:24   ` Philippe Mathieu-Daudé
2023-05-14 10:02   ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).