From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO1zU-0006f3-DY for qemu-devel@nongnu.org; Wed, 18 Feb 2015 05:36:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YO1zQ-0000Sw-AH for qemu-devel@nongnu.org; Wed, 18 Feb 2015 05:36:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52333) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO1zQ-0000Sn-2l for qemu-devel@nongnu.org; Wed, 18 Feb 2015 05:36:20 -0500 Date: Wed, 18 Feb 2015 11:35:37 +0100 From: Igor Mammedov Message-ID: <20150218113537.402672b2@nial.brq.redhat.com> In-Reply-To: <20150217191406.GB29473@redhat.com> References: <1423479254-15342-1-git-send-email-imammedo@redhat.com> <20150217164703.GD26775@redhat.com> <20150217185116.4936aadb@nial.brq.redhat.com> <20150217191406.GB29473@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 00/52] ACPI refactoring: replace template patching with C AML API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: drjones@redhat.com, marcel.a@redhat.com, claudio.fontana@huawei.com, qemu-devel@nongnu.org, zhaoshenglong@huawei.com On Tue, 17 Feb 2015 20:14:06 +0100 "Michael S. Tsirkin" wrote: > On Tue, Feb 17, 2015 at 06:51:16PM +0100, Igor Mammedov wrote: > > On Tue, 17 Feb 2015 17:47:03 +0100 > > "Michael S. Tsirkin" wrote: > > > > > This seems to change the contents of the tables in too many ways. So of > > > it needs changing since PCI are somewhat broken by your recent patch. > > In which way is it broken? > > Try make check and look at the diffs. > They shouldn't be so big. > I want differences to be trivial, e.g. > 0->Zero would be ok. > Refactoring code generation should be separate from > changing generated code. if you run make check on whole series you will of cause se a lot of changes however if you run make check on every patch that switches current code to AML API you'll see small incremental changes, that's basically every patch with prefix: "pc: acpi-build: " > > > > > > > > So let's do this: please prepare a minimal patchset that just generates > > > PCI description dynamically. Drop everything that's not necessary, and > > > verify that make check produces trivial diffs only. > > > > > > We'll go from there. > > >