mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 00:46:38 +00:00
Merge pull request #9849 from markyangcc/main
runtime: fix missing of VhostUserDeviceReconnect parameter assignment
This commit is contained in:
@@ -962,6 +962,7 @@ func newQemuHypervisorConfig(h hypervisor) (vc.HypervisorConfig, error) {
|
|||||||
EnableVhostUserStore: h.EnableVhostUserStore,
|
EnableVhostUserStore: h.EnableVhostUserStore,
|
||||||
VhostUserStorePath: h.vhostUserStorePath(),
|
VhostUserStorePath: h.vhostUserStorePath(),
|
||||||
VhostUserStorePathList: h.VhostUserStorePathList,
|
VhostUserStorePathList: h.VhostUserStorePathList,
|
||||||
|
VhostUserDeviceReconnect: h.VhostUserDeviceReconnect,
|
||||||
SeccompSandbox: h.SeccompSandbox,
|
SeccompSandbox: h.SeccompSandbox,
|
||||||
GuestHookPath: h.guestHookPath(),
|
GuestHookPath: h.guestHookPath(),
|
||||||
RxRateLimiterMaxRate: rxRateLimiterMaxRate,
|
RxRateLimiterMaxRate: rxRateLimiterMaxRate,
|
||||||
|
Reference in New Issue
Block a user