Virtualization tutorial - IT technology blog

QEMU Monitor Console and QMP Protocol: Control, Debug, and Inject Errors into KVM VMs from the Hypervisor Layer

QEMU Monitor Console and QMP Protocol allow you to control KVM virtual machines directly from the hypervisor layer without SSH-ing into the guest OS. This guide covers connecting to the monitor, using QMP with Python for automation, and practical debugging techniques such as memory dumps, disk error injection, and network packet capture.
Virtualization tutorial - IT technology blog

Configuring Intel GVT-g on Proxmox VE: Sharing Your iGPU Across Multiple VMs Simultaneously

Put your existing Intel iGPU to work by splitting it into multiple virtual vGPUs with GVT-g, running simultaneously across multiple VMs in Proxmox VE. This guide covers the full process: enabling kernel parameters, creating mediated devices, assigning them to VMs, and real-world monitoring — the result: Jellyfin transcodes 4K H.265 at just 15% CPU instead of 100%.