summaryrefslogtreecommitdiffstats
path: root/target/ppc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-03-111-1/+1
|\
| * sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* | qtest: delete superfluous inclusions of qtest.hChen Qun2021-03-091-1/+0Star
|/
* sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky2021-02-161-0/+5
* target/ppc: Drop use of gdb_get_float64() and ldfq_p()Peter Maydell2021-02-152-6/+6
* target/ppc: Add E500 L2CSR0 write helperBin Meng2021-02-102-0/+22
* target/ppc: Remove unused MMU definitionsPhilippe Mathieu-Daudé2021-02-101-3/+0Star
* spapr: Add PEF based confidential guest supportDavid Gibson2021-02-082-24/+0Star
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-12/+21
* cpu: move do_unaligned_access to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-1/+1
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-1/+1
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-6/+10
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+1
* migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-191-5/+5
* qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-10/+2Star
* target/ppc: Introduce an mmu_is_64bit() helperGreg Kurz2020-12-147-12/+17
* ppc/translate: Use POWERPC_MMU_64 to detect 64-bit MMU modelsStephane Duverger2020-12-141-2/+2
* target/ppc: Remove "compat" property of server class POWER CPUsGreg Kurz2020-12-141-59/+0Star
* ppc/translate: Rewrite gen_lxvdsx to use gvec primitivesGiuseppe Musacchio2020-12-141-23/+23
* ppc/translate: Raise exceptions after setting the ccGiuseppe Musacchio2020-12-141-14/+14
* ppc/translate: Delay NaN checking after comparisonGiuseppe Musacchio2020-12-141-38/+42
* ppc/translate: Turn the helper macros into functionsGiuseppe Musacchio2020-12-141-105/+123
* ppc/translate: Fix unordered f64/f128 comparisonsGiuseppe Musacchio2020-12-141-10/+22
* target/ppc: replaced the TODO with LOG_UNIMP and add break for silence warningsChen Qun2020-12-141-2/+3
* ppc/translate: Implement lxvwsx opcodeLemonBoy2020-11-242-0/+31
* powerpc tcg: Fix Lesser GPL version numberChetan Pant2020-11-1524-24/+24
* hmp: Pass monitor to mon_get_cpu_env()Kevin Wolf2020-11-131-5/+5
* hmp: Pass monitor to MonitorDef.get_value()Kevin Wolf2020-11-131-4/+8
* target/ppc/excp_helper: Add a fallthrough for fix compiler warningChen Qun2020-11-051-0/+1
* ppc/: fix some comment spelling errorszhaolichang2020-10-279-14/+14
* target/ppc: Fix kvmppc_load_htab_chunk() error reportingGreg Kurz2020-10-272-8/+8
* spapr: Unrealize vCPUs with qdev_unrealize()Greg Kurz2020-10-271-0/+2
* ppc: Fix return value in cpu_post_load() error pathGreg Kurz2020-10-091-4/+5
* ppc: Add a return value to ppc_set_compat() and ppc_set_compat_all()Greg Kurz2020-10-092-13/+17
* qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé2020-09-221-1/+1
* qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost2020-09-181-1/+1
* target/ppc: Set instance_align on PowerPCCPU TypeInfoRichard Henderson2020-09-181-0/+1
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-09-112-17/+8Star
|\
| * Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost2020-09-091-4/+2Star
| * Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-092-14/+4Star
| * Move QOM typedefs and add missing includesEduardo Habkost2020-09-092-3/+6
* | trace-events: Delete unused trace pointsMarkus Armbruster2020-09-091-1/+0Star
|/
* target/ppc: Remove superfluous breaksLiao Pingfang2020-09-011-5/+0Star
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell2020-08-248-54/+197
|\
| * target/ppc: Integrate icount to purr, vtb, and tbu40Gustavo Romero2020-08-131-0/+30
| * target/ppc: Fix SPE unavailable exception triggeringMatthieu Bucchianeri2020-08-121-33/+64
| * target/ppc: add vmulh{su}d instructionsLijun Pan2020-08-124-0/+22
| * target/ppc: add vmulh{su}w instructionsLijun Pan2020-08-124-2/+29
| * target/ppc: add vmulld instructionLijun Pan2020-08-122-0/+5