From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTWj8-000308-Ot for qemu-devel@nongnu.org; Mon, 15 Sep 2014 09:53:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTWj7-0001Fc-9E for qemu-devel@nongnu.org; Mon, 15 Sep 2014 09:53:58 -0400 Received: from mail-vc0-x236.google.com ([2607:f8b0:400c:c03::236]:34492) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTWj7-0001FV-5d for qemu-devel@nongnu.org; Mon, 15 Sep 2014 09:53:57 -0400 Received: by mail-vc0-f182.google.com with SMTP id le20so3466816vcb.13 for ; Mon, 15 Sep 2014 06:53:56 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1409197002-9498-1-git-send-email-guz.fnst@cn.fujitsu.com> <1409197002-9498-11-git-send-email-guz.fnst@cn.fujitsu.com> <54117105.8000007@cn.fujitsu.com> <54124B47.2050504@cn.fujitsu.com> <5412C2B6.4020603@cn.fujitsu.com> <541689AF.8010205@cn.fujitsu.com> Date: Mon, 15 Sep 2014 19:23:56 +0530 Message-ID: From: Bharata B Rao Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [RFC V2 10/10] cpus: reclaim allocated vCPU objects List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anshul Makkar Cc: "qemu-devel@nongnu.org" , tangchen@cn.fujitsu.com, ChenFan , isimatu.yasuaki@jp.fujitsu.com, Gu Zheng , Igor Mammedov , "afaerber@suse.de" On Mon, Sep 15, 2014 at 4:03 PM, Anshul Makkar wrote: > That explains the cause. > > Please verify you have the iasl compiler installed and are not using the > hold .hex (compile .dsl ) files. (Faced this issue in our build setup using > sbuil.). > > I hope you have verified that your .dsl file has the changes as mentioned in > the patch. Oh, it was not obvious to me that I have to install iasl, use --iasl=XXX during configure stage to get the new _EJ0 method to be included in the ACPI DSDT! So finally I now see the CPU getting removed from QEMU. Thanks for all the inputs. Regards, Bharata.