index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-09-30
ui/spice: Fix abort on macOS
Mohamed Akram
1
-5
/
+1
2025-09-30
gtk: Skip drawing if console surface is NULL
Weifeng Liu
2
-8
/
+2
2025-09-28
target/ppc: use MAKE_64BIT_MASK for mcrfs exception clear mask
Denis Sergeev
1
-1
/
+1
2025-09-28
target/ppc: Deprecate Power8E and Power8NVL
Aditya Gupta
2
-4
/
+13
2025-09-28
target/ppc: Introduce macro for deprecating PowerPC CPUs
Aditya Gupta
2
-2
/
+17
2025-09-28
target/ppc: Move remaining floating-point move instructions to decodetree.
Chinmay Rath
3
-40
/
+32
2025-09-28
target/ppc: Move floating-point move instructions to decodetree.
Chinmay Rath
3
-63
/
+28
2025-09-28
target/ppc: Move floating-point compare instructions to decodetree.
Chinmay Rath
5
-38
/
+22
2025-09-28
target/ppc: Move floating-point rounding and conversion instructions to decod...
Chinmay Rath
5
-114
/
+98
2025-09-28
ppc/xive2: Fix integer overflow warning in xive2_redistribute()
Gautam Menghani
1
-14
/
+31
2025-09-28
ppc/spapr: init lrdr-capapcity phys with ram size if maxmem not provided
Harsh Prateek Bora
1
-4
/
+7
2025-09-28
hw/intc/xics: Add missing call to register vmstate_icp_server
Fabian Vogt
1
-0
/
+2
2025-09-28
tests/functional: Add test for IBM PPE42 instructions
Glenn Miles
3
-0
/
+81
2025-09-28
hw/ppc: Add a test machine for the IBM PPE42 CPU
Glenn Miles
4
-0
/
+114
2025-09-28
hw/ppc: Support for an IBM PPE42 CPU decrementer
Glenn Miles
2
-1
/
+7
2025-09-28
target/ppc: Add IBM PPE42 special instructions
Glenn Miles
3
-10
/
+694
2025-09-28
target/ppc: Support for IBM PPE42 MMU
Glenn Miles
1
-0
/
+4
2025-09-28
target/ppc: Add IBM PPE42 exception model
Glenn Miles
3
-1
/
+213
2025-09-28
target/ppc: IBM PPE42 exception flags and regs
Glenn Miles
1
-0
/
+27
2025-09-28
target/ppc: Add IBM PPE42 family of processors
Glenn Miles
4
-56
/
+205
2025-09-28
target/ppc: IBM PPE42 general regs and flags
Glenn Miles
2
-1
/
+52
2025-09-28
tests/powernv: Add PowerNV test for Power11
Aditya Gupta
1
-0
/
+4
2025-09-28
tests/powernv: Switch to buildroot images instead of op-build
Aditya Gupta
1
-14
/
+16
2025-09-28
ppc/pnv: Add ChipTOD model for Power11
Aditya Gupta
3
-0
/
+76
2025-09-28
ppc/pnv: Add PHB5 PCIe Host bridge to Power11
Aditya Gupta
1
-1
/
+56
2025-09-28
ppc/pnv: Add XIVE2 controller to Power11
Aditya Gupta
2
-1
/
+138
2025-09-28
ppc/pnv: Add PnvChipClass handler to get reference to interrupt controller
Aditya Gupta
3
-2
/
+15
2025-09-28
ppc/pnv: Introduce Power11 PowerNV machine
Aditya Gupta
2
-4
/
+39
2025-09-28
ppc/pnv: Introduce Pnv11Chip
Aditya Gupta
5
-0
/
+418
2025-09-28
hw/loongarch: Implement DINTC plug/unplug interfaces
Song Gao
2
-0
/
+82
2025-09-28
target/loongarch:Implement csrrd CSR_MSGIR register
Song Gao
4
-0
/
+28
2025-09-28
target/loongarch: Add CSR_ESTAT.bit15 and CSR_ECFG.bit15 for msg interrupts.
Song Gao
1
-2
/
+4
2025-09-28
hw/loongarch: Implement dintc set irq
Song Gao
1
-2
/
+30
2025-09-28
hw/loongarch: Implement dintc realize and unrealize
Song Gao
2
-2
/
+24
2025-09-28
hw/loongarch: DINTC add a MemoryRegion
Song Gao
5
-1
/
+65
2025-09-28
target/loongarch: add msg interrupt CSR registers
Song Gao
3
-2
/
+37
2025-09-28
loongarch: add a direct interrupt controller device
Song Gao
5
-0
/
+108
2025-09-28
hw/loongarch: add misc register support dmsi
Song Gao
1
-0
/
+11
2025-09-28
hw/loongarch: add virt feature dmsi support
Song Gao
4
-0
/
+94
2025-09-28
target/loongarch: move some machine define to virt.h
Song Gao
2
-21
/
+19
2025-09-28
target/loongarch: Only flush one TLB entry in helper_invtlb_page_asid()
Bibo Mao
1
-2
/
+1
2025-09-28
target/loongarch: Only flush one TLB entry in helper_invtlb_page_asid_or_g()
Bibo Mao
1
-2
/
+1
2025-09-28
target/loongarch: Invalid tlb entry in invalidate_tlb()
Bibo Mao
1
-1
/
+1
2025-09-28
target/loongarch: Use loongarch_tlb_search_cb in helper_invtlb_page_asid
Bibo Mao
1
-23
/
+13
2025-09-28
target/loongarch: Use loongarch_tlb_search_cb in helper_invtlb_page_asid_or_g
Bibo Mao
1
-23
/
+8
2025-09-28
target/loongarch: Change return value type with loongarch_tlb_search_cb()
Bibo Mao
1
-8
/
+14
2025-09-28
target/loongarch: Add common API loongarch_tlb_search_cb()
Bibo Mao
1
-6
/
+14
2025-09-28
target/loongarch: Add tlb search callback in loongarch_tlb_search()
Bibo Mao
1
-5
/
+15
2025-09-28
target/loongarch: Fix page size set issue with CSR_STLBPS
Bibo Mao
2
-2
/
+4
2025-09-28
target/loongarch: Update TLB index selection method
Bibo Mao
1
-7
/
+42
[next]