Tag: #qemu
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 6 posts
Reverse Engineering Tools 2026 — Ghidra / IDA Pro / Binary Ninja / radare2 / Frida / x64dbg / angr Deep Dive
A precise breakdown of the 2026 reverse engineering tool landscape across disassemblers (Ghidra / IDA Pro / Binary Ninja / radare2+Cutter / Hopper), debuggers (x64dbg / OllyDbg / WinDbg / Pwndbg / GEF), dynamic instrumen
2026-05-16 · 23 min read #reverse-engineering#ghidra#ida-pro#binary-ninja#radare2OpenStack & KVM Virtualization Complete Guide 2025: Building and Operating Private Cloud Infrastructure
Everything about OpenStack and KVM! KVM/QEMU hypervisor architecture, libvirt management, OpenStack core services (Nova/Neutron/Cinder/Keystone/Glance/Heat), private cloud deployment, networking (OVS/OVN), storage (Ceph)
2026-03-25 · 24 min read #openstack#kvm#virtualization#private-cloud#novavirt-launcher, libvirt, QEMU: Where and How the Actual VM Process Runs
Traces how the command server, libvirt connection, domain event monitor, and guest agent poller inside the virt-launcher Pod mesh together to execute the actual QEMU process.
2026-03-20 · 5 min read #architecture#kubevirt#qemu#libvirt#virt-launcherLive Migration 2: The Real Meaning of Pre-copy, Post-copy, Dirty Pages, and Auto-converge
Explains the meaning of pre-copy, post-copy, dirty pages, auto-converge, and pause transitions in the actual data transfer stage of KubeVirt live migration, based on source code.
2026-03-20 · 6 min read #architecture#kubevirt#live-migration#libvirt#qemuHow KubeVirt Runs VMs on Pods
A source-code-level dissection of how KubeVirt runs VMs by reusing Pod scheduling, Pod networking, and Pod storage without modifying Kubernetes itself.
2026-03-20 · 6 min read #architecture#kubevirt#kubernetes#virtualization#qemuHow VMI Spec Gets Converted to libvirt Domain XML
Explains how KubeVirt's converter transforms VMI spec into libvirt domain spec and XML, and how disks, NICs, CPU, and security options are reinterpreted in the process.
2026-03-20 · 5 min read #architecture#kubevirt#libvirt#qemu#domain-xml