summary refs log tree commit diff stats
path: root/hw/ppc (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/char: Extract serial-mmBernhard Beschow2024-10-036-10/+10
* hw/char/serial.h: Extract serial-isa.hBernhard Beschow2024-10-031-1/+1
* hw: Remove unused inclusion of hw/char/serial.hBernhard Beschow2024-10-031-1/+0
* Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2024-09-282-3/+1
|\
| * hw/ppc: remove return after g_assert_not_reached()Pierrick Bouvier2024-09-242-2/+0
| * hw/ppc: replace assert(false) with g_assert_not_reached()Pierrick Bouvier2024-09-241-1/+1
* | Merge tag 'mem-2024-09-24' of https://github.com/davidhildenbrand/qemu into s...Peter Maydell2024-09-263-7/+7
|\ \
| * | reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()Juraj Marcin2024-09-243-7/+7
| |/
* | license: Simplify GPL-2.0-or-later license descriptionsPhilippe Mathieu-Daudé2024-09-201-1/+3
* | ppc: fix incorrect spelling of PowerMacTejas Vipin2024-09-202-2/+2
|/
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-1310-19/+19
* hw: add compat machines for 9.2Cornelia Huck2024-09-051-2/+13
* hw/ppc/Kconfig: Add missing SERIAL_ISA dependency to POWERNV machineBernhard Beschow2024-08-201-0/+1
* Revert "hw/ppc/spapr_pci: Do not create DT for disabled PCI device"Michael S. Tsirkin2024-08-011-4/+0
* Revert "hw/ppc/spapr_pci: Do not reject VFs created after a PF"Michael S. Tsirkin2024-08-011-3/+1
* target/ppc: Unexport some functions from mmu-book3s-v3.hBALATON Zoltan2024-07-261-17/+4
* hw/ppc: SPI controller wiring to P10 chipChalapathi V2024-07-261-1/+20
* hw/ssi: Add SPI modelChalapathi V2024-07-261-0/+3
* ppc/pnv: Add an LPAR per core machine optionNicholas Piggin2024-07-262-0/+46
* ppc/pnv: Implement POWER10 PC xscom registers for direct controlsNicholas Piggin2024-07-261-5/+84
* ppc/pnv: Add a CPU nmi and resume functionNicholas Piggin2024-07-261-1/+13
* ppc/pnv: Add big-core machine propertyNicholas Piggin2024-07-261-16/+45
* ppc/pnv: Add POWER10 ChipTOD quirk for big-coreNicholas Piggin2024-07-262-1/+8
* ppc/pnv: Implement big-core PVR for Power9/10Nicholas Piggin2024-07-261-0/+4
* ppc/pnv: Add allow for big-core differences in DT generationNicholas Piggin2024-07-261-8/+35
* ppc/pnv: Add a big-core mode that joins two regular coresNicholas Piggin2024-07-262-14/+74
* ppc: Add has_smt_siblings property to CPUPPCStateNicholas Piggin2024-07-262-3/+12
* ppc: Add a core_index to CPUPPCState for SMT vCPUsNicholas Piggin2024-07-262-0/+6
* ppc/pnv: Extend chip_pir class method to TIR as wellNicholas Piggin2024-07-262-34/+61
* ppc/pnv: use class attribute to limit SMT threads for different machinesNicholas Piggin2024-07-261-3/+9
* ppc/pnv: Move timebase state into PnvCoreNicholas Piggin2024-07-261-4/+3
* ppc/pnv: Add pointer from PnvCPUState to PnvCoreNicholas Piggin2024-07-261-0/+3
* ppc/pnv: Implement ADU access to LPC spaceNicholas Piggin2024-07-263-6/+105
* ppc/pnv: Begin a more complete ADU LPC model for POWER9/10Nicholas Piggin2024-07-265-9/+132
* ppc/pnv: Implement POWER9 LPC PSI serirq outputs and auto-clear functionNicholas Piggin2024-07-262-29/+135
* ppc/pnv: Fix loss of LPC SERIRQ interruptsGlenn Miles2024-07-261-3/+19
* ppc/pnv: Update Power10's cfam id to use Power10 DD2Aditya Gupta2024-07-261-1/+1
* ppc/vof: Fix unaligned FDT property accessAkihiko Odaki2024-07-261-1/+1
* spapr: Free stdout pathAkihiko Odaki2024-07-261-1/+1
* spapr: Migrate ail-mode-3 spapr capNicholas Piggin2024-07-262-0/+2
* hw/isa/vt82c686: Turn "intr" irq into a named gpioBernhard Beschow2024-07-162-4/+5
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson2024-07-031-1/+7
|\
| * hw/ppc/spapr_pci: Do not reject VFs created after a PFAkihiko Odaki2024-07-031-1/+3
| * hw/ppc/spapr_pci: Do not create DT for disabled PCI deviceAkihiko Odaki2024-07-031-0/+4
* | hw/ppc: remove obsolete manual deprecation reason string of spapr machinesDaniel P. Berrangé2024-07-021-1/+0
* | hw: skip registration of outdated versioned machine typesDaniel P. Berrangé2024-07-021-0/+1
* | hw: set deprecation info for all versioned machine typesDaniel P. Berrangé2024-07-021-0/+1
* | hw/ppc: convert 'spapr' machine definitions to use new macrosDaniel P. Berrangé2024-07-021-42/+51
|/
* ppc/pnv: Introduce pnv_chip_foreach_cpu()Cédric Le Goater2024-06-191-12/+36
* hw/intc: Avoid using Monitor in INTERRUPT_STATS_PROVIDER::print_info()Philippe Mathieu-Daudé2024-06-192-18/+2