Skip to main content

Questions tagged [qemu]

QEMU (short for "Quick EMUlator") is a free and open-source hosted hypervisor that performs hardware virtualization.

1 vote
0 answers
21 views

I am using QEMU/KVM with virtio-vga (paravirtual 3D graphics driver) based on virgl: -device virtio-vga-gl,hostmem=2G,blob=true,venus=true -display sdl,gl=on I am using a Linux guest, but after ...
przemyslawo's user avatar
3 votes
1 answer
207 views

I am creating a new QEMU/KVM virtual machine using libvirt CLI in Debian Linux. According the tutorial, I must activate the default network using the following command: sudo virsh net-start default ...
user153245's user avatar
1 vote
1 answer
66 views

I created a raw disk image with qemu-img and created an EFI and an EXT4 filesystem on it with losetup, fdisk, mkfs.vfat and mkfs.ext4. As a quick hack, because I couldn't find efi shell on the laptop ...
mltm's user avatar
  • 131
1 vote
2 answers
74 views

I got two FreeBSD VMs (Latest production version, 14.3) working with my setup of Linux VMs separated by each service, all the Linux VMs report the RAM usage correctly but for some reason the FreeBSD ...
Swee's user avatar
  • 21
0 votes
1 answer
52 views

QEMU version 3.1 I have an old DOS program I use via FreeDOS running in a QEMU window. I currently invoke a session thusly: qemu-system-i386 -m 32 \ -enable-kvm \ -...
Digger's user avatar
  • 357
0 votes
0 answers
40 views

I'm trying to serve an image using PXE and I just want to make sure that if I convert a .qcow2 file into a raw file, that's the same as creating a fixed-size -flat.vmdk file in VirtualBox, because ...
Todd O'Bryan's user avatar
4 votes
2 answers
222 views

I'm compiling a customized kernel for vm without module support. The CONFIG_BLK_DEV_SR is compiled into the kernel, but it /dev/sr0 still not showing up in /dev: # qemu-system-x86_64 -accel kvm -...
William's user avatar
  • 305
3 votes
1 answer
414 views

I just installed "Virtual Machine Manager" from Discover (flatpak) and I'm trying to learn how it works. When I'm adding a connection, then it gives me two options: "QEMU/KVM" and &...
Delphi Programming's user avatar
2 votes
3 answers
1k views

I just found an app on Discover Store (Flatpak) that is called "Virtual Machine Manager". So I've downloaded it, because I want to try and make a Windows 11 VM with it. But as soon as I go ...
Delphi Programming's user avatar
2 votes
0 answers
82 views

Environment: QEMU + KVM virtual machine with QXL virtual graphics card, directly connected to NVIDIA. NVIDIA drivers installed in the virtual machine. Environment variables set: export ...
Baron's user avatar
  • 21
2 votes
1 answer
102 views

I am trying to write a bash script that detects if there are any running VMs and performs a set of actions only when no VMs are running. The system in question has several virtual machines (all from ...
zpangwin's user avatar
  • 1,113
0 votes
1 answer
124 views

I'm trying to boot a QEMU VM from a vhost-user-blk-pci device, which appears to be generally possible (https://github.com/spdk/spdk/issues/1728). In my case, vhost gets the image via SPDK's NVMe-oF ...
Slow's user avatar
  • 11
1 vote
0 answers
332 views

I'm running Proxmox VE 8.4.1, and I’m experiencing a strange behavior with a Debian 12 (Bookworm) VM: the qemu-guest-agent is clearly active and responding, but when I try to shut down the VM via qm ...
user3450548's user avatar
  • 3,104
0 votes
0 answers
62 views

As explained here in my own Q&A, reconsider the following scenario. A Linux host with a two port Linux bridge and two Linux guest VMs connected to it: the first bridge's port is connected to TAP ...
CarloC's user avatar
  • 385
1 vote
0 answers
200 views

KVM/QEMU libvirt Network "default" NAT Configuration - Guest can connect to host and the host to guest but the guest cannot connect to Internet(no VPN). $ sudo virsh net-list --all Name ...
Pavel Sayekat's user avatar

15 30 50 per page
1
2 3 4 5
75