aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-19hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init()Philippe Mathieu-Daudé2-7/+5
2023-10-19hw/ppc/pnv_xscom: Rename pnv_xscom_realize(Error **) -> pnv_xscom_init()Philippe Mathieu-Daudé2-16/+4
2023-10-19hw/ppc/spapr_vio: Realize SPAPR_VIO_BRIDGE device before accessing itPhilippe Mathieu-Daudé1-1/+2
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson2-3/+3
2023-10-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2-2/+17
2023-10-03vt82c686 machines: Support machine-default audiodev with fallbackPaolo Bonzini1-2/+10
2023-10-03hw/ppc: Support machine-default audiodev with fallbackMartin Kletzander1-0/+7
2023-09-29spapr/drc: Clean up local variable shadowing in prop_get_fdt()Cédric Le Goater1-5/+5
2023-09-29spapr/pci: Clean up local variable shadowing in spapr_phb_realize()Cédric Le Goater1-3/+3
2023-09-29spapr/drc: Clean up local variable shadowing in rtas_ibm_configure_connector()Cédric Le Goater1-2/+0
2023-09-29spapr: Clean up local variable shadowing in spapr_get_fw_dev_path()Cédric Le Goater1-2/+2
2023-09-29spapr: Clean up local variable shadowing in spapr_init_cpus()Cédric Le Goater1-2/+0
2023-09-29spapr: Clean up local variable shadowing in spapr_dt_cpus()Cédric Le Goater1-15/+21
2023-09-29pnv/psi: Clean up local variable shadowingCédric Le Goater1-2/+3
2023-09-20ppc: spelling fixesMichael Tokarev6-10/+10
2023-09-19Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi1-1/+2
2023-09-19nvdimm: Reject writing label data to ROM instead of crashing QEMUDavid Hildenbrand1-1/+2
2023-09-18spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater5-521/+12
2023-09-08hw/ppc: use g_free() in spapr_tce_table_post_load()Daniel Henrique Barboza1-1/+1
2023-09-06target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt()jianchunfu1-2/+6
2023-09-06hw/ppc/e500: fix broken snapshot replayMaksim Kostin1-1/+1
2023-09-06spapr: Fix record-replay machine reset consuming too many eventsNicholas Piggin1-3/+9
2023-09-06spapr: Fix machine reset deadlock from replay-recordNicholas Piggin1-2/+18
2023-09-06target/ppc: Fix timebase reset with record-replayNicholas Piggin1-2/+9
2023-09-06hw/ppc: Read time only once to perform decrementer writeNicholas Piggin1-31/+53
2023-09-06hw/ppc: Reset timebase facilities on machine resetNicholas Piggin6-20/+34
2023-09-06hw/ppc: Always store the decrementer valueNicholas Piggin1-10/+10
2023-09-06target/ppc: Sign-extend large decrementer to 64-bitsNicholas Piggin1-2/+4
2023-09-06hw/ppc: Avoid decrementer rounding errorsNicholas Piggin1-15/+24
2023-09-06hw/ppc: Round up the decrementer interval when converting to nsNicholas Piggin1-12/+19
2023-09-06hw/ppc: Introduce functions for conversion between timebase and nanosecondsNicholas Piggin1-10/+18