文件最后提交记录最后更新时间
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 个月前
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 年前
Vsock, handler: Make sure there is non-nil certificate Prevent panic. Signed-off-by: Luboslav Pivarc <lpivarc@redhat.com>6 个月前
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 个月前
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 个月前