OSDN Git Service

target/arm: Remove duplicate 'host' entry in '-cpu ?' output
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 27 Jul 2018 13:23:11 +0000 (10:23 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 30 Jul 2018 14:07:08 +0000 (15:07 +0100)
commit0261fb805c00a6f97d143235e7b06b0906bdf898
tree58a73414cf1cbaaac6f21461526502ed23382f42
parent218fe5ce402986cf2cf246d65bf71de9f3508fe3
target/arm: Remove duplicate 'host' entry in '-cpu ?' output

Since 86f0a186d6f the TYPE_ARM_HOST_CPU is only compiled when CONFIG_KVM
is enabled.

Remove the now redundant special-case introduced in a96c0514ab7, to avoid:

  $ qemu-system-aarch64 -machine virt -cpu \? | fgrep host
  host
  host (only available in KVM mode)

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20180727132311.2777-1-f4bug@amsat.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c