]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
target/riscv: redirect XVentanaCondOps to use the Zicond functions
authorPhilipp Tomsich <philipp.tomsich@vrull.eu>
Tue, 7 Mar 2023 18:07:08 +0000 (19:07 +0100)
committerAlistair Francis <alistair.francis@wdc.com>
Fri, 5 May 2023 00:49:50 +0000 (10:49 +1000)
commit4f2493146d783d71c5dc6e72452f80b86641ba7f
tree70f9544c0c0c310bcab8c25a8591cceb35efb7e4
parent378e43fa722a501fbf94f81fa89a87a7a78dddcb
target/riscv: redirect XVentanaCondOps to use the Zicond functions

The Zicond standard extension implements the same instruction
semantics as XVentanaCondOps, although using different mnemonics and
opcodes.

Point XVentanaCondOps to the (newly implemented) Zicond implementation
to reduce the future maintenance burden.

Also updating MAINTAINERS as trans_xventanacondops.c.inc.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philipp Tomsich <philipp.tomsich@vrull.eu>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Message-Id: <20230307180708.302867-3-philipp.tomsich@vrull.eu>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
MAINTAINERS
target/riscv/insn_trans/trans_xventanacondops.c.inc