target-arm/machine.c: Allow user to request GICv3 emulation
commit5de8229db542ab7a06e7355e7a095478cc73653a
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 17 Jun 2016 14:23:48 +0000 (17 15:23 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 17 Jun 2016 14:23:51 +0000 (17 15:23 +0100)
tree6d4cce735a503975a786758b7cbc0c94ced70980
parent227a8653669a8526dcef1020982628282f44820d
target-arm/machine.c: Allow user to request GICv3 emulation

Now we have an emulated GICv3, remove the restriction in
gicv3_class_name() so that the user can request a GICv3 with
-machine gic-version=3 even when not using KVM.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Shannon Zhao <shannon.zhao@linaro.org>
Tested-by: Shannon Zhao <shannon.zhao@linaro.org>
Message-id: 1465915112-29272-20-git-send-email-peter.maydell@linaro.org
target-arm/machine.c