From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDEL5-0001kw-8p for qemu-devel@nongnu.org; Mon, 19 Jan 2015 10:34:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDEL4-000398-Gl for qemu-devel@nongnu.org; Mon, 19 Jan 2015 10:34:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54359) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDEL4-000391-AP for qemu-devel@nongnu.org; Mon, 19 Jan 2015 10:34:02 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0JFY1PL018937 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 19 Jan 2015 10:34:01 -0500 Message-ID: <54BD23E4.50102@redhat.com> Date: Mon, 19 Jan 2015 16:33:56 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1419437261-21113-1-git-send-email-pbonzini@redhat.com> <1419437261-21113-5-git-send-email-pbonzini@redhat.com> <20150119152623.GC5240@redhat.com> In-Reply-To: <20150119152623.GC5240@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: "Michael S. Tsirkin" Cc: imammedo@redhat.com, qemu-devel@nongnu.org, dgilbert@redhat.com 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