Xintian Wu

Results 4 issues of Xintian Wu

There is a containers-storage transport, which seems to be different from the containerd storage used by Kubernetes. If this is possible, an extra feature request: Can skopeo copy to a...

kind/feature

## System Information ### Linux distribution ``` Ubuntu 24.04 ``` ### Terraform version 1.9.8 ### Provider and libvirt versions 0.8.0 ## Description of Issue/Question The connection URI string: `qemu+ssh://${var.user}@${var.host}:${var.port}/system` failed...

Use the cpu_options block to specify any cpu related options. For now, support the following elements: ``` cpu_options { accelerators: ["vqat"], } ``` #8458

I'd like to enable a vQAT feature via `request.putQueryParameter("CpuOptions.Accelerators.1","vqat")`.