summary refs log tree commit diff stats
path: root/hw/ppc/spapr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spapr: TCG allow up to 8-thread SMT on POWER8 and newer CPUsNicholas Piggin2023-06-251-4/+13
* hw/ppc/spapr: Test whether TCG is enabled with tcg_enabled()Philippe Mathieu-Daudé2023-06-251-1/+1
* ppc/spapr: Move spapr nested HV to a new fileNicholas Piggin2023-06-251-0/+1
* target/ppc: Add POWER9 DD2.2 modelNicholas Piggin2023-05-281-1/+1
* spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcallNicholas Piggin2023-05-281-0/+7
* migration: Move rate_limit_max and rate_limit_used to migration_statsJuan Quintela2023-05-181-2/+2
* hw: Add compat machines for 8.1Cornelia Huck2023-04-201-2/+13
* Merge tag 'pull-ppc-20221221' of https://gitlab.com/danielhb/qemu into stagingPeter Maydell2022-12-211-0/+1
|\
| * hw/ppc/spapr: Reduce "vof.h" inclusionPhilippe Mathieu-Daudé2022-12-211-0/+1
* | hw: Add compat machines for 8.0Cornelia Huck2022-12-211-2/+13
|/
* qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-1/+1
* reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld2022-10-271-2/+2
* hw/ppc: set machine->fdt in spapr machineDaniel Henrique Barboza2022-10-171-0/+3
* hw/ppc/pnv: Avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-4/+4
* hw/ppc: spapr: Use qemu_vfree() to free spapr->htabXuzhou Cheng2022-09-201-1/+1
* hw: Add compat machines for 7.2Cornelia Huck2022-08-251-2/+13
* ppc: Check partition and process table alignmentLeandro Lupori2022-07-181-0/+5
* hw/ppc: pass random seed to fdtJason A. Donenfeld2022-07-181-0/+5
* ppc/spapr: Implement H_WATCHDOGAlexey Kardashevskiy2022-07-061-0/+4
* spapr: Use address from elf parser for kernel addressAlexey Kardashevskiy2022-05-261-2/+11
* pseries: allow setting stdout-path even on machines with a VGAPaolo Bonzini2022-05-261-4/+8
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-121-2/+2
* Warn user if the vga flag is passed but no vga device is createdGautam Agrawal2022-05-091-0/+1
* target/ppc: Remove msr_pr macroVíctor Colombo2022-05-051-1/+1
* hw: Add compat machines for 7.1Cornelia Huck2022-04-201-2/+13
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
* hw/ppc/spapr.c: fail early if no firmware found in machine_init()Daniel Henrique Barboza2022-03-021-13/+11
* hw/ppc/spapr.c: use g_autofree in spapr_dt_chosen()Daniel Henrique Barboza2022-03-021-5/+2
* spapr: implement nested-hv capability for the virtual hypervisorNicholas Piggin2022-02-181-5/+32
* target/ppc: Introduce a vhyp framework for nested HV supportNicholas Piggin2022-02-181-0/+6
* target/ppc: make vhyp get_pate method take lpid and return successNicholas Piggin2022-02-181-1/+6
* spapr: nvdimm: Implement H_SCM_FLUSH hcallShivaprasad G Bhat2022-02-181-0/+2
* spapr.c: check bus != NULL in spapr_get_fw_dev_path()Daniel Henrique Barboza2022-01-281-1/+1
* spapr: Fix support of POWER5+ processorsCédric Le Goater2022-01-121-4/+6
* hw: Add compat machines for 7.0Cornelia Huck2022-01-051-2/+13
* target/ppc: fix Hash64 MMU update of PTE bit RLeandro Lupori2021-11-291-4/+4
* machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang2021-10-011-1/+1
* machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang2021-10-011-0/+1
* spapr_numa.c: FORM2 NUMA affinity supportDaniel Henrique Barboza2021-09-301-0/+8
* spapr: move FORM1 verifications to post CASDaniel Henrique Barboza2021-09-301-33/+0
* spapr: use DEVICE_UNPLUG_GUEST_ERROR to report unplug errorsDaniel Henrique Barboza2021-09-301-1/+9
* spapr.c: handle dev->id in spapr_memory_unplug_rollback()Daniel Henrique Barboza2021-09-291-1/+1
* hw: Add compat machines for 6.2Yanan Wang2021-09-011-2/+13
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-111-1/+1
|\
| * usb: drop usb_host_dev_is_scsi_storage hookGerd Hoffmann2021-07-091-1/+1
* | target/ppc: Support for H_RPT_INVALIDATE hcallBharata B Rao2021-07-091-0/+6
* | spapr: Fix implementation of Open Firmware client interfaceAlexey Kardashevskiy2021-07-091-9/+1
* | spapr: Implement Open Firmware client interfaceAlexey Kardashevskiy2021-07-091-7/+60