summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: move vs[lr][a][bhwd] to decodetreeMatheus Ferst2022-03-023-26/+45
* target/ppc: implement vgnbMatheus Ferst2022-03-022-0/+140
* target/ppc: implement vcntmb[bhwd]Matheus Ferst2022-03-022-0/+40
* target/ppc: implement vclrrbMatheus Ferst2022-03-022-8/+25
* target/ppc: implement vclrlbMatheus Ferst2022-03-022-0/+42
* target/ppc: implement vstri[bh][lr]Matheus Ferst2022-03-024-0/+72
* target/ppc: Implement Vector Compare QuadwordMatheus Ferst2022-03-022-0/+51
* target/ppc: Implement Vector Compare Greater Than QuadwordMatheus Ferst2022-03-022-0/+41
* target/ppc: Implement Vector Compare Equal QuadwordMatheus Ferst2022-03-022-0/+37
* target/ppc: Move Vector Compare Not Equal or Zero to decodetreeMatheus Ferst2022-03-025-52/+80
* target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetreeMatheus Ferst2022-03-025-124/+88Star
* target/ppc: Implement vextsd2qLucas Coutinho2022-03-022-0/+19
* target/ppc: Move vexts[bhw]2[wd] to decodetreeLucas Coutinho2022-03-025-30/+61
* target/ppc: Implement vmsumudm instructionVíctor Colombo2022-03-022-0/+35
* target/ppc: Implement vmsumcud instructionVíctor Colombo2022-03-022-0/+57
* target/ppc: vmulh* instructions without helpersLucas Mateus Castro (alqotel)2022-03-023-43/+87
* target/ppc: Moved vector multiply high and low to decodetreeLucas Mateus Castro (alqotel)2022-03-025-18/+30
* target/ppc: moved vector even and odd multiplication to decodetreeLucas Mateus Castro (alqotel)2022-03-025-52/+106
* target/ppc: Introduce TRANS*FLAGS macrosLuis Pires2022-03-022-25/+31
* target/ppc: trigger PERFM EBBs from power8-pmu.cDaniel Henrique Barboza2022-03-023-2/+54
* target/ppc: add PPC_INTERRUPT_EBB and EBB exceptionsDaniel Henrique Barboza2022-03-023-1/+41
* target/ppc: finalize pre-EBB PMU logicDaniel Henrique Barboza2022-03-021-2/+34
* target/ppc: make power8-pmu.c CONFIG_TCG onlyDaniel Henrique Barboza2022-03-024-13/+15
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220228' into...Peter Maydell2022-03-014-0/+9
|\
| * tcg: Remove dh_alias indirection for dh_typecodeRichard Henderson2022-02-284-0/+9
* | s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1David Miller2022-02-282-5/+8
* | s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the ...David Miller2022-02-285-5/+107
* | s390x: sck: load into a temporary not into in1Nico Boehr2022-02-252-3/+2Star
|/
* Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell2022-02-222-3/+0Star
|\
| * target/rx: Remove unused ENV_OFFSET definitionPhilippe Mathieu-Daudé2022-02-211-2/+0Star
| * target/avr: Correct AVRCPUClass docstringPhilippe Mathieu-Daudé2022-02-211-1/+0Star
* | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell2022-02-2242-3/+44
|\ \
| * | exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-2138-3/+39
| * | target: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé2022-02-215-0/+5
| |/
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2022-02-214-3/+26
|\ \
| * | target/i386: add TCG support for UMIPGareth Webb2022-02-164-3/+26
* | | include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell2022-02-212-0/+2
* | | target/arm: Support PAuth extension for hvfPeter Maydell2022-02-211-4/+10
* | | target/arm: Fix '-cpu max' for HVFPeter Maydell2022-02-211-2/+3
* | | target/arm: Unindent unnecessary else-clausePeter Maydell2022-02-211-160/+163
* | | target/arm: Make KVM -cpu max exactly like -cpu hostPeter Maydell2022-02-211-6/+8
* | | target/arm: Use aarch64_cpu_register() for 'host' CPU typePeter Maydell2022-02-211-13/+4Star
* | | target/arm: Move '-cpu host' code to cpu64.cPeter Maydell2022-02-212-30/+30
* | | hvf: arm: Handle unknown ID registers as RES0Alexander Graf2022-02-211-0/+14
* | | hvf: arm: Use macros for sysreg shift/maskingAlexander Graf2022-02-211-22/+47
| |/ |/|
* | target/ppc: Move common SPR functions out of cpu_initFabiano Rosas2022-02-183-400/+403
* | target/ppc: cpu_init: Move check_pow and QOM macros to a headerFabiano Rosas2022-02-182-37/+39
* | target/ppc: cpu_init: Move SPR registration macros to a headerFabiano Rosas2022-02-182-56/+65
* | target/ppc: cpu_init: Expose some SPR registration helpersFabiano Rosas2022-02-182-7/+15
* | target/ppc: Rename spr_tcg.h to spr_common.hFabiano Rosas2022-02-183-4/+4