aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-06hw/ppc/ppc.c: Tidy over-long linesNicholas Piggin1-7/+12
2023-09-06ppc/vof: Fix missed fields in VOF cleanupNicholas Piggin1-0/+2
2023-09-06spapr: implement H_SET_MODE debug facilitiesNicholas Piggin1-0/+57
2023-08-24Merge tag 'pull-target-arm-20230824' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi1-1/+1
2023-08-23hw: Add compat machines for 8.2Cornelia Huck1-2/+13
2023-08-22accel/kvm: Use negative KVM type for error propagationAkihiko Odaki1-1/+1
2023-08-04ppc/pegasos2: Fix reg property of 64 bit BARs in device treeBALATON Zoltan1-1/+5
2023-08-04ppc/pegasos2: Fix naming of device tree nodesBALATON Zoltan1-0/+8
2023-08-04ppc/pegasos2: Fix reg property of ROM BARsBALATON Zoltan1-1/+5
2023-08-04ppc/pegasos2: Fix reset state of USB functionsBALATON Zoltan1-0/+4
2023-07-12hw/ppc/spapr: Use machine_memory_devices_init()David Hildenbrand2-19/+20