From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDEP5-0006rd-NC for qemu-devel@nongnu.org; Mon, 19 Jan 2015 10:38:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDEP2-0004ji-F2 for qemu-devel@nongnu.org; Mon, 19 Jan 2015 10:38:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33345) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDEP2-0004jY-6h for qemu-devel@nongnu.org; Mon, 19 Jan 2015 10:38:08 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0JFc6MB026603 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 19 Jan 2015 10:38:07 -0500 Date: Mon, 19 Jan 2015 17:38:03 +0200 From: "Michael S. Tsirkin" Message-ID: <20150119153803.GA5467@redhat.com> References: <1419437261-21113-1-git-send-email-pbonzini@redhat.com> <1419437261-21113-5-git-send-email-pbonzini@redhat.com> <20150119152623.GC5240@redhat.com> <54BD23E4.50102@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54BD23E4.50102@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 4/4] pc: merge DSDT common parts into acpi-dsdt-common.dsl List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: imammedo@redhat.com, qemu-devel@nongnu.org, dgilbert@redhat.com On Mon, Jan 19, 2015 at 04:33:56PM +0100, Paolo Bonzini wrote: > > > On 19/01/2015 16:26, Michael S. Tsirkin wrote: > > On Wed, Dec 24, 2014 at 05:07:38PM +0100, Paolo Bonzini wrote: > >> > Signed-off-by: Paolo Bonzini > > This isn't a dependency of patches 5 and on, is it? > > No, it isn't. > > Paolo In that case maybe you can comment (in commit log too) on why you think it's preferable to put them all in a single file.