]> git.proxmox.com Git - mirror_qemu.git/commit
target/s390x: move cc_name() to helper.c
authorDavid Hildenbrand <david@redhat.com>
Fri, 18 Aug 2017 11:43:44 +0000 (13:43 +0200)
committerCornelia Huck <cohuck@redhat.com>
Wed, 30 Aug 2017 16:23:25 +0000 (18:23 +0200)
commitc534055031bec5717b7a447fc821ca9fa2b46dcf
treeb665f8aab0fbef898ea61f639011c5a0da074b21
parent1083a3f45c8077828697b5e43510d90de943c640
target/s390x: move cc_name() to helper.c

While at it, move the translations into the function and properly pass
enum cc_op as parameter. We can't move it to cc_helper.c as this would
break --disable-tcg.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170818114353.13455-10-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/cpu.h
target/s390x/helper.c