Skip to content

Commit

Permalink
genericx86-64-ext: Make VMD driver built-in
Browse files Browse the repository at this point in the history
This is a driver that adds a PCI bridge that provides access
to (mostly storage) devices "located in a different PCI domain".

Without the driver/bridge, such devices are invisible to the kernel,
which may trick the migrator into thinking there are no valid flashing
targets and start the in-memory migration.

This patch makes the driver built-in, which means the devices will
get initialized before the migrator checks for potential targets.

Changelog-entry: Initialize VMD devices before the migrator runs
Signed-off-by: Michal Toman <[email protected]>
  • Loading branch information
mtoman committed Feb 16, 2024
1 parent 1b2fe54 commit 9f58e07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2126,7 +2126,7 @@ CONFIG_HOTPLUG_PCI_SHPC=y
#
# PCI controller drivers
#
CONFIG_VMD=m
CONFIG_VMD=y
CONFIG_PCI_HYPERV_INTERFACE=y

#
Expand Down

0 comments on commit 9f58e07

Please sign in to comment.