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_extioi.c
Age
Commit message (
Expand
)
Author
2024-11-19
hw/intc/loongarch_extioi: Use set_bit32() and clear_bit32() for s->isr
Peter Maydell
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2024-06-06
hw/intc/loongarch_extioi: Add extioi virt extension definition
Song Gao
2024-03-20
hw/intc/loongarch_extioi: Fix interrupt routing update
Bibo Mao
2024-01-11
hw/intc/loongarch_extioi: Add vmstate post_load support
Bibo Mao
2024-01-11
hw/intc/loongarch_extioi: Add dynamic cpu number support
Bibo Mao
2024-01-11
hw/loongarch/virt: Set iocsr address space per-board rather than percpu
Bibo Mao
2023-12-29
hw/intc: Constify VMState
Richard Henderson
2023-09-21
hw/other: spelling fixes
Michael Tokarev
2023-06-05
bulk: Remove pointless QOM casts
Philippe Mathieu-Daudé
2023-05-15
hw/loongarch/virt: Set max 256 cpus support on loongarch virt machine
Song Gao
2022-11-04
hw/intc: Fix LoongArch extioi coreisr accessing
Xiaojuan Yang
2022-11-04
hw/intc: Convert the memops to with_attrs in LoongArch extioi
Xiaojuan Yang
2022-06-06
hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
Xiaojuan Yang