From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URfr9-00036C-CA for qemu-devel@nongnu.org; Mon, 15 Apr 2013 05:37:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URfr3-0002kq-1T for qemu-devel@nongnu.org; Mon, 15 Apr 2013 05:37:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URfr2-0002kh-Ps for qemu-devel@nongnu.org; Mon, 15 Apr 2013 05:37:40 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3F9bd7Z003833 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 15 Apr 2013 05:37:40 -0400 Received: from redhat.com (vpn1-6-102.ams2.redhat.com [10.36.6.102]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id r3F9bc57014398 for ; Mon, 15 Apr 2013 05:37:39 -0400 Date: Mon, 15 Apr 2013 12:37:37 +0300 From: "Michael S. Tsirkin" Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/3] acpi: more infrastructure cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I wanted to help Laszlo completely move ACPI tables out of seabios in time for 1.5, but had to put out some fires so didn't manage to do this in time, and going offline for now. Meanwhile, here is some refactoring that I did complete. This does not do much by itself, but works fine for me and will be helpful down the road. This includes a couple of patches I posted previously and another one on top. Pls consider for 1.5. Michael S. Tsirkin (3): acpi: move declarations from pc.h to acpi.h acpi: add acpi_table_add_hdr acpi.h: make it self contained arch_init.c | 1 + hw/acpi/core.c | 97 +++++++++++++++++++++++++++++++++++--------------- hw/i386/pc.c | 1 + hw/i386/pc_piix.c | 1 + include/hw/acpi/acpi.h | 20 +++++++++++ include/hw/i386/pc.h | 8 ----- 6 files changed, 91 insertions(+), 37 deletions(-) -- MST