]> git.proxmox.com Git - mirror_qemu.git/commit
target/hppa: Remove object_class_is_abstract()
authorGavin Shan <gshan@redhat.com>
Tue, 14 Nov 2023 23:55:59 +0000 (09:55 +1000)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 5 Jan 2024 15:20:14 +0000 (16:20 +0100)
commitb0b8fa181472a7e745cb0c2c33b5c84dbb3b34ef
tree1d7e6e9fbbd2a668a68573322bdf244871e162b4
parent9c115f68e2d27a7aea71e4956689a091fad1ba64
target/hppa: Remove object_class_is_abstract()

Since commit 3a9d0d7b64 ("hw/cpu: Call object_class_is_abstract()
once in cpu_class_by_name()"), there is no need to check if @oc is
abstract because it has been covered by cpu_class_by_name().

Signed-off-by: Gavin Shan <gshan@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231114235628.534334-3-gshan@redhat.com>
[PMD: Mention commit 3a9d0d7b64]
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
target/hppa/cpu.c