Re: [PATCH v8 7/7] KVM: x86: Allow Qemu/KVM to use PVH entry point

From: Paolo Bonzini
Date: Thu Dec 06 2018 - 17:05:32 EST


On 06/12/18 07:06, Maran Wilson wrote:
> +config KVM_GUEST_PVH
> + bool "Support for running as a KVM PVH guest"
> + depends on KVM_GUEST
> + select PVH
> + ---help---
> + This option enables starting KVM guests via the PVH entry point as
> + specified in the x86/HVM direct boot ABI.
> +

This symbol is unused, so it can be removed.

Paolo