aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/spapr.c
AgeCommit message (Expand)Author
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
2022-01-05hw: Add compat machines for 7.0Cornelia Huck
2021-11-29target/ppc: fix Hash64 MMU update of PTE bit RLeandro Lupori
2021-10-01machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang
2021-09-30spapr_numa.c: FORM2 NUMA affinity supportDaniel Henrique Barboza
2021-09-30spapr: move FORM1 verifications to post CASDaniel Henrique Barboza
2021-09-30spapr: use DEVICE_UNPLUG_GUEST_ERROR to report unplug errorsDaniel Henrique Barboza
2021-09-29spapr.c: handle dev->id in spapr_memory_unplug_rollback()Daniel Henrique Barboza
2021-09-01hw: Add compat machines for 6.2Yanan Wang
2021-07-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-07-09usb: drop usb_host_dev_is_scsi_storage hookGerd Hoffmann
2021-07-09target/ppc: Support for H_RPT_INVALIDATE hcallBharata B Rao
2021-07-09spapr: Fix implementation of Open Firmware client interfaceAlexey Kardashevskiy
2021-07-09spapr: Implement Open Firmware client interfaceAlexey Kardashevskiy
2021-07-09spapr: tune rtas-sizeAlexey Kardashevskiy
2021-06-03spapr: Don't hijack current_machine->boot_orderGreg Kurz
2021-05-19hw/ppc: moved has_spr to cpu.hLucas Mateus Castro (alqotel)
2021-05-19hw/ppc/spapr.c: Make sure the host supports the selected MMU modeFabiano Rosas
2021-05-19hw/ppc/spapr.c: Extract MMU mode error reporting into a functionFabiano Rosas
2021-05-05Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in...Peter Maydell
2021-05-04spapr.c: do not use MachineClass::max_cpus to limit CPUsDaniel Henrique Barboza
2021-05-04spapr: Rename RTAS_MAX_ADDR to FDT_MAX_ADDRAlexey Kardashevskiy
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-04-30hw: add compat machines for 6.1Cornelia Huck
2021-04-12spapr.c: always pulse guest IRQ in spapr_core_unplug_request()Daniel Henrique Barboza
2021-04-12spapr: rollback 'unplug timeout' for CPU hotunplugsDaniel Henrique Barboza
2021-03-31spapr: Assert DIMM unplug state in spapr_memory_unplug()Greg Kurz
2021-03-10spapr.c: send QAPI event when memory hotunplug failsDaniel Henrique Barboza
2021-03-10spapr.c: remove duplicated assert in spapr_memory_unplug_request()Daniel Henrique Barboza
2021-03-10spapr.c: add 'unplug already in progress' message for PHB unplugDaniel Henrique Barboza
2021-03-10spapr_drc.c: use DRC reconfiguration to cleanup DIMM unplug stateDaniel Henrique Barboza
2021-03-10spapr_drc.c: add hotunplug timeout for CPUsDaniel Henrique Barboza