From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDJvZ-0003Rl-5i for qemu-devel@nongnu.org; Mon, 19 Jan 2015 16:32:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDJvT-0007ph-Vc for qemu-devel@nongnu.org; Mon, 19 Jan 2015 16:32:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDJvT-0007pb-NW for qemu-devel@nongnu.org; Mon, 19 Jan 2015 16:31:59 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0JLVxBm016105 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 19 Jan 2015 16:31:59 -0500 Date: Mon, 19 Jan 2015 23:31:56 +0200 From: "Michael S. Tsirkin" Message-ID: <20150119213156.GB10385@redhat.com> References: <1421686587-8354-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1421686587-8354-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 0/3] move ssdt-misc.dsl to the DSDT List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: imammedo@redhat.com, qemu-devel@nongnu.org On Mon, Jan 19, 2015 at 05:56:24PM +0100, Paolo Bonzini wrote: > See v2 for motivation. > > v2->v3: dropped pointer passing and patch 4. Thanks! Igor - ok with you? > Paolo Bonzini (3): > pc: append ssdt-misc.dsl to the DSDT > pc: rename ssdt-misc to dsdt-common > pc: move common parts of the DSDT to dsdt-common > > hw/i386/Makefile.objs | 2 +- > hw/i386/acpi-build.c | 85 +- > hw/i386/{ssdt-misc.dsl => acpi-dsdt-common.dsl} | 22 +- > hw/i386/acpi-dsdt-common.hex.generated | 1897 ++++++++++++++ > hw/i386/acpi-dsdt-isa.dsl | 6 +- > hw/i386/acpi-dsdt.dsl | 12 +- > hw/i386/acpi-dsdt.hex.generated | 3119 ++++++----------------- > hw/i386/q35-acpi-dsdt.dsl | 9 +- > hw/i386/q35-acpi-dsdt.hex.generated | 2787 +++++--------------- > hw/i386/ssdt-misc.hex.generated | 399 --- > tests/acpi-test-data/pc/DSDT | Bin 3592 -> 3923 bytes > tests/acpi-test-data/pc/SSDT | Bin 2279 -> 1951 bytes > tests/acpi-test-data/q35/DSDT | Bin 8182 -> 8513 bytes > tests/acpi-test-data/q35/SSDT | Bin 560 -> 232 bytes > 14 files changed, 3430 insertions(+), 4908 deletions(-) > rename hw/i386/{ssdt-misc.dsl => acpi-dsdt-common.dsl} (89%) > create mode 100644 hw/i386/acpi-dsdt-common.hex.generated > delete mode 100644 hw/i386/ssdt-misc.hex.generated In future pls don't include generated files, they often conflict on rebase - just note I need to generate them in the cover letter. > -- > 1.8.3.1