Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1394646
  • 博文数量: 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-08-07 11:45:23

1.enable balloning device


2.在客户机里面安装devcon:

3.安装驱动 
devcon install BALLOON.inf "PCI\VEN_1AF4&DEV_1002&SUBSYS_00051AF4&REV_00"

4.测试:
virsh # qemu-monitor-command winxp --hmp "info balloon"
balloon: actual=1024

virsh # qemu-monitor-command winxp --hmp "balloon 500"

virsh # qemu-monitor-command winxp --hmp "info balloon"
balloon: actual=500

阅读(1044) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~