Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
11 views

I'm currently running a QEMU/KVM Virtual Machine on my Linux(Debian) host and using Ubuntu as the guest operating system (VM). I'm trying to pass through a USB webcam to the VM using the USB Host ...
Sky Dog's user avatar
  • 465
0 votes
0 answers
23 views

I am currently running a GUI application via Weston, all this running on QEMU. Everything is fine but, for reason I cannot disclose, I would like to be able to control the contrast of the image ...
virtualizer's user avatar
1 vote
0 answers
2k views

In short, my question might be what's the configure options and/or the qemu-system-x86_64 command line options to run QEMU heedlessly with the virgl 3D feature turned on. By virgl 3D, I meant ...
Stephen Kim's user avatar
2 votes
0 answers
324 views

My LXC container with windows 11 died. I've installed official version of windows 11. Here is the log: lxc info win11 --show-log Name: win11 Status: STOPPED Type: virtual-machine Architecture: x86_64 ...
Gleb  Vishnevsky's user avatar
0 votes
1 answer
383 views

According virtio specification v1.2 there is a DEVICE_NEEDS_RESET flag in device status register is available. If i set this flag with interrupt in virtio_pci_common_cfg.mxix_config (or 1-bit of ISR) ...
dePetitCossette's user avatar
0 votes
1 answer
873 views

Some time ago, I asked a similar question, "How to connect GPIO in QEMU-emulated machine to an object in host?" and after some work, I have found a not perfect but satisfactory solution. ...
wzab's user avatar
  • 850
1 vote
2 answers
1k views

I am trying to use Promox VE has the hypervisor for running VMs. In one of my VMs, I have a hookscript that is written for the bash shell: #!/bin/bash if [ $2 == "pre-start" ] then echo &...
alpha754293's user avatar
0 votes
1 answer
349 views

Recently, I was developing vDPA drivers for our NIC. When testing virtio-net vDPA with multi VFs, I found that kernel vDPA framework allocated same DMA addresses for multi VFs, then different VF ...
kyle's user avatar
  • 1
1 vote
1 answer
2k views

I am running a direct kernel + Busybox based initrd guest using KVM/QEMU on an aarch64 host. The host platform is a ZynqMP SoC. My goal is to memory map the PL of the ZynqMP SoC from the guest VM ...
mitch's user avatar
  • 21