From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xmi0J-0000VH-T8 for qemu-devel@nongnu.org; Fri, 07 Nov 2014 06:47:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xmi0D-00021X-RC for qemu-devel@nongnu.org; Fri, 07 Nov 2014 06:46:59 -0500 Received: from meine-oma.de ([5.9.56.57]:33720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xmi0D-00021P-J9 for qemu-devel@nongnu.org; Fri, 07 Nov 2014 06:46:53 -0500 Received: from [151.252.43.158] (helo=Messages-MacBook-Pro-2.local) by meine-oma.de with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1Xmi0C-0008S8-Hq for qemu-devel@nongnu.org; Fri, 07 Nov 2014 12:46:52 +0100 Message-ID: <545CB12C.20600@meine-oma.de> Date: Fri, 07 Nov 2014 12:46:52 +0100 From: Thomas Stein MIME-Version: 1.0 References: <545CA681.7060507@meine-oma.de> <545CAD9A.70304@redhat.com> In-Reply-To: <545CAD9A.70304@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] about qga on windows List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Am 07.11.14 12:31, schrieb Paolo Bonzini: > On 07/11/2014 12:01, Thomas Stein wrote: >> Hello. >> >> A quick question about qga and windows. Is setting vpus supposed to >> work? I compiled qemu-guest-agent myself and installed it on a windows7 >> ultimate machine. Libvirt is version 1.2.10. Qemu is version 2.1.2. Here >> the output of a setvcpu command: > > No, I'm not sure an API for that exists in Windows. Thanks for your answer Paolo. I just read: ---microsoft website--- Windows: Windows Server 2012 (Standard and Enterprise Edition) and Windows Server 2008 Datacenter Edition support CPU hot add, but not CPU hot remove. Note: Windows Server 2008 Standard and Enterprise Editions do not support CPU hot add. ---microsoft website--- Good to know the limitations. cheers t.