From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDwhk-0008Ka-BG for qemu-devel@nongnu.org; Wed, 12 Oct 2011 07:10:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDwhi-00055e-RY for qemu-devel@nongnu.org; Wed, 12 Oct 2011 07:10:32 -0400 Received: from e23smtp04.au.ibm.com ([202.81.31.146]:48562) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDwhi-00055Y-4F for qemu-devel@nongnu.org; Wed, 12 Oct 2011 07:10:30 -0400 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [202.81.31.246]) by e23smtp04.au.ibm.com (8.14.4/8.13.1) with ESMTP id p9CB3RIk000697 for ; Wed, 12 Oct 2011 22:03:27 +1100 Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p9CB7keJ2326582 for ; Wed, 12 Oct 2011 22:07:51 +1100 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p9CBA8DI005534 for ; Wed, 12 Oct 2011 22:10:08 +1100 Received: from oc0100708617.ibm.com ([9.115.118.14]) by d23av04.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p9CBA78u004899 for ; Wed, 12 Oct 2011 22:10:08 +1100 Message-ID: <4E957566.3010705@vnet.linux.ibm.com> Date: Wed, 12 Oct 2011 19:09:26 +0800 From: hkran MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] balloon driver on winxp guest start failed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, I used balloon driver for windows virtio-win-0.1-15.iso (from http://alt.fedoraproject.org/pub/alt/virtio-win/latest/images/bin/) following the install guard , I installed the balloon driver like this: devcon.exe install d:\wxp\x86\balloon.inf "PCI\VEN_1AF4&DEV_1002&SUBSYS_00051AF4&REV_00" then reboot guest Os, but the status of driver installed is always incorrect, that show me the driver start failed (code 10) in the device manager. I typed the following cmds in the monitor command line: (qemu) device_add virtio-balloon (qemu) info balloon balloon: actual=2048 (qemu) balloon 1024 (qemu) info balloon balloon: actual=2048 (qemu) info balloon balloon: actual=2048 And I also tried it by using "qemu -balloon virtio" param when getting qemu up, the status is worse, the winxp guest froze at boot screen. Am I using balloon driver in a correct way?