KVM: arm64: Disable GICv2 support in protected mode

GICv2 requires having device mappings in guests, which breaks the
current ownership model in protected mode -- only memory can be donated
and/or shared with protected guests. While it would be desirable to
support sharing or donating devices to guests in protected mode, this
will require more work, so let's make the current assumption obvious
until then.

Signed-off-by: Quentin Perret <qperret@google.com>
2 files changed