xen: XEN_PVHVM depends on PCI
Xen PV on HVM guests require PCI support because they need the xen-platform-pci driver in order to initialize xenbus. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
This commit is contained in:
Родитель
e1db4cef89
Коммит
b17d0b5c08
|
@ -25,8 +25,7 @@ config XEN_PRIVILEGED_GUEST
|
||||||
|
|
||||||
config XEN_PVHVM
|
config XEN_PVHVM
|
||||||
def_bool y
|
def_bool y
|
||||||
depends on XEN
|
depends on XEN && PCI && X86_LOCAL_APIC
|
||||||
depends on X86_LOCAL_APIC
|
|
||||||
|
|
||||||
config XEN_MAX_DOMAIN_MEMORY
|
config XEN_MAX_DOMAIN_MEMORY
|
||||||
int
|
int
|
||||||
|
|
Загрузка…
Ссылка в новой задаче