aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Merge tag 'pull-error-2024-03-12' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell6-60/+72
2024-03-12Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell154-692/+436
2024-03-13spapr: nested: Introduce cap-nested-papr for Nested PAPR APIHarsh Prateek Bora4-4/+66
2024-03-13spapr: nested: Introduce H_GUEST_RUN_VCPU hcall.Harsh Prateek Bora3-30/+316
2024-03-13spapr: nested: Use correct source for parttbl info for nested PAPR API.Harsh Prateek Bora3-12/+37
2024-03-13spapr: nested: Introduce H_GUEST_[GET|SET]_STATE hcalls.Harsh Prateek Bora3-0/+294
2024-03-13spapr: nested: Initialize the GSB elements lookup table.Harsh Prateek Bora2-2/+798
2024-03-13spapr: nested: Extend nested_ppc_state for nested PAPR APIHarsh Prateek Bora3-0/+158
2024-03-13spapr: nested: Introduce H_GUEST_CREATE_VCPU hcall.Harsh Prateek Bora3-0/+72
2024-03-13spapr: nested: Introduce H_GUEST_[CREATE|DELETE] hcalls.Harsh Prateek Bora3-1/+113
2024-03-13spapr: nested: Introduce H_GUEST_[GET|SET]_CAPABILITIES hcalls.Harsh Prateek Bora3-1/+133
2024-03-13spapr: nested: Document Nested PAPR APIHarsh Prateek Bora1-0/+119
2024-03-13spapr: nested: keep nested-hv related code restricted to its API.Harsh Prateek Bora3-4/+30
2024-03-13spapr: nested: Introduce SpaprMachineStateNested to store related info.Harsh Prateek Bora3-5/+11
2024-03-13spapr: nested: move nested part of spapr_get_pate into spapr_nested.cHarsh Prateek Bora3-27/+40
2024-03-13spapr: nested: register nested-hv api hcalls only for cap-nested-hvHarsh Prateek Bora5-5/+50
2024-03-13target/ppc: Remove interrupt handler wrapper functionsBALATON Zoltan1-39/+28
2024-03-13target/ppc: Clean up ifdefs in excp_helper.c, part 3BALATON Zoltan1-13/+2
2024-03-13target/ppc: Clean up ifdefs in excp_helper.c, part 2BALATON Zoltan1-2/+2
2024-03-13target/ppc: Clean up ifdefs in excp_helper.c, part 1BALATON Zoltan1-25/+24
2024-03-13target/ppc: Add gen_exception_err_nip() functionBALATON Zoltan1-13/+15
2024-03-13target/ppc: Readability improvements in exception handlersBALATON Zoltan2-147/+33
2024-03-13target/ppc: Use env_cpu for cpu_abort in excp_helperBALATON Zoltan1-55/+63
2024-03-13ppc/pnv: Improve pervasive topology calculation for big-coreCaleb Schlossin5-28/+57
2024-03-13target/ppc: Add power10 pmu SPRsMadhavan Srinivasan2-0/+40
2024-03-13target/ppc: Move add and subf type fixed-point arithmetic instructions to dec...Chinmay Rath3-136/+96
2024-03-13docs/system/ppc: Document running Linux on AmigaNG machinesBALATON Zoltan3-0/+163
2024-03-13docs: Deprecate the pseries-2.12 machinesPhilippe Mathieu-Daudé1-3/+3
2024-03-13MAINTAINERS: Remove myself as reviewer from PPCCédric Le Goater1-3/+0
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-13target/ppc: POWER10 does not have transactional memoryNicholas Piggin1-3/+2
2024-03-13ppc: Drop support for POWER9 and POWER10 DD1 chipsNicholas Piggin4-22/+2
2024-03-13spapr: set MSR[ME] and MSR[FP] on client entryNicholas Piggin1-1/+5
2024-03-13target/ppc: Prevent supervisor from modifying MSR[ME]Nicholas Piggin1-0/+5
2024-03-13target/ppc: Fix GDB SPR regnum indexingNicholas Piggin1-4/+3
2024-03-12hw/nvme: add machine compatibility parameter to enable msix exclusive barKlaus Jensen3-15/+38
2024-03-12hw/nvme: generalize the mbar size helperKlaus Jensen1-12/+16
2024-03-12hw/nvme: Add NVMe NGUID propertyRoque Arcudia Hernandez6-7/+229
2024-03-12MAINTAINERS: add Jesper as reviewer on hw/nvmeKlaus Jensen1-0/+1
2024-03-12hw/nvme: fix invalid check on mclKlaus Jensen1-1/+1
2024-03-12hw/nvme: separate 'serial' property for VFsMinwoo Im1-1/+7
2024-03-12i386: load kernel on xen using DMAMarek Marczykowski-Górecki1-1/+2
2024-03-12xen: Drop out of coroutine context xen_invalidate_map_cache_entryPeng Fan1-2/+28
2024-03-12xen/pt: Emulate multifunction bit in header typeRoss Lagerwall1-2/+5
2024-03-12tcg/aarch64: Fix tcg_out_brcond for test comparisonsRichard Henderson1-0/+1