mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-22 09:49:35 +00:00
Merge pull request #8173 from bpradipt/gpu-fix
CC | config: Enable guestHook for remote hyp
This commit is contained in:
commit
64392c9a87
@ -1154,6 +1154,8 @@ func newRemoteHypervisorConfig(h hypervisor) (vc.HypervisorConfig, error) {
|
|||||||
// No valid value so avoid to append block device to list in kata_agent.appendDevices
|
// No valid value so avoid to append block device to list in kata_agent.appendDevices
|
||||||
BlockDeviceDriver: "dummy",
|
BlockDeviceDriver: "dummy",
|
||||||
EnableAnnotations: h.EnableAnnotations,
|
EnableAnnotations: h.EnableAnnotations,
|
||||||
|
// Add GuestHookPath
|
||||||
|
GuestHookPath: h.guestHookPath(),
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user