[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] x86: guard HAS_VPCI with CONFIG_HVM
commit cc4e0524e0a3b475b929f68c4ff2fb893fe977fc Author: Wei Liu <wei.liu2@xxxxxxxxxx> AuthorDate: Fri Aug 10 18:08:00 2018 +0100 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Sun Aug 26 11:01:02 2018 +0100 x86: guard HAS_VPCI with CONFIG_HVM VPCI is only useful for PVH / HVM guests. Ideally CONFIG_HVM should imply !PV_SHIM_EXCLUSIVE, but we still want to build PV_SHIM_EXCLUSIVE with CONFIG_HVM at this stage because a lot of things are still entangled. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> Acked-by: Jan Beulich <jbeulich@xxxxxxxx> --- xen/arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig index ba5cb62bdd..73ab8f8f9f 100644 --- a/xen/arch/x86/Kconfig +++ b/xen/arch/x86/Kconfig @@ -23,7 +23,7 @@ config X86 select HAS_PCI select HAS_PDX select HAS_UBSAN - select HAS_VPCI if !PV_SHIM_EXCLUSIVE + select HAS_VPCI if !PV_SHIM_EXCLUSIVE && HVM select NEEDS_LIBELF select NUMA -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |