新版qemu kvm 安装方法

新版qemu kvm 安装方法

admin
2017-03-28 / 0 评论 / 180 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2018年06月25日,已超过2133天没有更新,若内容或图片失效,请留言反馈。

 新版qemu kvm 安装方法

yum groupinstall KVM  ,如果不行就用下面的方面

QEMU is packaged by most Linux distributions:


  • Arch: pacman -S qemu

  • Debian/Ubuntu: apt-get install qemu

  • Fedora: dnf install @virtualization

  • Gentoo: emerge --ask app-emulation/qemu

  • RHEL/CentOS: yum install qemu-kvm

  • SUSE: zypper install qemu


 

To download and build QEMU 2.9.0-rc1:

wget http://download.qemu-project.org/qemu-2.9.0-rc1.tar.xz
tar xvJf qemu-2.9.0-rc1.tar.xz
cd qemu-2.9.0-rc1
./configure
make

To download and build QEMU from git:

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

The latest development happens on the master branch. The stable trees are located in branches named stable-X.YYbranch, where X.YY is the release version.

0

评论 (0)

取消