From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbUtr-0005Y5-Jn for qemu-devel@nongnu.org; Thu, 22 Nov 2012 06:25:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbUtq-0001vK-Fn for qemu-devel@nongnu.org; Thu, 22 Nov 2012 06:24:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:25179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbUtq-0001vF-8O for qemu-devel@nongnu.org; Thu, 22 Nov 2012 06:24:54 -0500 Message-ID: <50AE0B7B.80308@redhat.com> Date: Thu, 22 Nov 2012 12:24:43 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 00/14] Add Q35 base support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Baron Cc: agraf@suse.de, alex.williamson@redhat.com, mst@redhat.com, jan.kiszka@siemens.com, armbru@redhat.com, qemu-devel@nongnu.org, blauwirbel@gmail.com, yamahata@valinux.co.jp, juzhang@redhat.com, kevin@koconnor.net, anthony@codemonkey.ws, gsomlo@gmail.com, mkletzan@redhat.com, pbonzini@redhat.com, lcapitulino@redhat.com, afaerber@suse.de On 11/14/12 21:53, Jason Baron wrote: > These patches are intened to give us a base set of patches for Q35 upon which > to build. The major change in this series is to add the memory controller hub, > or 'mch' as proper member of the q35 host structure. This change refactors the Fails to build with all targets enabled: [ ... ] LINK alpha-softmmu/qemu-system-alpha ../hw/acpi_ich9.o: In function `ich9_pm_init': acpi_ich9.c:(.text+0x5d): undefined reference to `acpi_pm_tmr_init' acpi_ich9.c:(.text+0x65): undefined reference to `acpi_pm1_cnt_init' acpi_ich9.c:(.text+0x72): undefined reference to `acpi_gpe_init' [ ... ] cheers, Gerd