From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f7zcO-0001yD-QX for qemu-devel@nongnu.org; Mon, 16 Apr 2018 04:36:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f7zcK-0008Ei-Mw for qemu-devel@nongnu.org; Mon, 16 Apr 2018 04:36:08 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:56616 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f7zcK-0008E1-IO for qemu-devel@nongnu.org; Mon, 16 Apr 2018 04:36:04 -0400 Date: Mon, 16 Apr 2018 10:35:57 +0200 From: Igor Mammedov Message-ID: <20180416103557.27ba514e@redhat.com> In-Reply-To: <9BD73EA91F8E404F851CF3F519B14AA801719EA3@dggemi501-mbs.china.huawei.com> References: <9BD73EA91F8E404F851CF3F519B14AA801719260@dggemi501-mbs.china.huawei.com> <20180413153857.75556707@redhat.com> <9BD73EA91F8E404F851CF3F519B14AA801719EA3@dggemi501-mbs.china.huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Hot add vcpu not working in Windows server 2012r2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Wuzongyong (Euler Dept)" Cc: "Wanzongshun (Vincent)" , huangfeiqing , "qemu-devel@nongnu.org" On Mon, 16 Apr 2018 07:28:47 +0000 "Wuzongyong (Euler Dept)" wrote: > > On Fri, 13 Apr 2018 03:14:44 +0000 > > "Wuzongyong (Euler Dept)" wrote: > > > > > Hi, > > > > > > I try to hot add vcpus to a windows server 2012r2 virtual machine on > > RHEL 7.4 platform. > > > But Task Manager didn't show extra processors I hot added though they > > > appeared in Device Manager. Actually, I need to require reboot the vm > > > to make processors hot Added appear in Task Manager. > > > Is there some problem with redhat qemu? Why the processors I hot-added > > > didn't online automatically? > > > I don't know if I ask the right person or in a right mail list, > > apologize first if I bother you. > > It might depend on particular edition of windows server you are running. > > I usually test it with 'data server' edition where it supposed to work. > > Could you check if that works? > Win2012 datacenter build 9200 don't help. > I try to install a high version qemu from a centos repo, and it can hot-add > vcpus normally. I guess the release of qemu in rhel 7.5 is too low. Basic RHEL version is pretty old, you should use qemu-kvm-rhev instead. > > Thanks, > Wu Zongyong