aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-03-02target/ppc: implement vrlqMatheus Ferst
2022-03-02target/ppc: move vrl[bhwd]nm/vrl[bhwd]mi to decodetreeMatheus Ferst
2022-03-02target/ppc: move vrl[bhwd] to decodetreeMatheus Ferst
2022-03-02target/ppc: implement vsraqMatheus Ferst
2022-03-02target/ppc: implement vsrqMatheus Ferst
2022-03-02target/ppc: implement vslqMatheus Ferst
2022-03-02target/ppc: move vs[lr][a][bhwd] to decodetreeMatheus Ferst
2022-03-02target/ppc: implement vgnbMatheus Ferst
2022-03-02target/ppc: implement vcntmb[bhwd]Matheus Ferst
2022-03-02target/ppc: implement vclrrbMatheus Ferst
2022-03-02target/ppc: implement vclrlbMatheus Ferst
2022-03-02target/ppc: implement vstri[bh][lr]Matheus Ferst
2022-03-02target/ppc: Implement Vector Compare QuadwordMatheus Ferst
2022-03-02target/ppc: Implement Vector Compare Greater Than QuadwordMatheus Ferst
2022-03-02target/ppc: Implement Vector Compare Equal QuadwordMatheus Ferst
2022-03-02target/ppc: Move Vector Compare Not Equal or Zero to decodetreeMatheus Ferst
2022-03-02target/ppc: Move Vector Compare Equal/Not Equal/Greater Than to decodetreeMatheus Ferst
2022-03-02target/ppc: Implement vextsd2qLucas Coutinho
2022-03-02target/ppc: Move vexts[bhw]2[wd] to decodetreeLucas Coutinho
2022-03-02target/ppc: Implement vmsumudm instructionVíctor Colombo
2022-03-02target/ppc: Implement vmsumcud instructionVíctor Colombo
2022-03-02target/ppc: vmulh* instructions without helpersLucas Mateus Castro (alqotel)
2022-03-02target/ppc: Moved vector multiply high and low to decodetreeLucas Mateus Castro (alqotel)
2022-03-02target/ppc: moved vector even and odd multiplication to decodetreeLucas Mateus Castro (alqotel)
2022-03-02target/ppc: Introduce TRANS*FLAGS macrosLuis Pires
2022-03-02target/ppc: trigger PERFM EBBs from power8-pmu.cDaniel Henrique Barboza
2022-03-02target/ppc: add PPC_INTERRUPT_EBB and EBB exceptionsDaniel Henrique Barboza
2022-03-02target/ppc: finalize pre-EBB PMU logicDaniel Henrique Barboza
2022-03-02target/ppc: make power8-pmu.c CONFIG_TCG onlyDaniel Henrique Barboza
2022-03-01Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220228' into...Peter Maydell
2022-02-28tcg: Remove dh_alias indirection for dh_typecodeRichard Henderson
2022-02-28s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1David Miller
2022-02-28s390x/tcg: Implement Miscellaneous-Instruction-Extensions Facility 3 for the ...David Miller
2022-02-25s390x: sck: load into a temporary not into in1Nico Boehr
2022-02-22Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell
2022-02-22Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell
2022-02-21Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2022-02-21target/rx: Remove unused ENV_OFFSET definitionPhilippe Mathieu-Daudé
2022-02-21target/avr: Correct AVRCPUClass docstringPhilippe Mathieu-Daudé
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell
2022-02-21target/arm: Support PAuth extension for hvfPeter Maydell
2022-02-21target/arm: Fix '-cpu max' for HVFPeter Maydell
2022-02-21target/arm: Unindent unnecessary else-clausePeter Maydell
2022-02-21target/arm: Make KVM -cpu max exactly like -cpu hostPeter Maydell
2022-02-21target/arm: Use aarch64_cpu_register() for 'host' CPU typePeter Maydell
2022-02-21target/arm: Move '-cpu host' code to cpu64.cPeter Maydell
2022-02-21hvf: arm: Handle unknown ID registers as RES0Alexander Graf
2022-02-21hvf: arm: Use macros for sysreg shift/maskingAlexander Graf
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2022-02-21target: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé