summaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky
2021-02-15target/ppc: Drop use of gdb_get_float64() and ldfq_p()Peter Maydell
2021-02-10target/ppc: Add E500 L2CSR0 write helperBin Meng
2021-02-10target/ppc: Remove unused MMU definitionsPhilippe Mathieu-Daudé
2021-02-08spapr: Add PEF based confidential guest supportDavid Gibson
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake
2020-12-14target/ppc: Introduce an mmu_is_64bit() helperGreg Kurz
2020-12-14ppc/translate: Use POWERPC_MMU_64 to detect 64-bit MMU modelsStephane Duverger
2020-12-14target/ppc: Remove "compat" property of server class POWER CPUsGreg Kurz
2020-12-14ppc/translate: Rewrite gen_lxvdsx to use gvec primitivesGiuseppe Musacchio
2020-12-14ppc/translate: Raise exceptions after setting the ccGiuseppe Musacchio
2020-12-14ppc/translate: Delay NaN checking after comparisonGiuseppe Musacchio
2020-12-14ppc/translate: Turn the helper macros into functionsGiuseppe Musacchio
2020-12-14ppc/translate: Fix unordered f64/f128 comparisonsGiuseppe Musacchio
2020-12-14target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warningsChen Qun
2020-11-24ppc/translate: Implement lxvwsx opcodeLemonBoy
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant
2020-11-13hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf
2020-11-13hmp: Pass monitor to MonitorDef.get_value()Kevin Wolf
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