Age | Commit message (Expand) | Author |
2021-09-30 | spapr: move FORM1 verifications to post CAS | Daniel Henrique Barboza |
2021-09-30 | spapr_numa.c: rename numa_assoc_array to FORM1_assoc_array | Daniel Henrique Barboza |
2021-07-09 | spapr: Fix implementation of Open Firmware client interface | Alexey Kardashevskiy |
2021-07-09 | target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS L1D cache flush bits | Nicholas Piggin |
2021-07-09 | spapr: Implement Open Firmware client interface | Alexey Kardashevskiy |
2021-05-19 | hw/ppc: moved has_spr to cpu.h | Lucas Mateus Castro (alqotel) |
2021-05-19 | hw/ppc: moved hcalls that depend on softmmu | Lucas Mateus Castro (alqotel) |
2021-05-19 | hw/ppc/spapr.c: Extract MMU mode error reporting into a function | Fabiano Rosas |
2021-05-05 | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210504' in... | Peter Maydell |
2021-05-04 | target/ppc: Add POWER10 exception model | Nicholas Piggin |
2021-05-04 | target/ppc: rework AIL logic in interrupt delivery | Nicholas Piggin |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth |
2021-01-19 | spapr_hcall.c: make do_client_architecture_support static | Daniel Henrique Barboza |
2021-01-06 | spapr: Introduce spapr_drc_reset_all() | Greg Kurz |
2021-01-06 | spapr: Fix reset of transient DR connectors | Greg Kurz |
2021-01-06 | spapr: Call spapr_drc_reset() for all DRCs at CAS | Greg Kurz |
2020-12-14 | spapr: Pass sPAPR machine state down to spapr_pci_switch_vga() | Greg Kurz |
2020-11-05 | spapr: Convert hpt_prepare_thread() to use qemu_try_memalign() | Greg Kurz |
2020-10-09 | spapr: Simplify error handling in do_client_architecture_support() | Greg Kurz |
2020-10-09 | spapr: Get rid of cas_check_pvr() error reporting | Greg Kurz |
2020-09-08 | spapr: move h_home_node_associativity to spapr_numa.c | Daniel Henrique Barboza |
2020-07-10 | qom: Crash more nicely on object_property_get_link() failure | Markus Armbruster |
2020-05-07 | spapr: Drop CAS reboot flag | Greg Kurz |
2020-05-07 | spapr/cas: Separate CAS handling from rebuilding the FDT | Alexey Kardashevskiy |
2020-05-07 | spapr: Simplify selection of radix/hash during CAS | Greg Kurz |
2020-05-07 | spapr: Don't check capabilities removed between CAS calls | Greg Kurz |
2020-03-24 | spapr: Fix memory leak in h_client_architecture_support() | Greg Kurz |
2020-03-17 | spapr: Don't attempt to clamp RMA to VRMA constraint | David Gibson |
2020-03-17 | spapr: Handle pending hot plug/unplug requests at CAS | Greg Kurz |
2020-02-25 | Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD | Paolo Bonzini |
2020-02-21 | spapr: Don't use spapr_drc_needed() in CAS code | Greg Kurz |
2020-02-20 | Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument | Philippe Mathieu-Daudé |
2020-02-02 | spapr: Don't allow multiple active vCPUs at CAS | Greg Kurz |
2020-02-02 | spapr: Fail CAS if option vector table cannot be parsed | Greg Kurz |
2019-12-17 | spapr: Simplify ovec diff | David Gibson |
2019-12-17 | spapr: Fold h_cas_compose_response() into h_client_architecture_support() | David Gibson |
2019-12-17 | spapr: Don't trigger a CAS reboot for XICS/XIVE mode changeover | David Gibson |
2019-10-04 | spapr: Use less cryptic representation of which irq backends are supported | David Gibson |
2019-10-04 | spapr: Simplify handling of pre ISA 3.0 guest workaround handling | David Gibson |
2019-08-29 | spapr: Use SHUTDOWN_CAUSE_SUBSYSTEM_RESET for CAS reboots | David Gibson |
2019-08-21 | spapr: initial implementation for H_TPM_COMM/spapr-tpm-proxy | Michael Roth |
2019-08-21 | spapr: Implement H_JOIN | Nicholas Piggin |
2019-08-21 | spapr: Implement H_CONFER | Nicholas Piggin |
2019-08-21 | spapr: Implement H_PROD | Nicholas Piggin |
2019-08-21 | spapr: Implement dispatch tracking for tcg | Nicholas Piggin |
2019-08-21 | ppc: fix leak in h_client_architecture_support | Shivaprasad G Bhat |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-05-29 | spapr: Print out extra hints when CAS negotiation of interrupt mode fails | Greg Kurz |