diff options
Diffstat (limited to 'tools/syz-execprog/execprog.go')
| -rw-r--r-- | tools/syz-execprog/execprog.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/syz-execprog/execprog.go b/tools/syz-execprog/execprog.go index 38412edd4..a5ef8fbc4 100644 --- a/tools/syz-execprog/execprog.go +++ b/tools/syz-execprog/execprog.go @@ -329,5 +329,8 @@ func createConfig(target *prog.Target, if featuresFlags["devlink_pci"].Enabled && features[host.FeatureDevlinkPCI].Enabled { config.Flags |= ipc.FlagEnableDevlinkPCI } + if featuresFlags["vhci"].Enabled && features[host.FeatureVhciInjection].Enabled { + config.Flags |= ipc.FlagEnableVhciInjection + } return config, execOpts } |
