From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDFd0-00084m-49 for qemu-devel@nongnu.org; Mon, 19 Jan 2015 11:56:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDFcw-0001ox-Po for qemu-devel@nongnu.org; Mon, 19 Jan 2015 11:56:38 -0500 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:61649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDFcw-0001ol-J4 for qemu-devel@nongnu.org; Mon, 19 Jan 2015 11:56:34 -0500 Received: by mail-wi0-f174.google.com with SMTP id n3so589122wiv.1 for ; Mon, 19 Jan 2015 08:56:33 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 19 Jan 2015 17:56:24 +0100 Message-Id: <1421686587-8354-1-git-send-email-pbonzini@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: imammedo@redhat.com, mst@redhat.com See v2 for motivation. v2->v3: dropped pointer passing and patch 4. 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 -- 1.8.3.1