aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2024-05-10kconfig: express dependency of individual boards on libfdtPaolo Bonzini1-7/+8
2024-05-10meson: pick libfdt from common_ss when building target-specific filesPaolo Bonzini1-3/+1
2024-05-09hw/ppc: Deprecate 'ref405ep' machine and 405 CPUsCédric Le Goater1-0/+1
2024-05-08hw/ppc/spapr_pci: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé1-4/+3
2024-05-06Merge tag 'accel-20240506' of https://github.com/philmd/qemu into stagingRichard Henderson3-0/+3
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé3-0/+3
2024-05-03ppc: switch boards to "default y"Paolo Bonzini1-0/+26
2024-04-24Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson1-3/+2
2024-04-24qapi: Inline and remove QERR_BUS_NO_HOTPLUG definitionPhilippe Mathieu-Daudé1-3/+2
2024-04-23Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...Richard Henderson1-1/+1
2024-04-23migration: Add Error** argument to .save_setup() handlerCédric Le Goater1-1/+1
2024-04-23ppc/pef: switch to use confidential_guest_kvm_init/reset()Xiaoyao Li2-6/+13
2024-04-18hw: Add compat machines for 9.1Paolo Bonzini1-2/+13
2024-03-30hw/ppc/spapr: Include missing 'sysemu/tcg.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-03-30spapr: nested: use bitwise NOT operator for flags checkHarsh Prateek Bora1-1/+1
2024-03-19ppc/pnv: I2C controller is not user creatableCédric Le Goater1-0/+3
2024-03-13Merge tag 'pull-ppc-for-9.0-2-20240313' of https://gitlab.com/npiggin/qemu in...Peter Maydell8-98/+1835
2024-03-12Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell6-30/+19
2024-03-13spapr: nested: Introduce cap-nested-papr for Nested PAPR APIHarsh Prateek Bora3-3/+61
2024-03-13spapr: nested: Introduce H_GUEST_RUN_VCPU hcall.Harsh Prateek Bora2-30/+314
2024-03-13spapr: nested: Use correct source for parttbl info for nested PAPR API.Harsh Prateek Bora2-12/+35
2024-03-13spapr: nested: Introduce H_GUEST_[GET|SET]_STATE hcalls.Harsh Prateek Bora1-0/+268
2024-03-13spapr: nested: Initialize the GSB elements lookup table.Harsh Prateek Bora1-2/+485
2024-03-13spapr: nested: Extend nested_ppc_state for nested PAPR APIHarsh Prateek Bora1-0/+106
2024-03-13spapr: nested: Introduce H_GUEST_CREATE_VCPU hcall.Harsh Prateek Bora1-0/+62
2024-03-13spapr: nested: Introduce H_GUEST_[CREATE|DELETE] hcalls.Harsh Prateek Bora1-0/+103
2024-03-13spapr: nested: Introduce H_GUEST_[GET|SET]_CAPABILITIES hcalls.Harsh Prateek Bora1-0/+115
2024-03-13spapr: nested: keep nested-hv related code restricted to its API.Harsh Prateek Bora2-4/+27
2024-03-13spapr: nested: Introduce SpaprMachineStateNested to store related info.Harsh Prateek Bora1-4/+4
2024-03-13spapr: nested: move nested part of spapr_get_pate into spapr_nested.cHarsh Prateek Bora2-26/+38
2024-03-13spapr: nested: register nested-hv api hcalls only for cap-nested-hvHarsh Prateek Bora3-4/+46
2024-03-13ppc/pnv: Improve pervasive topology calculation for big-coreCaleb Schlossin2-24/+55
2024-03-13ppc/pnv: Set POWER9, POWER10 ibm,pa-features bitsNicholas Piggin2-2/+66
2024-03-13ppc/pnv: Permit ibm,pa-features set per machine variantNicholas Piggin1-12/+29
2024-03-13ppc/spapr: Add pa-features for POWER10 machinesBenjamin Gray1-0/+34
2024-03-13ppc/spapr: Adjust ibm,pa-features for POWER9Nicholas Piggin1-5/+5
2024-03-13ppc/spapr: Remove copy-paste from pa-featuresNicholas Piggin1-2/+6
2024-03-13ppc/spapr|pnv: Remove SAO from pa-featuresNicholas Piggin2-5/+11
2024-03-13ppc: Drop support for POWER9 and POWER10 DD1 chipsNicholas Piggin1-2/+0
2024-03-13spapr: set MSR[ME] and MSR[FP] on client entryNicholas Piggin1-1/+5
2024-03-12target/ppc: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé6-17/+7
2024-03-12hw/core: Declare CPUArchId::cpu as CPUState instead of ObjectPhilippe Mathieu-Daudé1-3/+2
2024-03-12bulk: Access existing variables initialized to &S->F when availablePhilippe Mathieu-Daudé1-10/+10
2024-03-11hw/ppc/sam460ex: Support short options for adding drivesBALATON Zoltan1-5/+19
2024-03-09mac_newworld: change timebase frequency from 100MHz to 25MHz for mac99 machineMark Cave-Ayland1-1/+1
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