-
hi,I don't want to use PathToSocket, so I didn't add
to the XML file.
But,In order to use "KVM_INTROSPECTION_HOOK", I am in kvm_dev_ioctl add nitro of "KVM_NITRO_ATTACH_VM" to get the fd comm…
-
`get_page_access` is actually not implemented by hypervisor. the library is supposed to maintain the state of page whose permissions have been modified, and return this state, via this API.
So it's a…
-
At the moment, we assume that libvmi has been compiled with default options.
However, if someone disables the V2P cache for example, we have to detect it at runtime and raise an error when the user…
-
As of v4.2.0, QEMU upstream supports "TCG Plugins" which can analyze the execution of a guest as it runs. We've created a description of how these compare to PANDA plugins [on our wiki here](https://g…
-
### What would you like to be added?
```yaml
apiVersion: resource.operator.kwok.x-k8s.io/v1alpha1
kind: Resource
metadata:
name: node-2c4g
spec:
templateName: node
replicas: 10
…
-
For a VM to access the downward metrics, it requires defining the `downwardMetrics` device:
(i.e., `spec.domain.devices.downwardMetrics: {}`):
```yaml
apiVersion: kubevirt.io/v1
kind: VirtualMa…
-
# Problem:
I'm using kubevirt to create guest VM's via gpu-passthrough with a m40 24GB, when installing the GPU drivers, the process fails with the error:
```console
[ 72.161016] nvidia-nvlin…
-
**Describe the bug**
I cannot edit or remove a VM Network (L2VlanNetwork) that is already detached from all the VMs. The VMs are stopped. The only way to do it is removing completely the VMs and its …
-
I'm trying to passthrough a graphics card. No vGPU, no mediated devices, just a plain old VGA:
```
00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-S GT2 [UHD Graphics 630]
```
…
-
/cc @vladikr
**What happened**:
This is likely open to interpretation around the goals of `dedicatedCpuPlacement` but at present on hosts without SMT enabled vCPUs exposed as threads to the gue…