index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
intc
/
loongarch_ipi.c
Age
Commit message (
Expand
)
Author
2024-08-06
hw/intc/loongarch_ipi: Add loongarch IPI support
Bibo Mao
2024-06-19
hw/intc: Remove loongarch_ipi.c
Jiaxun Yang
2024-05-09
hw/intc/loongarch_ipi: Remove pointless MAX_CPU check
Jiaxun Yang
2024-01-11
hw/loongarch/virt: Set iocsr address space per-board rather than percpu
Bibo Mao
2024-01-11
hw/intc/loongarch_ipi: Use MemTxAttrs interface for ipi ops
Bibo Mao
2023-12-29
hw/intc: Constify VMState
Richard Henderson
2023-06-16
hw/intc: Set physical cpuid route for LoongArch ipi device
Tianrui Zhao
2023-06-05
hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxes
Jiaxun Yang
2023-05-15
hw/intc: Add NULL pointer check on LoongArch ipi device
Song Gao
2023-05-15
hw/loongarch/virt: Modify ipi as percpu device
Song Gao
2023-05-15
loongarch: mark loongarch_ipi_iocsr re-entrnacy safe
Alexander Bulekov
2023-05-06
hw/intc: don't use target_ulong for LoongArch ipi
Alex Bennée
2022-10-17
hw/intc: Fix LoongArch ipi device emulation
Xiaojuan Yang
2022-07-05
hw/intc/loongarch_ipi: Fix mail send and any send function
Xiaojuan Yang
2022-07-05
hw/intc/loongarch_ipi: Fix ipi device access of 64bits
Xiaojuan Yang
2022-06-06
hw/loongarch: Add LoongArch ipi interrupt support(IPI)
Xiaojuan Yang