From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7ACA0C433FF for ; Thu, 15 Aug 2019 00:54:34 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4C97E2067D for ; Thu, 15 Aug 2019 00:54:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4C97E2067D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:36874 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hy42D-0006kN-Gj for qemu-devel@archiver.kernel.org; Wed, 14 Aug 2019 20:54:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37781) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hy41P-0005xe-Ss for qemu-devel@nongnu.org; Wed, 14 Aug 2019 20:53:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hy41O-00035f-DT for qemu-devel@nongnu.org; Wed, 14 Aug 2019 20:53:43 -0400 Received: from mga03.intel.com ([134.134.136.65]:62296) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hy41O-00033B-5c for qemu-devel@nongnu.org; Wed, 14 Aug 2019 20:53:42 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Aug 2019 17:53:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,387,1559545200"; d="scan'208";a="184480353" Received: from txu2-mobl.ccr.corp.intel.com (HELO [10.239.196.241]) ([10.239.196.241]) by FMSMGA003.fm.intel.com with ESMTP; 14 Aug 2019 17:53:31 -0700 To: Eduardo Habkost References: <20190809065731.9097-1-tao3.xu@intel.com> <20190814205747.GR3908@habkost.net> From: Tao Xu Message-ID: <5f28de73-d37b-28fa-b550-6bc433885fc1@intel.com> Date: Thu, 15 Aug 2019 08:53:31 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <20190814205747.GR3908@habkost.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 134.134.136.65 Subject: Re: [Qemu-devel] [PATCH v9 00/11] Build ACPI Heterogeneous Memory Attribute Table (HMAT) X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Liu, Jingqi" , "Du, Fan" , "qemu-devel@nongnu.org" , "daniel@linux.ibm.com" , "jonathan.cameron@huawei.com" , "imammedo@redhat.com" , "Williams, Dan J" Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On 8/15/2019 4:57 AM, Eduardo Habkost wrote: > On Tue, Aug 13, 2019 at 04:53:33PM +0800, Tao Xu wrote: >> Hi Igor and Eduardo, >> >> I am wondering if there are more comments about patch 1/11~4/11? Because >> these 4 patch are independent and the patch series are big and pushing for a >> long time. Could the patch 1/11~4/11 be ready for queuing firstly? > > Now that I got a few Acked-bys for patch 1/4, I plan to queue > patches 1-4 in machine-next soon. > Thank you very much!