target/arm: kvm64: remove a redundant KVM_CAP_SET_GUEST_DEBUG probe
authorChao Du <duchao@eswincomputing.com>
Tue, 19 Dec 2023 17:57:39 +0000 (17:57 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 19 Dec 2023 17:57:39 +0000 (17:57 +0000)
commitb16620c32cfdfba40d8f6e515fc9c19d12a17ef0
tree8da6fe2c65d37ddacffc9b50236d13e589d80223
parent16617c3cba550a5ee954641dc4ad905a9f3ae68e
target/arm: kvm64: remove a redundant KVM_CAP_SET_GUEST_DEBUG probe

The KVM_CAP_SET_GUEST_DEBUG is probed during kvm_init().
gdbserver will fail to start if the CAP is not supported.
So no need to make another probe here, like other targets.

Signed-off-by: Chao Du <duchao@eswincomputing.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231025070726.22689-1-duchao@eswincomputing.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Gavin Shan <gshan@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/kvm64.c