aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2024-02-27hw/usb: extract sysbus-ohci to a separate filePaolo Bonzini1-1/+1
2024-02-27hw/ppc/pseries: do not require CONFIG_USBPaolo Bonzini2-1/+4
2024-02-27hw/ppc/mac_newworld: do not require CONFIG_USBPaolo Bonzini2-2/+4
2024-02-27hw/ppc/sam460ex: do not use usb_bus_find()Paolo Bonzini1-2/+5
2024-02-23ppc/pnv: Implement the ChipTOD to Core transferNicholas Piggin2-0/+147
2024-02-23ppc/pnv: Wire ChipTOD model to powernv9 and powernv10 machinesNicholas Piggin1-0/+30
2024-02-23ppc/pnv: Add POWER9/10 chiptod modelNicholas Piggin3-0/+459
2024-02-23hw/ppc: N1 chiplet wiringChalapathi V1-0/+15
2024-02-23hw/ppc: Add N1 chiplet modelChalapathi V2-0/+174
2024-02-23hw/ppc: Add pnv nest pervasive common chiplet modelChalapathi V2-0/+209
2024-02-23ppc/pnv: Test pnv i2c master and connected devicesGlenn Miles1-130/+1
2024-02-23ppc/pnv: Add a pca9554 I2C device to powernv10-rainierGlenn Miles2-0/+7
2024-02-23ppc/pnv: Use resettable interface to reset child I2C busesGlenn Miles1-1/+14
2024-02-23ppc/pnv: Wire up pca9552 GPIO pins for PCIe hotplug power controlGlenn Miles1-1/+13
2024-02-23ppc/pnv: Add pca9552 to powernv10-rainier for PCIe hotplug power controlGlenn Miles2-0/+26
2024-02-23ppc/pnv: New powernv10-rainier machine typeGlenn Miles1-2/+22
2024-02-23ppc/pnv: Change powernv default to powernv10Nicholas Piggin1-2/+2
2024-02-23spapr: Tag pseries-2.1 - 2.11 machines as deprecatedCédric Le Goater1-0/+1
2024-02-23ppc/spapr: change pseries machine default to POWER10 CPUNicholas Piggin1-1/+1
2024-02-23ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS.Harsh Prateek Bora1-6/+3
2024-02-23ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs.Harsh Prateek Bora1-2/+4
2024-02-23hw/ppc/spapr: Rename 'softmmu' -> 'vhyp_mmu'Philippe Mathieu-Daudé2-1/+1
2024-02-23hw/ppc/spapr_hcall: Rename {softmmu -> vhyp_mmu}_resize_hpt_prPhilippe Mathieu-Daudé2-4/+4
2024-02-23hw/ppc/spapr_hcall: Allow elision of softmmu_resize_hpt_prepPhilippe Mathieu-Daudé1-4/+8
2024-02-23hw/ppc/spapr: Add missing licensePhilippe Mathieu-Daudé1-0/+9
2024-02-22hw/ppc/pnv_bmc: Use qdev_new() instead of QOM APIPhilippe Mathieu-Daudé1-5/+5
2024-02-22hw/ppc/spapr_cpu: Use qdev_is_realized() instead of QOM APIPhilippe Mathieu-Daudé1-2/+1
2024-02-22hw/ppc/ppc440_pcix: Move ppc440_pcix.c to hw/pci-host/Philippe Mathieu-Daudé4-554/+2
2024-02-22hw/ppc/ppc4xx_pci: Move ppc4xx_pci.c to hw/pci-host/Philippe Mathieu-Daudé4-406/+1
2024-02-22hw/ppc/ppc4xx_pci: Extract PCI host definitions to hw/pci-host/ppc4xx.hPhilippe Mathieu-Daudé5-2/+5
2024-02-22hw/ppc/ppc4xx_pci: Remove unused "hw/ppc/ppc.h" headerPhilippe Mathieu-Daudé2-2/+0
2024-02-15hw/ppc/prep: Realize ISA bridge before accessing itPhilippe Mathieu-Daudé1-1/+1
2024-02-14hw/ppc/pegasos2: Let pegasos2 machine configure SuperI/O functionsBernhard Beschow1-0/+12
2024-02-05target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rulesThomas Huth1-2/+2
2024-02-02hw/ppc: use pci_init_nic_devices()David Woodhouse4-18/+8
2024-02-02hw/ppc/spapr: use qemu_get_nic_info() and pci_init_nic_devices()David Woodhouse1-13/+5
2024-02-02hw/ppc/prep: use pci_init_nic_devices()David Woodhouse1-5/+3
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi1-1/+1
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi1-1/+1
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi5-8/+8
2024-01-05hw: Simplify memory_region_init_ram() callsPhilippe Mathieu-Daudé1-5/+2
2024-01-05hw: Simplify accesses to the CPUState::'start-powered-off' propertyPhilippe Mathieu-Daudé1-1/+1
2024-01-05hw/ppc/spapr_cpu_core: Access QDev properties with proper APIPhilippe Mathieu-Daudé1-1/+1
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-3/+5
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini1-1/+1
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini1-3/+5
2023-12-30hw/ppc: Constify VMStateRichard Henderson14-38/+38
2023-12-20Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2-3/+13
2023-12-20hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h' included headerPhilippe Mathieu-Daudé1-1/+0
2023-12-20hw: Add compat machines for 9.0Cornelia Huck1-2/+13