Compile and install QEMU under Fedora 20

Source: Internet
Author: User

Due to the popularity of OpenStack, more and more people are paying attention to QEMU. Recently, the new version 1.7 is released. The following describes the installation process of Fedora:

First, install the basic compilation software and git

Sudo yum install gcc make git glib-devel zlib-devel

Get the source code from git.

Git clone git:

A directory for debugging will be created later.

-P bin/debug //.../configure --/.../configure -- enable-

Test, the qemu-system-x84_64 under this directory is commonly known as qemu-kvm, there is qemu-img in the directory at the previous layer, if you are only development, do not need to run make install. You can directly debug it in this directory.

X86_64-softmmu-L pc-bios

To facilitate debugging, qemu also provides download of image packages for various platforms.

Wget http:

Decompress the package

Bzip2-d linux-.img.bz2

Run Image

X86_64-softmmu-L linux-. img

Done!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.