Posts tagged "qemu"
-
VM Snapshots in qcontroller: Go Back to When Everything Worked
qcontroller can now snapshot a running VM and restore it later - RAM, devices, disk, everything. Here's why I wanted it, and the one change to disk attachment that made the implementation almost trivial.
-
-hda vs virtio-blk: Match the Disk Bus to the Guest Image
qcontroller booted Ubuntu cloud images without problems, then broke on 26.04. The reason: the image switched to initrdless boot, and my -hda (SATA) disk no longer had a driver. Here's how I tracked it down.
-
Running QEMU VMs on ARM64: UEFI Requirements
-
Introducing qcontroller: Declarative VM Management with QEMU and Go
-
QEMU QAPI Client for Go — Native Code-Gen Straight from QEMU
-
Automating Bridge + TAP Networking with a Go Binary (No Bash, No Fuss)
-
Setting Up VM Networking on Linux: Bridges, TAPs, and More
-
QEMU networking on macOS