Merge pull request #7703 from bergwolf/github/nerdctl-fc

runtime: run prestart hooks before starting VM for FC
This commit is contained in:
Peng Tao
2023-09-07 10:55:31 +08:00
committed by GitHub
15 changed files with 116 additions and 12 deletions

View File

@@ -307,6 +307,7 @@ func (q *qemuArchBase) capabilities(hConfig HypervisorConfig) types.Capabilities
var caps types.Capabilities
caps.SetBlockDeviceHotplugSupport()
caps.SetMultiQueueSupport()
caps.SetNetworkDeviceHotplugSupported()
if hConfig.SharedFS != config.NoSharedFS {
caps.SetFsSharingSupport()
}