Skip to main content
  1. Blog
  2. Article

Joshua Powers
on 7 May 2020

QEMU and libvirt enhancements in Ubuntu 20.04 LTS


This article originally appeared on Joshua Powers’ blog

Ubuntu is the industry-leading operating system for cloud hosts and guests. Every day millions of Ubuntu instances are launched in private and public clouds around the world. Many launched right on top of Ubuntu itself. Canonical takes pride in offering the latest virtualization stack with each Ubuntu release.

In Ubuntu 20.04 LTS (Focal Fossa), users can find the recently released QEMU version 4.2 and libvirt version 6.0 available on day one. These new versions have brought a number of key updates to the virtualization stack. Here are the most notable ones:

  • Included in QEMU are the qboot ROM, the microvm machine type, and a minimized QEMU build. This combination allows for a much faster boot of Linux on x86 platforms.
  • Support for nested virtualization
  • As systems grow larger and larger QEMU guests can now create x86 guests with memory footprints as large as 8TB.
  • Migration from SDL to GTK based UI backend to improve scaling and speed
  • Increased speed of migrations via free page hinting through virtio-balloon
  • PMEM and virtual nvdimms are available for general usage

Each release the Canonical team takes great care in considering what versions of QEMU and libvirt to include. The versions are determined through a careful process where the team weighs new upstream release features, schedules, and bug fixes. For more details on this process refer to the following blog.

Download Ubuntu 20.04 LTS (Focal Fossa).

Related posts


Massimiliano Gori
31 March 2026

How to manage Ubuntu fleets using on-premises Active Directory and ADSys

Cloud and server Article

The “hybrid fleet” is today’s reality: organizations diversify operating systems while Microsoft Active Directory (AD) remains the dominant identity “source of truth.” IT administrators must ensure Linux machines, like Ubuntu desktops and servers, behave as first-class citizens in this environment. Efficient Linux management demands unifi ...


Massimiliano Gori
30 March 2026

How to Harden Ubuntu SSH: From static keys to cloud identity

Cloud and server Article

30 years after its introduction, Secure Shell (SSH) remains the ubiquitous gateway for administration, making it a primary target for brute force attacks and lateral movement within enterprise environments. For system administrators and security architects operating under the weight of regulatory frameworks like SOC2, HIPAA, and PCI-DSS, ...


Massimiliano Gori
27 March 2026

Modern Linux identity management: from local auth to the cloud with Ubuntu

Cloud and server Article

The modern enterprise operates in a hybrid world where on-premises infrastructure coexists with cloud services, and security threats evolve daily. IT administrators are tasked with a difficult balancing act: maintaining traditional local workflows while managing the inevitable shift toward cloud-native architectures. Identity has emerged ...