Ubuntu 18.04.3 LTS installation source QEMU 4.1.0

The latest version of QEMU 4.1.0 has been released of, QEMU is a generic and open source machine emulator virtual machine. Any machine can run the operating system on any supported architecture.

When used as a machine emulator QEMU, which can run as a machine (eg ARM board) prepared by the operating system and programs on different machines (for example, your own PC). By using dynamic translation to achieve good performance.

When used as a virtualizer, QEMU to achieve near native performance by executing the code directly to the client on the host CPU. When executing or use the KVM Linux kernel module in Xen hypervisor, QEMU virtualization. When using KVM, QEMU can virtualize x86, server and embedded PowerPC, 64-bit POWER, S390,32-bit and 64-bit ARM and MIPS clients.

To install the latest version of QEMU use the source code installation, as of August 17, 2019, the latest version is QEMU 4.1.0

Ubuntu 18.04.3 LTS installation source QEMU 4.1.0

QEMU 4.1.0

1. System hardware and software

GUI: Gnome3

Software: QEMU source package

2. Web Links

QEMU官网:www.qemu.org

II. Installation Steps

1, download the source code

Ubuntu 18.04.3 LTS installation source QEMU 4.1.0

2. Extract the source code

Ubuntu 18.04.3 LTS installation source QEMU 4.1.0

3, enter qemu-4.1.0 directory in the just unpacked the

4, the source code package configuration

Ubuntu 18.04.3 LTS installation source QEMU 4.1.0

5, compiled

Ubuntu 18.04.3 LTS installation source QEMU 4.1.0

This period of time is a bit long, a cup of coffee.

6, installation

Ubuntu 18.04.3 LTS installation source QEMU 4.1.0

Alternatively, the following method may be used to install

Download from the git and build QEMU:

git clone https://git.qemu.org/git/qemu.git
cd qemu
git submodule init
git submodule update --recursive
./configure
make

Linux repository installation (not the latest version)

QEMU packaged by most Linux distributions:

Arch: pacman -S qemu

Debian/Ubuntu: apt-get install qemu

Ubuntu 18.04.3 LTS installation source QEMU 4.1.0

The previous version was installed, follows

Ubuntu 18.04.3 LTS installation source QEMU 4.1.0

Gentoo: emerge --ask app-emulation/qemu

macOS

QEMU can be installed from the Homebrew:

brew install qemu

QEMU can be installed from MacPorts:

sudo port install qemu

QEMU requires Mac OS X 10.5 or later, but it is recommended to use Mac OS X version 10.7 or later.

Details of QEMU : click here
QEMU download address : click here

Guess you like

Origin www.linuxidc.com/Linux/2019-08/160138.htm