Merge pull request #9849 from markyangcc/main

runtime: fix missing of VhostUserDeviceReconnect parameter assignment
This commit is contained in:
Alex Lyn 2024-06-27 21:48:37 +08:00 committed by GitHub
commit d66c214ae7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -962,6 +962,7 @@ func newQemuHypervisorConfig(h hypervisor) (vc.HypervisorConfig, error) {
EnableVhostUserStore: h.EnableVhostUserStore,
VhostUserStorePath: h.vhostUserStorePath(),
VhostUserStorePathList: h.VhostUserStorePathList,
VhostUserDeviceReconnect: h.VhostUserDeviceReconnect,
SeccompSandbox: h.SeccompSandbox,
GuestHookPath: h.guestHookPath(),
RxRateLimiterMaxRate: rxRateLimiterMaxRate,