aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-1/+1
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-20ppc: spelling fixesMichael Tokarev1-4/+4
2023-09-18spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater1-18/+4
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-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-07-12hw/ppc/spapr: Use machine_memory_devices_init()David Hildenbrand1-18/+19
2023-06-25spapr: TCG allow up to 8-thread SMT on POWER8 and newer CPUsNicholas Piggin1-4/+13
2023-06-25hw/ppc/spapr: Test whether TCG is enabled with tcg_enabled()Philippe Mathieu-Daudé1-1/+1
2023-06-25ppc/spapr: Move spapr nested HV to a new fileNicholas Piggin1-0/+1
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin1-1/+1
2023-05-28spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcallNicholas Piggin1-0/+7
2023-05-18migration: Move rate_limit_max and rate_limit_used to migration_statsJuan Quintela1-2/+2
2023-04-20hw: Add compat machines for 8.1Cornelia Huck1-2/+13
2022-12-21Merge tag 'pull-ppc-20221221' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell1-0/+1
2022-12-21hw/ppc/spapr: Reduce "vof.h" inclusionPhilippe Mathieu-Daudé1-0/+1
2022-12-21hw: Add compat machines for 8.0Cornelia Huck1-2/+13
2022-12-14qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster1-1/+1
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld1-2/+2
2022-10-17hw/ppc: set machine->fdt in spapr machineDaniel Henrique Barboza1-0/+3
2022-09-22hw/ppc/pnv: Avoid dynamic stack allocationPhilippe Mathieu-Daudé1-4/+4
2022-09-20hw/ppc: spapr: Use qemu_vfree() to free spapr->htabXuzhou Cheng1-1/+1
2022-08-25hw: Add compat machines for 7.2Cornelia Huck1-2/+13
2022-07-18ppc: Check partition and process table alignmentLeandro Lupori1-0/+5
2022-07-18hw/ppc: pass random seed to fdtJason A. Donenfeld1-0/+5
2022-07-06ppc/spapr: Implement H_WATCHDOGAlexey Kardashevskiy1-0/+4
2022-05-26spapr: Use address from elf parser for kernel addressAlexey Kardashevskiy1-2/+11
2022-05-26pseries: allow setting stdout-path even on machines with a VGAPaolo Bonzini1-4/+8
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini1-2/+2
2022-05-09Warn user if the vga flag is passed but no vga device is createdGautam Agrawal1-0/+1
2022-05-05target/ppc: Remove msr_pr macroVíctor Colombo1-1/+1
2022-04-20hw: Add compat machines for 7.1Cornelia Huck1-2/+13
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2022-03-02hw/ppc/spapr.c: fail early if no firmware found in machine_init()Daniel Henrique Barboza1-13/+11
2022-03-02hw/ppc/spapr.c: use g_autofree in spapr_dt_chosen()Daniel Henrique Barboza1-5/+2
2022-02-18spapr: implement nested-hv capability for the virtual hypervisorNicholas Piggin1-5/+32
2022-02-18target/ppc: Introduce a vhyp framework for nested HV supportNicholas Piggin1-0/+6
2022-02-18target/ppc: make vhyp get_pate method take lpid and return successNicholas Piggin1-1/+6
2022-02-18spapr: nvdimm: Implement H_SCM_FLUSH hcallShivaprasad G Bhat1-0/+2
2022-01-28spapr.c: check bus != NULL in spapr_get_fw_dev_path()Daniel Henrique Barboza1-1/+1
2022-01-12spapr: Fix support of POWER5+ processorsCédric Le Goater1-4/+6
2022-01-05hw: Add compat machines for 7.0Cornelia Huck1-2/+13
2021-11-29target/ppc: fix Hash64 MMU update of PTE bit RLeandro Lupori1-4/+4