Displaying 2 results from an estimated 2 matches for "qemu_imag".
Did you mean:
qemu_img
2014 Jun 16
2
Libvirt 1.2.5/Qemu woes
Hi all -
I'm dealing with a libvirt 1.2.5 and Qemu-1.7.1 also Qemu-2.0 (all source
compile,) which somehow isn't seeing any hypervisors when connected to via
virt-manager.
I'm sure I must be doing something wrong but cannot figure out what. My
basic config and current state here in pastebin:
http://pastebin.com/m5M8PfFC
Thanks for any input, this has been baffling.
Best Regards,
2014 Jun 16
0
Re: Libvirt 1.2.5/Qemu woes
...shift
prefix=/usr
libdir=$prefix/lib
sysconfdir=/etc
localstatedir=/var
if [ -d /usr/lib64 ]; then
libdir=$prefix/lib64
fi
EXTRA_ARGS="--prefix=$prefix --sysconfdir=$sysconfdir
--localstatedir=$localstatedir --libdir=$libdir"
>
> [root@10-3-1-35 qemu_images]# lsmod
> Module Size Used by
> kvm_amd 41702 0
> kvm 316506 1 kvm_amd
>
> [root@10-3-1-35 qemu_images]# ls -l /dev/kvm
> crw-rw----. 1 root root 10, 232 Jun 16 09:13 /dev/kvm
This looks fishy; /dev/kvm should be 0666, not...