mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 19:54:35 +00:00
packaging/kernel: Add CONFIG_PCI_MMCONFIG to x86 guest kernel configuration
The guest kernel configuration suggested for Kata, and which is used by the CI didn't include CONFIG_PCI_MMCONFIG. That's kind of weird, MMCONFIG is the modern normal way of handling configuration cycles. In addition, due to a complex set of interactions through the ACPI code, disabling MMCONFIG means that SHPC hotplug doesn't work: the driver is included in the guest kernel, but will fail to probe on PCI to PCI bridges, meaning it won't actually be activated. Enable MMCONFIG so that we suggest and testa more typical guest kernel configuration. fixes #2288 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
4cde619c68
commit
c4236cb2d1
@ -1 +1,2 @@
|
||||
CONFIG_PCI_MMCONFIG=y
|
||||
CONFIG_PCI_MSI_IRQ_DOMAIN=y
|
||||
|
@ -1 +1 @@
|
||||
85
|
||||
86
|
||||
|
Loading…
Reference in New Issue
Block a user