aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2020-11-05target/ppc/excp_helper: Add a fallthrough for fix compiler warningChen Qun
2020-10-28ppc/: fix some comment spelling errorszhaolichang
2020-10-28target/ppc: Fix kvmppc_load_htab_chunk() error reportingGreg Kurz
2020-10-28spapr: Unrealize vCPUs with qdev_unrealize()Greg Kurz
2020-10-09ppc: Fix return value in cpu_post_load() error pathGreg Kurz
2020-10-09ppc: Add a return value to ppc_set_compat() and ppc_set_compat_all()Greg Kurz
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost
2020-09-18target/ppc: Set instance_align on PowerPCCPU TypeInfoRichard Henderson
2020-09-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2020-09-09trace-events: Delete unused trace pointsMarkus Armbruster
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-01target/ppc: Remove superfluous breaksLiao Pingfang
2020-08-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell
2020-08-21meson: targetPaolo Bonzini
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-08-13target/ppc: Integrate icount to purr, vtb, and tbu40Gustavo Romero
2020-08-12target/ppc: Fix SPE unavailable exception triggeringMatthieu Bucchianeri
2020-08-12target/ppc: add vmulh{su}d instructionsLijun Pan
2020-08-12target/ppc: add vmulh{su}w instructionsLijun Pan
2020-08-12target/ppc: add vmulld instructionLijun Pan
2020-08-12target/ppc: convert vmuluwm to tcg_gen_gvec_mulLijun Pan
2020-08-12target/ppc: add byte-reverse br[dwh] instructionsLijun Pan
2020-08-12target/ppc: Enable Power ISA 3.1Lijun Pan
2020-08-12target/ppc: Introduce Power ISA 3.1 flagLijun Pan
2020-08-12target/ppc: Fix TCG leak with the evmwsmiaa instructionMatthieu Bucchianeri
2020-07-27pseries: fix kvmppc_set_fwnmi()Laurent Vivier
2020-07-24error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-06-26target/ppc: Remove TIDR from POWER10 processorCédric Le Goater
2020-06-12target/ppc: Restrict PPCVirtualHypervisorClass to system-modePhilippe Mathieu-Daudé
2020-06-02target/ppc: Use tcg_gen_gvec_rotlvRichard Henderson
2020-05-27target/ppc: Fix argument to ppc_radix64_partition_scoped_xlate() againGreg Kurz
2020-05-27target/ppc: Don't update radix PTE R/C bits with gdbstubGreg Kurz
2020-05-27target/ppc: Fix arguments to ppc_radix64_partition_scoped_xlate()Greg Kurz
2020-05-27target/ppc: Add missing braces in ppc_radix64_partition_scoped_xlate()Greg Kurz
2020-05-27target/ppc: Don't initialize some local variables in ppc_radix64_xlate()Greg Kurz
2020-05-27target/ppc: Pass const pointer to ppc_radix64_get_fully_qualified_addr()Greg Kurz
2020-05-27target/ppc: Pass const pointer to ppc_radix64_get_prot_amr()Greg Kurz
2020-05-27ppc/spapr: Add hotremovable flag on DIMM LMBs on drmem_v2Leonardo Bras
2020-05-27target/ppc: Add support for scv and rfscv instructionsNicholas Piggin
2020-05-27target/ppc: Untabify excp_helper.cGreg Kurz
2020-05-19softfloat: Name compare relation enumRichard Henderson
2020-05-15target: Remove unnecessary CPU() castPhilippe Mathieu-Daudé
2020-05-15qdev: Unrealize must not failMarkus Armbruster