aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-02ppc/pnv: fix default PHB4 QOM hierarchyDaniel Henrique Barboza
2022-03-02hw/ppc/pnv: Determine ns16550's IRQ number from QOM propertyBernhard Beschow
2022-03-01Merge remote-tracking branch 'remotes/bsdimp/tags/bsd-user-preen-2022q1-pull-...Peter Maydell
2022-03-01Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220228' into...Peter Maydell
2022-03-01Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell
2022-03-01Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2022-02-28' into ...Peter Maydell
2022-02-28tcg/tci: Use tcg_out_ldst in tcg_out_stRichard Henderson
2022-02-28accel/tcg/cpu-exec: Fix precise single-stepping after interruptLuc Michel
2022-02-28tcg: Remove dh_alias indirection for dh_typecodeRichard Henderson
2022-02-28Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20220227' int...Peter Maydell
2022-02-28tests/tcg: port SYS_HEAPINFO to a system testAlex Bennée
2022-02-28semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFOAlex Bennée
2022-02-28tests/tcg: completely disable threadcount for sh4Alex Bennée
2022-02-28gitlab: upgrade the job definition for s390x to 20.04Alex Bennée
2022-02-28travis.yml: Update the s390x jobs to Ubuntu FocalThomas Huth
2022-02-28tests/tcg: add vectorised sha512 versionsAlex Bennée
2022-02-28tests/tcg: add sha512 testAlex Bennée
2022-02-28tests/tcg: build sha1-vector with O3 and compareAlex Bennée
2022-02-28tests/tcg/ppc64: clean-up handling of byte-reverseAlex Bennée
2022-02-28gitlab: add a new aarch32 custom runner definitionAlex Bennée
2022-02-28scripts/ci: allow for a secondary runnerAlex Bennée
2022-02-28scripts/ci: add build env rules for aarch32 on aarch64Alex Bennée
2022-02-28tests/docker: introduce debian-riscv64-test-crossAlex Bennée
2022-02-28tests/docker: update debian-s390x-cross with lcitoolAlex Bennée
2022-02-28tests/docker: update debian-arm64-cross with lcitoolAlex Bennée
2022-02-28tests/lcitool: update to latest versionAlex Bennée
2022-02-28tests/docker: add NOUSER for alpine imageAlex Bennée
2022-02-28tests/docker: restore TESTS/IMAGES filteringAlex Bennée
2022-02-28Merge remote-tracking branch 'remotes/shorne/tags/or1k-pull-request' into sta...Peter Maydell
2022-02-28qapi: Belatedly adjust limitations documentationMarkus Armbruster
2022-02-28rtc: Have event RTC_CHANGE identify the RTC by QOM pathMarkus Armbruster
2022-02-28hw/rtc: Compile pl031 once-onlyPeter Maydell
2022-02-28qapi: Document some missing details of RTC_CHANGE eventPeter Maydell
2022-02-28qapi: Move RTC_CHANGE back out of target schemaPeter Maydell
2022-02-28qapi/migration: Fix examples document wrong field name for argumentsFabian Holler
2022-02-28qapi: Fix stale reference to scripts/qapi.py in a commentMarkus Armbruster
2022-02-28keyval: Fix grammar comment to cover downstream prefixMarkus Armbruster
2022-02-28scripts/qapi: minor delintingJohn Snow
2022-02-28tests/tcg/s390x: Tests for Miscellaneous-Instruction-Extensions Facility 3David Miller
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-28travis.yml: Update the s390x jobs to Ubuntu FocalThomas Huth
2022-02-26bsd-user: Add safe system call macrosWarner Losh