From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1vM7-0002xn-G0 for qemu-devel@nongnu.org; Tue, 10 Oct 2017 10:18:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1vM2-0005t4-EF for qemu-devel@nongnu.org; Tue, 10 Oct 2017 10:17:59 -0400 Received: from mail.cn.fujitsu.com ([183.91.158.132]:62936 helo=heian.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1vM2-0005rL-3k for qemu-devel@nongnu.org; Tue, 10 Oct 2017 10:17:54 -0400 References: <20171005203638.19255-1-ehabkost@redhat.com> <20171006152751.GR4015@localhost.localdomain> <4479e30f-801d-0d8e-712d-06f2dd987528@cn.fujitsu.com> <20171010125231.GD4015@localhost.localdomain> From: Dou Liyang Message-ID: Date: Tue, 10 Oct 2017 22:17:30 +0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/9] x86 and machine queue, 2017-10-05 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Eduardo Habkost Cc: QEMU Developers Hi Peter, At 10/10/2017 08:56 PM, Peter Maydell wrote: > On 10 October 2017 at 13:52, Eduardo Habkost wrote: >> This shouldn't happen if CONFIG_IASL is not defined. Did you run >> configure again after removing iasl? > > I've neither added nor removed iasl from the build systems > in question. Pull request tests just apply the pull and > run make/make check. > Yes, Indeed. now I can be sure that the problem is not related to iasl installed or not. There are both OK in my host. According to: >>> acpi-test: Warning! DSDT mismatch. Actual [asl:/tmp/asl-6QYK7Y.dsl, >>> aml:/tmp/aml-E8YK7Y], Expected [asl:/tmp/asl-1H1I7Y.dsl, >>> aml:tests/acpi-test-data/pc/DSDT.memhp]. May I resend the patch independently, and could you help me test it in your machine. then, give me the output files, such as /tmp/asl-6QYK7Y.dsl and /tmp/asl-1H1I7Y.dsl file. Thanks, dou. > thanks > -- PMM > > >