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
/
backend.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-11
ppc/amigaone: Add default environment
BALATON Zoltan
1
-1
/
+36
2025-03-11
ppc/amigaone: Implement NVRAM emulation
BALATON Zoltan
1
-3
/
+110
2025-03-11
ppc/amigaone: Simplify replacement dummy_fw
BALATON Zoltan
1
-4
/
+1
2025-03-11
spapr: Generate random HASHPKEYR for spapr machines
Nicholas Piggin
3
-0
/
+6
2025-03-11
target/ppc: Avoid warning message for zero process table entries
Nicholas Piggin
1
-0
/
+14
2025-03-11
target/ppc: Wire up BookE ATB registers for e500 family
Nicholas Piggin
1
-0
/
+17
2025-03-11
target/ppc: fix timebase register reset state
Nicholas Piggin
1
-3
/
+8
2025-03-11
spapr: nested: Add support for reporting Hostwide state counter
Vaibhav Jain
2
-39
/
+147
2025-03-11
ppc: spapr: Enable 2nd DAWR on Power10 pSeries machine
Shivaprasad G Bhat
6
-11
/
+96
2025-03-11
ppc: Enable 2nd DAWR support on Power10 PowerNV machine
Shivaprasad G Bhat
9
-44
/
+110
2025-03-11
hw/ppc/epapr: Do not swap ePAPR magic value
Philippe Mathieu-Daudé
2
-2
/
+2
2025-03-11
hw/ppc/spapr: Convert DIRTY_HPTE() macro as hpte_set_dirty() method
Philippe Mathieu-Daudé
1
-2
/
+6
2025-03-11
hw/ppc/spapr: Convert CLEAN_HPTE() macro as hpte_set_clean() method
Philippe Mathieu-Daudé
1
-5
/
+10
2025-03-11
hw/ppc/spapr: Convert HPTE_DIRTY() macro as hpte_is_dirty() method
Philippe Mathieu-Daudé
1
-4
/
+8
2025-03-11
hw/ppc/spapr: Convert HPTE_VALID() macro as hpte_is_valid() method
Philippe Mathieu-Daudé
1
-5
/
+9
2025-03-11
hw/ppc/spapr: Convert HPTE() macro as hpte_get_ptr() method
Philippe Mathieu-Daudé
1
-16
/
+22
2025-03-11
target/ppc: Restrict ATTN / SCV / PMINSN helpers to TCG
Philippe Mathieu-Daudé
3
-439
/
+421
2025-03-11
target/ppc: Make powerpc_excp() prototype public
Philippe Mathieu-Daudé
2
-1
/
+3
2025-03-11
target/ppc: Fix style in excp_helper.c
Philippe Mathieu-Daudé
1
-1
/
+2
2025-03-11
target/ppc: Restrict various common helpers to TCG
Philippe Mathieu-Daudé
2
-141
/
+143
2025-03-11
target/ppc: Restrict exception helpers to TCG
Philippe Mathieu-Daudé
2
-34
/
+38
2025-03-11
target/ppc: Remove raise_exception_ra()
Philippe Mathieu-Daudé
2
-8
/
+0
2025-03-11
target/ppc: Restrict powerpc_checkstop() to TCG
Philippe Mathieu-Daudé
3
-27
/
+31
2025-03-11
target/ppc: Ensure powerpc_mcheck_checkstop() is only called under TCG
Philippe Mathieu-Daudé
1
-4
/
+2
2025-03-11
target/ppc: Move ppc_ldl_code() to tcg-excp_helper.c
Philippe Mathieu-Daudé
2
-21
/
+18
2025-03-11
target/ppc: Move TCG specific exception handlers to tcg-excp_helper.c
Philippe Mathieu-Daudé
3
-173
/
+203
2025-03-11
target/ppc: Make ppc_ldl_code() declaration public
Philippe Mathieu-Daudé
2
-1
/
+3
2025-03-11
ppc/pnv: Add new PowerPC Special Purpose Registers (RWMR)
dan tan
2
-0
/
+6
2025-03-11
hw/ppc/spapr: Restrict CONFER hypercall to TCG
Philippe Mathieu-Daudé
1
-0
/
+2
2025-03-11
hw/ssi/pnv_spi: Put a limit to RDR match failures
Chalapathi V
2
-0
/
+11
2025-03-11
hw/ssi/pnv_spi: Make bus names distinct for each controllers of a socket
Chalapathi V
4
-4
/
+8
2025-03-11
hw/ssi/pnv_spi: Use local var seq_index instead of get_seq_index().
Chalapathi V
1
-45
/
+52
2025-03-11
hw/ssi/pnv_spi: Replace PnvXferBuffer with Fifo8 structure
Chalapathi V
2
-159
/
+108
2025-03-11
qtest/xive: Add test of pool interrupts
Glenn Miles
1
-0
/
+76
2025-03-11
qtest/xive: Change printf to g_test_message
Glenn Miles
3
-17
/
+18
2025-03-11
ppc/xive2: Check crowd backlog when scanning group backlog
Frederic Barrat
2
-26
/
+60
2025-03-11
pnv/xive2: Rename nvp_ to nvx_ if they can refer to NVP or NVGC
Glenn Miles
1
-28
/
+28
2025-03-11
ppc/xive2: Support crowd-matching when looking for target
Frederic Barrat
9
-52
/
+134
2025-03-11
ppc/xive2: Add support for MMIO operations on the NVPG/NVC BAR
Frederic Barrat
9
-15
/
+328
2025-03-11
qtest/xive: Add group-interrupt test
Frederic Barrat
1
-0
/
+160
2025-03-11
ppc/xive2: Process group backlog when updating the CPPR
Frederic Barrat
3
-4
/
+177
2025-03-11
ppc/xive2: Process group backlog when pushing an OS context
Frederic Barrat
1
-0
/
+97
2025-03-11
ppc/xive2: Add undelivered group interrupt to backlog
Frederic Barrat
5
-31
/
+175
2025-03-11
ppc/xive2: Support group-matching when looking for target
Frederic Barrat
5
-53
/
+118
2025-03-11
ppc/xive2: Add grouping level to notification
Frederic Barrat
5
-53
/
+90
2025-03-11
ppc/xive: Rename ipb_to_pipr() to xive_ipb_to_pipr()
Michael Kowal
2
-20
/
+18
2025-03-11
ppc/xive2: Update NVP save/restore for group attributes
Frederic Barrat
2
-8
/
+25
2025-03-11
ppc/pnv: Add a default formatted PNOR image
Nicholas Piggin
6
-1
/
+37
2025-03-11
ppc/pnv: Add a PNOR address and size sanity checks
Nicholas Piggin
1
-0
/
+28
2025-03-11
ppc/pnv: Move PNOR to offset 0 in the ISA FW space
Nicholas Piggin
1
-2
/
+4
[next]