aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-07target/riscv: Set mstatus_hs.[SD|FS] bits if Clean and V=1 in mark_fs_dirty()Frank Chang
2021-10-07disas/riscv: Add Zb[abcs] instructionsPhilipp Tomsich
2021-10-07target/riscv: Remove RVB (replaced by Zb[abcs])Philipp Tomsich
2021-10-07target/riscv: Add zext.h instructions to Zbb, removing pack/packu/packhPhilipp Tomsich
2021-10-07target/riscv: Add rev8 instruction, removing grev/greviPhilipp Tomsich
2021-10-07target/riscv: Add a REQUIRE_32BIT macroPhilipp Tomsich
2021-10-07target/riscv: Add orc.b instruction for Zbb, removing gorc/gorciPhilipp Tomsich
2021-10-07target/riscv: Reassign instructions to the Zbb-extensionPhilipp Tomsich
2021-10-07target/riscv: Add instructions of the Zbc-extensionPhilipp Tomsich
2021-10-07target/riscv: Reassign instructions to the Zbs-extensionPhilipp Tomsich
2021-10-07target/riscv: Remove shift-one instructions (proposed Zbo in pre-0.93 draft-B)Philipp Tomsich
2021-10-07target/riscv: Remove the W-form instructions from ZbsPhilipp Tomsich
2021-10-07target/riscv: Reassign instructions to the Zba-extensionPhilipp Tomsich
2021-10-07target/riscv: Add x-zba, x-zbb, x-zbc and x-zbs propertiesPhilipp Tomsich
2021-10-07target/riscv: clwz must ignore high bits (use shift-left & changed logic)Philipp Tomsich
2021-10-07target/riscv: fix clzw implementation to operate on arg1Philipp Tomsich
2021-10-07target/riscv: Introduce temporary in gen_add_uw()Philipp Tomsich
2021-10-06Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20211006' into stagingRichard Henderson
2021-10-06Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211006' into stagingRichard Henderson
2021-10-06target/hexagon: Use tcg_constant_*Philippe Mathieu-Daudé
2021-10-06target/hexagon: Remove unused TCG temporary from predicated loadsPhilippe Mathieu-Daudé
2021-10-06Hexagon (target/hexagon) probe the stores in a packet at start of commitTaylor Simpson
2021-10-06Merge remote-tracking branch 'remotes/kwolf/tags/for-upstream' into stagingRichard Henderson
2021-10-06iotests: Update for pylint 2.11.1John Snow
2021-10-06iotests/migrate-bitmaps-test: delintJohn Snow
2021-10-06iotests/mirror-top-perms: Adjust importsJohn Snow
2021-10-06iotests/linters: check mypy files all at onceJohn Snow
2021-10-06iotests: add 'qemu' package location to PYTHONPATH in testenvJohn Snow
2021-10-06block: introduce max_hw_iov for use in scsi-genericPaolo Bonzini
2021-10-06iotests/image-fleecing: declare requirement of copy-before-writeVladimir Sementsov-Ogievskiy
2021-10-06block: bdrv_insert_node(): don't use bdrv_open()Vladimir Sementsov-Ogievskiy
2021-10-06block: bdrv_insert_node(): doc and styleVladimir Sementsov-Ogievskiy
2021-10-06block: bdrv_insert_node(): fix and improve error handlingVladimir Sementsov-Ogievskiy
2021-10-06block: implement bdrv_new_open_driver_opts()Vladimir Sementsov-Ogievskiy
2021-10-06qemu-storage-daemon: Only display FUSE help when FUSE is built-inPhilippe Mathieu-Daudé
2021-10-06include/block.h: remove outdated commentEmanuele Giuseppe Esposito
2021-10-05tcg/s390x: Implement TCG_TARGET_HAS_cmpsel_vecRichard Henderson
2021-10-05tcg/s390x: Implement TCG_TARGET_HAS_bitsel_vecRichard Henderson
2021-10-05tcg/s390x: Implement TCG_TARGET_HAS_sat_vecRichard Henderson
2021-10-05tcg/s390x: Implement TCG_TARGET_HAS_minmax_vecRichard Henderson
2021-10-05tcg/s390x: Implement vector shift operationsRichard Henderson
2021-10-05tcg/s390x: Implement TCG_TARGET_HAS_mul_vecRichard Henderson
2021-10-05tcg/s390x: Implement andc, orc, abs, neg, not vector operationsRichard Henderson
2021-10-05tcg/s390x: Implement minimal vector operationsRichard Henderson
2021-10-05tcg/s390x: Implement tcg_out_dup*_vecRichard Henderson
2021-10-05tcg/s390x: Implement tcg_out_mov for vector typesRichard Henderson
2021-10-05tcg/s390x: Implement tcg_out_ld/st for vector typesRichard Henderson
2021-10-05tcg/s390x: Add host vector frameworkRichard Henderson
2021-10-05tcg/s390x: Merge TCG_AREG0 and TCG_REG_CALL_STACK into TCGRegRichard Henderson
2021-10-05tcg/s390x: Change FACILITY representationRichard Henderson