aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)Author
2023-11-01migration: Hack to maintain backwards compatibility for ppcJuan Quintela
2023-10-20migration: simplify blockersSteve Sistare
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-09-29spapr: Clean up local variable shadowing in spapr_get_fw_dev_path()Cédric Le Goater
2023-09-29spapr: Clean up local variable shadowing in spapr_init_cpus()Cédric Le Goater
2023-09-29spapr: Clean up local variable shadowing in spapr_dt_cpus()Cédric Le Goater
2023-09-20ppc: spelling fixesMichael Tokarev
2023-09-18spapr: Remove support for NVIDIA V100 GPU with NVLink2Cédric Le Goater
2023-09-06spapr: Fix record-replay machine reset consuming too many eventsNicholas Piggin
2023-09-06spapr: Fix machine reset deadlock from replay-recordNicholas Piggin
2023-08-24Merge tag 'pull-target-arm-20230824' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2023-08-23hw: Add compat machines for 8.2Cornelia Huck
2023-08-22accel/kvm: Use negative KVM type for error propagationAkihiko Odaki
2023-07-12hw/ppc/spapr: Use machine_memory_devices_init()David Hildenbrand
2023-06-25spapr: TCG allow up to 8-thread SMT on POWER8 and newer CPUsNicholas Piggin
2023-06-25hw/ppc/spapr: Test whether TCG is enabled with tcg_enabled()Philippe Mathieu-Daudé
2023-06-25ppc/spapr: Move spapr nested HV to a new fileNicholas Piggin
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin
2023-05-28spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcallNicholas Piggin
2023-05-18migration: Move rate_limit_max and rate_limit_used to migration_statsJuan Quintela
2023-04-20hw: Add compat machines for 8.1Cornelia Huck
2022-12-21Merge tag 'pull-ppc-20221221' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell
2022-12-21hw/ppc/spapr: Reduce "vof.h" inclusionPhilippe Mathieu-Daudé
2022-12-21hw: Add compat machines for 8.0Cornelia Huck
2022-12-14qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld
2022-10-17hw/ppc: set machine->fdt in spapr machineDaniel Henrique Barboza
2022-09-22hw/ppc/pnv: Avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-20hw/ppc: spapr: Use qemu_vfree() to free spapr->htabXuzhou Cheng
2022-08-25hw: Add compat machines for 7.2Cornelia Huck
2022-07-18ppc: Check partition and process table alignmentLeandro Lupori
2022-07-18hw/ppc: pass random seed to fdtJason A. Donenfeld
2022-07-06ppc/spapr: Implement H_WATCHDOGAlexey Kardashevskiy
2022-05-26spapr: Use address from elf parser for kernel addressAlexey Kardashevskiy
2022-05-26pseries: allow setting stdout-path even on machines with a VGAPaolo Bonzini
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini
2022-05-09Warn user if the vga flag is passed but no vga device is createdGautam Agrawal
2022-05-05target/ppc: Remove msr_pr macroVíctor Colombo
2022-04-20hw: Add compat machines for 7.1Cornelia Huck
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-03-02hw/ppc/spapr.c: fail early if no firmware found in machine_init()Daniel Henrique Barboza
2022-03-02hw/ppc/spapr.c: use g_autofree in spapr_dt_chosen()Daniel Henrique Barboza
2022-02-18spapr: implement nested-hv capability for the virtual hypervisorNicholas Piggin
2022-02-18target/ppc: Introduce a vhyp framework for nested HV supportNicholas Piggin
2022-02-18target/ppc: make vhyp get_pate method take lpid and return successNicholas Piggin
2022-02-18spapr: nvdimm: Implement H_SCM_FLUSH hcallShivaprasad G Bhat
2022-01-28spapr.c: check bus != NULL in spapr_get_fw_dev_path()Daniel Henrique Barboza
2022-01-12spapr: Fix support of POWER5+ processorsCédric Le Goater