Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1362305
  • 博文数量: 343
  • 博客积分: 13098
  • 博客等级: 上将
  • 技术积分: 2862
  • 用 户 组: 普通用户
  • 注册时间: 2005-07-06 00:35
文章存档

2012年(131)

2011年(31)

2010年(53)

2009年(23)

2008年(62)

2007年(2)

2006年(36)

2005年(5)

分类: 虚拟化

2012-10-24 01:21:45

http://doc.opensuse.org/documentation/html/openSUSE/opensuse-kvm/cha.qemu.running.html

This is a good reference to qemu-kvm command line usage.

1. To start a VM with spice:

qemu-kvm -cpu host -enable-kvm -m 1024 -smp 2 -drive file=/home/vm/win/winxp.img,if=none,id=drive-virtio-disk0,format=qcow2,cache=directsync -device virtio-blk-pci,scsi=off,bus=pci.0,addr=0x6,drive=drive-virtio-disk0,id=virtio-disk0 -boot c -vga qxl -usbdevice tablet -soundhw ac97 -spice port=5900,disable-ticketing -monitor stdio
阅读(812) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~