Advertisement
Guest User

Untitled

a guest
Jun 16th, 2014
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. ./configure --target-list=x86_64-linux-user --enable-kvm --sysconfdir=/etc/libvirt --localstatedir=/var;
  2.  
  3. [root@10-3-1-35 qemu_images]# lsmod
  4. Module Size Used by
  5. kvm_amd 41702 0
  6. kvm 316506 1 kvm_amd
  7.  
  8. [root@10-3-1-35 qemu_images]# ls -l /dev/kvm
  9. crw-rw----. 1 root root 10, 232 Jun 16 09:13 /dev/kvm
  10.  
  11. [root@10-3-1-35 qemu-1.7.1]# which qemu-x86_64
  12. /usr/local/bin/qemu-x86_64
  13.  
  14. [root@10-3-1-35 qemu_images]# qemu-x86_64
  15. usage: qemu-x86_64 [options] program [arguments...]
  16. Linux CPU emulator (compiled for x86_64 emulation)
  17.  
  18. [root@10-3-1-35 qemu-1.7.1]# cat /etc/redhat-release
  19. CentOS release 6.5 (Final)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement