aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-02hw/ppc/spapr_drc.c: use g_autofree in spapr_drc_by_index()Daniel Henrique Barboza1-4/+2
2022-03-02hw/ppc/spapr_drc.c: use g_autofree in spapr_dr_connector_new()Daniel Henrique Barboza1-2/+1
2022-03-02hw/ppc/spapr_drc.c: use g_autofree in drc_unrealize()Daniel Henrique Barboza1-3/+1
2022-03-02hw/ppc/spapr_drc.c: use g_autofree in drc_realize()Daniel Henrique Barboza1-3/+1
2022-03-02hw/ppc/spapr_drc.c: use g_auto in spapr_dt_drc()Daniel Henrique Barboza1-18/+12
2022-03-02hw/ppc/spapr_caps.c: use g_autofree in spapr_caps_add_properties()Daniel Henrique Barboza1-5/+2
2022-03-02hw/ppc/spapr_caps.c: use g_autofree in spapr_cap_get_string()Daniel Henrique Barboza1-4/+3
2022-03-02hw/ppc/spapr_caps.c: use g_autofree in spapr_cap_set_string()Daniel Henrique Barboza1-5/+3
2022-03-02hw/ppc/spapr.c: fail early if no firmware found in machine_init()Daniel Henrique Barboza1-13/+11
2022-03-02hw/ppc/spapr.c: use g_autofree in spapr_dt_chosen()Daniel Henrique Barboza1-5/+2
2022-03-02pnv/xive2: Add support for 8bits thread idCédric Le Goater3-1/+8
2022-03-02pnv/xive2: Add support for automatic save&restoreCédric Le Goater5-6/+154
2022-03-02xive2: Add a get_config() handler for the router configurationCédric Le Goater3-0/+28
2022-03-02pnv/xive2: Add support XIVE2 P9-compat mode (or Gen1)Cédric Le Goater2-5/+23
2022-03-02ppc/pnv: add XIVE Gen2 TIMA supportCédric Le Goater3-2/+128
2022-03-02pnv/xive2: Introduce new capability bitsCédric Le Goater2-2/+7
2022-03-02ppc/pnv: Add support for PHB5 "Address-based trigger" modeCédric Le Goater3-6/+71
2022-03-02ppc/pnv: Add support for PQ offload on PHB5Cédric Le Goater4-1/+32
2022-03-02ppc/xive: Add support for PQ state bits offloadCédric Le Goater9-21/+199
2022-03-02ppc/xive2: Add support for notification injection on ESB pagesCédric Le Goater3-0/+20
2022-03-02ppc/psi: Add support for StoreEOI and 64k ESB pages (POWER10)Cédric Le Goater2-6/+30
2022-03-02ppc/pnv: Add a HOMER model to POWER10Cédric Le Goater5-0/+100
2022-03-02ppc/pnv: Add model for POWER10 PHB5 PCIe Host bridgeCédric Le Goater6-0/+145
2022-03-02ppc/pnv: Add POWER10 quadsCédric Le Goater2-10/+43
2022-03-02ppc/pnv: Add a OCC model for POWER10Cédric Le Goater5-0/+32
2022-03-02ppc/pnv: Add a XIVE2 controller to the POWER10 chipCédric Le Goater7-4/+2635
2022-03-02ppc/xive2: Introduce a presenter matching routineCédric Le Goater2-0/+91
2022-03-02ppc/xive2: Introduce a XIVE2 core frameworkCédric Le Goater4-1/+944
2022-03-02target/ppc: implement lxvr[bhwd]/stxvr[bhwd]xLucas Coutinho2-0/+43
2022-03-02target/ppc: implement plxssp/pstxsspLeandro Lupori4-68/+62
2022-03-02target/ppc: implement plxsd/pstxsdLeandro Lupori4-14/+67
2022-03-02target/ppc: Implement xvcvbf16spn and xvcvspbf16 instructionsVíctor Colombo4-4/+57
2022-03-02target/ppc: Implement xs{max,min}cqpVíctor Colombo4-0/+9
2022-03-02target/ppc: Refactor VSX_MAX_MINC helperVíctor Colombo1-24/+17
2022-03-02target/ppc: Move xs{max, min}[cj]dp to use do_helper_XX3Víctor Colombo3-34/+12
2022-03-02target/ppc: Move xscmp{eq,ge,gt}dp to decodetreeVíctor Colombo5-12/+34
2022-03-02target/ppc: Implement xscmp{eq,ge,gt}qpVíctor Colombo4-0/+40
2022-03-02target/ppc: Refactor VSX_SCALAR_CMP_DPVíctor Colombo1-35/+29
2022-03-02target/ppc: Remove xscmpnedp instructionVíctor Colombo4-4/+0
2022-03-02target/ppc: Implement xvtlsbb instructionVíctor Colombo2-0/+47
2022-03-02target/ppc: implement xs[n]maddqp[o]/xs[n]msubqp[o]Matheus Ferst4-0/+80
2022-03-02target/ppc: move xs[n]madd[am][ds]p/xs[n]msub[am][ds]p to decodetreeMatheus Ferst5-43/+90
2022-03-02target/ppc: Implement xxgenpcv[bhwd]m instructionMatheus Ferst4-0/+160
2022-03-02target/ppc: Implement xxevalMatheus Ferst4-0/+271
2022-03-02tcg/tcg-op-gvec.c: Introduce tcg_gen_gvec_4iMatheus Ferst2-0/+168
2022-03-02target/ppc: Implement xxpermx instructionMatheus Ferst4-0/+51
2022-03-02target/ppc: Move xxpermdi to decodetreeMatheus Ferst3-41/+36
2022-03-02target/ppc: move xxperm/xxpermr to decodetreeMatheus Ferst5-27/+45
2022-03-02target/ppc: Move xxsel to decodetreeMatheus Ferst4-67/+26
2022-03-02target/ppc: Move vsel and vperm/vpermr to decodetreeMatheus Ferst5-32/+62