Skip to main content

Questions tagged [qemu]

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

0 votes
0 answers
32 views

I'm exploring qemu system emulation with custom-built Linux kernels, starting with mips. To start, I'm trying to get to the point of the kernel simply panicking before I add a rootfs, but I can't even ...
r4dr3fr4d's user avatar
1 vote
1 answer
74 views

I had a VM (qcow2) on my previous PC (created using gnome-boxes) and wanted to run it on another host (previous one was Arch Linux, current one too, still inside gnome boxes) but I encountered the ...
radolav tsvetanov's user avatar
1 vote
0 answers
38 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
264 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
103 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
107 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
64 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
  • 363
0 votes
0 answers
56 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
239 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
513 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
2k 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
98 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
142 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
140 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
401 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

15 30 50 per page
1
2 3 4 5
75