| Commit message (Expand) | Author | Age | Files | Lines |
* | spapr: Simplify error handling in do_client_architecture_support() | Greg Kurz | 2020-10-09 | 1 | -4/+3 |
* | spapr: Get rid of cas_check_pvr() error reporting | Greg Kurz | 2020-10-09 | 1 | -15/+12 |
* | spapr: move h_home_node_associativity to spapr_numa.c | Daniel Henrique Barboza | 2020-09-08 | 1 | -40/+0 |
* | qom: Crash more nicely on object_property_get_link() failure | Markus Armbruster | 2020-07-10 | 1 | -1/+2 |
* | spapr: Drop CAS reboot flag | Greg Kurz | 2020-05-07 | 1 | -19/+14 |
* | spapr/cas: Separate CAS handling from rebuilding the FDT | Alexey Kardashevskiy | 2020-05-07 | 1 | -26/+41 |
* | spapr: Simplify selection of radix/hash during CAS | Greg Kurz | 2020-05-07 | 1 | -5/+1 |
* | spapr: Don't check capabilities removed between CAS calls | Greg Kurz | 2020-05-07 | 1 | -13/+1 |
* | spapr: Fix memory leak in h_client_architecture_support() | Greg Kurz | 2020-03-24 | 1 | -0/+1 |
* | spapr: Don't attempt to clamp RMA to VRMA constraint | David Gibson | 2020-03-16 | 1 | -2/+2 |
* | spapr: Handle pending hot plug/unplug requests at CAS | Greg Kurz | 2020-03-16 | 1 | -6/+5 |
* | Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD | Paolo Bonzini | 2020-02-25 | 1 | -2/+2 |
|\ |
|
| * | Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument | Philippe Mathieu-Daudé | 2020-02-20 | 1 | -2/+2 |
* | | spapr: Don't use spapr_drc_needed() in CAS code | Greg Kurz | 2020-02-20 | 1 | -5/+9 |
|/ |
|
* | spapr: Don't allow multiple active vCPUs at CAS | Greg Kurz | 2020-02-02 | 1 | -0/+12 |
* | spapr: Fail CAS if option vector table cannot be parsed | Greg Kurz | 2020-02-02 | 1 | -0/+8 |
* | spapr: Simplify ovec diff | David Gibson | 2019-12-17 | 1 | -6/+2 |
* | spapr: Fold h_cas_compose_response() into h_client_architecture_support() | David Gibson | 2019-12-17 | 1 | -3/+52 |
* | spapr: Don't trigger a CAS reboot for XICS/XIVE mode changeover | David Gibson | 2019-12-17 | 1 | -20/+13 |
* | spapr: Use less cryptic representation of which irq backends are supported | David Gibson | 2019-10-04 | 1 | -3/+3 |
* | spapr: Simplify handling of pre ISA 3.0 guest workaround handling | David Gibson | 2019-10-04 | 1 | -2/+1 |
* | spapr: Use SHUTDOWN_CAUSE_SUBSYSTEM_RESET for CAS reboots | David Gibson | 2019-08-29 | 1 | -1/+1 |
* | spapr: initial implementation for H_TPM_COMM/spapr-tpm-proxy | Michael Roth | 2019-08-21 | 1 | -0/+13 |
* | spapr: Implement H_JOIN | Nicholas Piggin | 2019-08-21 | 1 | -13/+61 |
* | spapr: Implement H_CONFER | Nicholas Piggin | 2019-08-21 | 1 | -0/+67 |
* | spapr: Implement H_PROD | Nicholas Piggin | 2019-08-21 | 1 | -0/+32 |
* | spapr: Implement dispatch tracking for tcg | Nicholas Piggin | 2019-08-21 | 1 | -5/+0 |
* | ppc: fix leak in h_client_architecture_support | Shivaprasad G Bhat | 2019-08-21 | 1 | -0/+2 |
* | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+1 |
* | Include qemu/main-loop.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | spapr: Print out extra hints when CAS negotiation of interrupt mode fails | Greg Kurz | 2019-05-29 | 1 | -2/+4 |
* | spapr/xive: Sanity checks of OV5 during CAS | Greg Kurz | 2019-05-29 | 1 | -0/+24 |
* | ppc/hash64: Rework R and C bit updates | Benjamin Herrenschmidt | 2019-04-26 | 1 | -6/+7 |
* | ppc/spapr: Use proper HPTE accessors for H_READ | Benjamin Herrenschmidt | 2019-04-26 | 1 | -6/+5 |
* | spapr: Correctly set LPCR[GTSE] in H_REGISTER_PROCESS_TABLE | David Gibson | 2019-03-19 | 1 | -1/+2 |
* | spapr: Use CamelCase properly | David Gibson | 2019-03-12 | 1 | -49/+49 |
* | target/ppc/spapr: Clear partition table entry when allocating hash table | Suraj Jitindar Singh | 2019-03-12 | 1 | -4/+8 |
* | target/ppc/spapr: Add SPAPR_CAP_CCF_ASSIST | Suraj Jitindar Singh | 2019-03-12 | 1 | -0/+5 |
* | target/ppc/spapr: Add workaround option to SPAPR_CAP_IBS | Suraj Jitindar Singh | 2019-03-12 | 1 | -0/+5 |
* | target/ppc: Rename PATB/PATBE -> PATE | Benjamin Herrenschmidt | 2019-02-25 | 1 | -10/+12 |
* | target/ppc/spapr: Set LPCR:HR when using Radix mode | Benjamin Herrenschmidt | 2019-02-25 | 1 | -38/+8 |
* | spapr: introduce a new sPAPR IRQ backend supporting XIVE and XICS | Cédric Le Goater | 2019-01-08 | 1 | -0/+11 |
* | ppc/spapr: Receive and store device tree blob from SLOF | Alexey Kardashevskiy | 2019-01-08 | 1 | -0/+42 |
* | spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY | Laurent Vivier | 2019-01-08 | 1 | -0/+40 |
* | target/ppc, spapr: Move VPA information to machine_data | David Gibson | 2018-06-16 | 1 | -35/+42 |
* | spapr: fix leak in h_client_architecture_support() | Greg Kurz | 2018-06-16 | 1 | -0/+1 |
* | machine: rename MemoryHotplugState to DeviceMemoryState | David Hildenbrand | 2018-05-07 | 1 | -3/+3 |
* | machine: make MemoryHotplugState accessible via the machine | David Hildenbrand | 2018-05-07 | 1 | -1/+1 |
* | pc-dimm: factor out MemoryDevice interface | David Hildenbrand | 2018-05-07 | 1 | -0/+1 |