Star
0
Fork
5
代码
介绍
代码
Issues
1
Pull Requests
2
流水线
Actions
讨论
Wiki
项目成员
342
分析
项目设置
Star
0
Fork
5
of-dev/v1.7.1
kubevirt
/
pkg
/
virt-handler
/
rest
下载当前目录
K
kubevirt-bot
Vsock, handler: Make sure there is non-nil certificate
3ee2452c
创建于
2025年11月21日
历史提交
文件
最后提交记录
最后更新时间
BUILD.bazel
Do generate Screenshot addition Split the Hand and Generated added code which is helpful when dealing with conflicts over rebases or addressing changes from reviews. Signed-off-by: Victor Toso <victortoso@redhat.com>
9 个月前
common.go
Consistent copyright notice under pkg Red Hat is willing to mark these files as copyrighted by the KubeVirt Authors. If accepted, a similar sed PR would follow to the reset of the code based. sed -i 's/\(20.., \)*20.. Red Hat, Inc./The KubeVirt Authors./'
git grep -l '20.. Red Hat, Inc.'
Signed-off-by: Dan Kenigsberg <danken@redhat.com>
1 年前
console.go
Vsock, handler: Make sure there is non-nil certificate Prevent panic. Signed-off-by: Luboslav Pivarc <lpivarc@redhat.com>
6 个月前
lifecycle.go
Fix rest handler leak All handlers in pkg/virt-handler/rest/lifecycle.go create cmdclient.LauncherClient, but none close the client.
https://github.com/kubevirt/kubevirt/issues/15556
Signed-off-by: fossedihelm <ffossemo@redhat.com>
9 个月前
screenshot.go
Support VMI screenshot without VNC We are currently able to do a VMI screenshot over VNC since
https://github.com/kubevirt/kubevirt/pull/8465
The problem is that we only allow a single VNC connection and, if an user is connected while another might take a VNC Screenshot, it'd disconnect the VNC viewer user. See:
https://issues.redhat.com/browse/CNV-60117
https://github.com/kubevirt/kubevirt/issues/10553
Now, we don't really need VNC for Screenshot since QEMU & libvirt do have support for it. This commit implements it.
https://libvirt.org/html/libvirt-libvirt-domain.html#virDomainScreenshot
For backwards compatibility reasons, we will reuse the vnc/screenshot subresource, keeping the functionality the same, just changing how we get the image. Signed-off-by: Victor Toso <victortoso@redhat.com>
9 个月前