aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-19hw/ppc/Kconfig: Imply VFIO_PCICédric Le Goater2-1/+37
2023-12-19vfio/container: Move space field to base containerEric Auger1-5/+5
2023-11-30ppc/amigaone: Allow running AmigaOS without firmware imageBALATON Zoltan1-12/+23
2023-11-21ppc/pnv: Fix PNV I2C invalid status after resetGlenn Miles1-24/+18
2023-11-21ppc/pnv: PNV I2C engines assigned incorrect XSCOM addressesGlenn Miles2-3/+5
2023-11-21ppc/pnv: Fix potential overflow in I2C modelCédric Le Goater1-1/+7
2023-11-17spapr/pci: Correct "does not support hotplugging error messagesMarkus Armbruster1-2/+2
2023-11-08Merge tag 'pull-ppc-20231107' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi6-3/+936
2023-11-07ppc: qtest already exports qtest_rtas_call()Juan Quintela1-3/+2
2023-11-07ppc/pnv: Fix number of I2C engines and ports for power9/10Glenn Miles1-4/+8
2023-11-07ppc/pnv: Connect PNV I2C controller to powernv10Glenn Miles1-0/+29
2023-11-07ppc/pnv: Connect I2C controller model to powernv9 chipCédric Le Goater1-0/+28
2023-11-07ppc/pnv: Add an I2C controller modelCédric Le Goater2-0/+698
2023-11-07hw/ppc: Add emulation of AmigaOne XE boardBALATON Zoltan3-0/+175
2023-11-07hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVMPhilippe Mathieu-Daudé1-0/+4
2023-11-06vfio/container: Move IBM EEH related functions into spapr_pci_vfio.cZhenzhong Duan1-1/+99
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu2-2/+10
2023-11-01migration: Hack to maintain backwards compatibility for ppcJuan Quintela1-2/+23
2023-11-01migration: Use vmstate_register_any()Juan Quintela1-2/+1
2023-10-21ppc/{bamboo, virtex_ml507}: Remove useless dependency on ppc405.h headerCédric Le Goater2-2/+0
2023-10-21hw/ppc/ppc440_uc: Remove dead l2sram_update_mappings()Philippe Mathieu-Daudé1-42/+0
2023-10-20Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi4-11/+8
2023-10-20migration: simplify blockersSteve Sistare4-11/+8
2023-10-19hw/ppc/pnv: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé1-3/+2
2023-10-19hw/ppc/pnv_xscom: Do not use SysBus API to map local MMIO regionPhilippe Mathieu-Daudé1-3/+1