index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ppc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/ppc/Kconfig: Add missing SERIAL_ISA dependency to POWERNV machine
Bernhard Beschow
2024-08-20
1
-0
/
+1
*
Revert "hw/ppc/spapr_pci: Do not create DT for disabled PCI device"
Michael S. Tsirkin
2024-08-01
1
-4
/
+0
*
Revert "hw/ppc/spapr_pci: Do not reject VFs created after a PF"
Michael S. Tsirkin
2024-08-01
1
-3
/
+1
*
target/ppc: Unexport some functions from mmu-book3s-v3.h
BALATON Zoltan
2024-07-26
1
-17
/
+4
*
hw/ppc: SPI controller wiring to P10 chip
Chalapathi V
2024-07-26
1
-1
/
+20
*
hw/ssi: Add SPI model
Chalapathi V
2024-07-26
1
-0
/
+3
*
ppc/pnv: Add an LPAR per core machine option
Nicholas Piggin
2024-07-26
2
-0
/
+46
*
ppc/pnv: Implement POWER10 PC xscom registers for direct controls
Nicholas Piggin
2024-07-26
1
-5
/
+84
*
ppc/pnv: Add a CPU nmi and resume function
Nicholas Piggin
2024-07-26
1
-1
/
+13
*
ppc/pnv: Add big-core machine property
Nicholas Piggin
2024-07-26
1
-16
/
+45
*
ppc/pnv: Add POWER10 ChipTOD quirk for big-core
Nicholas Piggin
2024-07-26
2
-1
/
+8
*
ppc/pnv: Implement big-core PVR for Power9/10
Nicholas Piggin
2024-07-26
1
-0
/
+4
*
ppc/pnv: Add allow for big-core differences in DT generation
Nicholas Piggin
2024-07-26
1
-8
/
+35
*
ppc/pnv: Add a big-core mode that joins two regular cores
Nicholas Piggin
2024-07-26
2
-14
/
+74
*
ppc: Add has_smt_siblings property to CPUPPCState
Nicholas Piggin
2024-07-26
2
-3
/
+12
*
ppc: Add a core_index to CPUPPCState for SMT vCPUs
Nicholas Piggin
2024-07-26
2
-0
/
+6
*
ppc/pnv: Extend chip_pir class method to TIR as well
Nicholas Piggin
2024-07-26
2
-34
/
+61
*
ppc/pnv: use class attribute to limit SMT threads for different machines
Nicholas Piggin
2024-07-26
1
-3
/
+9
*
ppc/pnv: Move timebase state into PnvCore
Nicholas Piggin
2024-07-26
1
-4
/
+3
*
ppc/pnv: Add pointer from PnvCPUState to PnvCore
Nicholas Piggin
2024-07-26
1
-0
/
+3
*
ppc/pnv: Implement ADU access to LPC space
Nicholas Piggin
2024-07-26
3
-6
/
+105
*
ppc/pnv: Begin a more complete ADU LPC model for POWER9/10
Nicholas Piggin
2024-07-26
5
-9
/
+132
*
ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear function
Nicholas Piggin
2024-07-26
2
-29
/
+135
*
ppc/pnv: Fix loss of LPC SERIRQ interrupts
Glenn Miles
2024-07-26
1
-3
/
+19
*
ppc/pnv: Update Power10's cfam id to use Power10 DD2
Aditya Gupta
2024-07-26
1
-1
/
+1
*
ppc/vof: Fix unaligned FDT property access
Akihiko Odaki
2024-07-26
1
-1
/
+1
*
spapr: Free stdout path
Akihiko Odaki
2024-07-26
1
-1
/
+1
*
spapr: Migrate ail-mode-3 spapr cap
Nicholas Piggin
2024-07-26
2
-0
/
+2
*
hw/isa/vt82c686: Turn "intr" irq into a named gpio
Bernhard Beschow
2024-07-16
2
-4
/
+5
*
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging
Richard Henderson
2024-07-03
1
-1
/
+7
|
\
|
*
hw/ppc/spapr_pci: Do not reject VFs created after a PF
Akihiko Odaki
2024-07-03
1
-1
/
+3
|
*
hw/ppc/spapr_pci: Do not create DT for disabled PCI device
Akihiko Odaki
2024-07-03
1
-0
/
+4
*
|
hw/ppc: remove obsolete manual deprecation reason string of spapr machines
Daniel P. Berrangé
2024-07-02
1
-1
/
+0
*
|
hw: skip registration of outdated versioned machine types
Daniel P. Berrangé
2024-07-02
1
-0
/
+1
*
|
hw: set deprecation info for all versioned machine types
Daniel P. Berrangé
2024-07-02
1
-0
/
+1
*
|
hw/ppc: convert 'spapr' machine definitions to use new macros
Daniel P. Berrangé
2024-07-02
1
-42
/
+51
|
/
*
ppc/pnv: Introduce pnv_chip_foreach_cpu()
Cédric Le Goater
2024-06-19
1
-12
/
+36
*
hw/intc: Avoid using Monitor in INTERRUPT_STATS_PROVIDER::print_info()
Philippe Mathieu-Daudé
2024-06-19
2
-18
/
+2
*
hw/ppc: Avoid using Monitor in pic_print_info()
Philippe Mathieu-Daudé
2024-06-19
1
-22
/
+7
*
hw/ppc: Avoid using Monitor in pnv_chip_power9_pic_print_info_child()
Philippe Mathieu-Daudé
2024-06-19
1
-12
/
+6
*
hw/ppc: Avoid using Monitor in spapr_irq_print_info()
Philippe Mathieu-Daudé
2024-06-19
2
-11
/
+10
*
hw/ppc: Avoid using Monitor in SpaprInterruptControllerClass::print_info()
Philippe Mathieu-Daudé
2024-06-19
1
-1
/
+7
*
hw/ppc: Avoid using Monitor in pnv_xive2_pic_print_info()
Philippe Mathieu-Daudé
2024-06-19
1
-1
/
+1
*
hw/ppc: Avoid using Monitor in pnv_psi_pic_print_info()
Philippe Mathieu-Daudé
2024-06-19
2
-11
/
+8
*
hw/ppc: Avoid using Monitor in pnv_xive_pic_print_info()
Philippe Mathieu-Daudé
2024-06-19
1
-1
/
+7
*
hw/ppc: Avoid using Monitor in pnv_phb4_pic_print_info()
Philippe Mathieu-Daudé
2024-06-19
1
-1
/
+5
*
hw/ppc: Avoid using Monitor in xive_source_pic_print_info()
Philippe Mathieu-Daudé
2024-06-19
1
-3
/
+9
*
hw/ppc: Avoid using Monitor in PnvChipClass::intc_print_info()
Philippe Mathieu-Daudé
2024-06-19
1
-22
/
+8
*
hw/ppc: Avoid using Monitor in ics_pic_print_info()
Philippe Mathieu-Daudé
2024-06-19
1
-7
/
+8
*
hw/ppc: Avoid using Monitor in xive_tctx_pic_print_info()
Philippe Mathieu-Daudé
2024-06-19
1
-2
/
+14
[next]