QEMU 2 as a versatile virtualization platform
QEMU for Advance Users
As with comparable virtualization solutions, the guest and host can establish reciprocal network connections. But, of course, this also works between guests, assuming you are running multiple instances. All you need to do to accomplish this is to configure the virtual network card with the -net nic
option:
qemu-system-x86_64 first_instance.img -net nic
The info network
command lets you retrieve information about the instance's VLANs and the matching devices, as in the following example:
(qemu) info network VLAN 0 devices: user.0: net=10.0.2.0, restricted=ne1000.0: model=e1000,mac-addr=44:55:00:12:34:56
QEMU has an integrated DHCP server, which supports automatic network configuration of the guest systems on the user mode network stack. For example, all network-capable guest operating systems can establish an external connection immediately after provisioning. If you enable the -net nic -net user
options, this gives you an internal DHCP server (10.0.2.2) and a DNS server (10.0.2.3) on the internal network (10.0.2.0).
Another special feature of QEMU 2 is its support for live migration, which involves transferring running virtual machines from one host system to another. The QEMU developers recommend using an identical hardware configuration on the source and target systems.
A live migration comprises three steps. First, you need to execute the source instance on the source host. Second, you start a new instance on the target host using the same parameters. The important thing to remember here is to use the -incoming tcp:ip:port
option. Third, you need to run the migrate -d tcp:ip:port
command in QEMU Monitor on the source host.
Conclusions
QEMU 2 gives users an excellent virtualization environment that does justice to even the strictest requirements for stability and flexibility. The program impresses in particular in performance, with another bonus in the comprehensive documentation on the project website.
« Previous 1 2 3
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Rhino Linux Announces Latest "Quick Update"
If you prefer your Linux distribution to be of the rolling type, Rhino Linux delivers a beautiful and reliable experience.
-
Plasma Desktop Will Soon Ask for Donations
The next iteration of Plasma has reached the soft feature freeze for the 6.2 version and includes a feature that could be divisive.
-
Linux Market Share Hits New High
For the first time, the Linux market share has reached a new high for desktops, and the trend looks like it will continue.
-
LibreOffice 24.8 Delivers New Features
LibreOffice is often considered the de facto standard office suite for the Linux operating system.
-
Deepin 23 Offers Wayland Support and New AI Tool
Deepin has been considered one of the most beautiful desktop operating systems for a long time and the arrival of version 23 has bolstered that reputation.
-
CachyOS Adds Support for System76's COSMIC Desktop
The August 2024 release of CachyOS includes support for the COSMIC desktop as well as some important bits for video.
-
Linux Foundation Adopts OMI to Foster Ethical LLMs
The Open Model Initiative hopes to create community LLMs that rival proprietary models but avoid restrictive licensing that limits usage.
-
Ubuntu 24.10 to Include the Latest Linux Kernel
Ubuntu users have grown accustomed to their favorite distribution shipping with a kernel that's not quite as up-to-date as other distros but that changes with 24.10.
-
Plasma Desktop 6.1.4 Release Includes Improvements and Bug Fixes
The latest release from the KDE team improves the KWin window and composite managers and plenty of fixes.
-
Manjaro Team Tests Immutable Version of its Arch-Based Distribution
If you're a fan of immutable operating systems, you'll be thrilled to know that the Manjaro team is working on an immutable spin that is now available for testing.