hello!
canot update QEMU
virsh -c qemu:///system version --daemon
Compiled against library: libvirt 1.3.2
Using library: libvirt 1.3.2
Using API: QEMU 1.3.2
Running hypervisor: QEMU 2.0.0
Running against daemon: 1.3.2
from tarball
cd ~
wget http://wiki.qemu-project.org/downloa...-2.5.0.tar.bz2
bzip2 -d qemu-2.5.0.tar.bz2
tar xvf qemu-2.5.0.tar
cd qemu-2.5.0
mkdir build
cd build
../configure
make && make install
from git
cd ~
git clone git://git.qemu-project.org/qemu.git
cd qemu
mkdir -p bin/debug/native
cd bin/debug/native
../../../configure --enable-debug
make install
cd ../../..
cd ..
QEMU 2.0.0 all time....
what i can do?
canot update QEMU
virsh -c qemu:///system version --daemon
Compiled against library: libvirt 1.3.2
Using library: libvirt 1.3.2
Using API: QEMU 1.3.2
Running hypervisor: QEMU 2.0.0
Running against daemon: 1.3.2
from tarball
cd ~
wget http://wiki.qemu-project.org/downloa...-2.5.0.tar.bz2
bzip2 -d qemu-2.5.0.tar.bz2
tar xvf qemu-2.5.0.tar
cd qemu-2.5.0
mkdir build
cd build
../configure
make && make install
from git
cd ~
git clone git://git.qemu-project.org/qemu.git
cd qemu
mkdir -p bin/debug/native
cd bin/debug/native
../../../configure --enable-debug
make install
cd ../../..
cd ..
QEMU 2.0.0 all time....
what i can do?