qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Cole Robinson <crobinso@redhat.com>
To: kvm@vger.kernel.org
Cc: qemu-devel@nongnu.org, Cole Robinson <crobinso@redhat.com>
Subject: [Qemu-devel] [qemu-kvm PATCH] mips: Fix link error with 'piix4_pm_init'
Date: Wed, 26 Sep 2012 07:57:13 -0400	[thread overview]
Message-ID: <e8a96134543b15b5ef34ae893c07c31604faf63b.1348660356.git.crobinso@redhat.com> (raw)

  LINK  mipsel-softmmu/qemu-system-mipsel
  hw/mips/../mips_malta.o: In function `mips_malta_init':
  mips_malta.c:962: undefined reference to `piix4_pm_init'

Can reproduce with:

./configure --target-list=mipsel-softmmu --disable-werror
make

However only on qemu-kvm, not qemu.git or qemu 1.2.0. We are
carrying this in Fedora since we build everything from qemu-kvm.git

Signed-off-by: Cole Robinson <crobinso@redhat.com>
---
 hw/mips/Makefile.objs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/mips/Makefile.objs b/hw/mips/Makefile.objs
index 29a5d0d..89af0e9 100644
--- a/hw/mips/Makefile.objs
+++ b/hw/mips/Makefile.objs
@@ -1,6 +1,7 @@
 obj-y = mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o
 obj-y += mips_addr.o mips_timer.o mips_int.o
 obj-y += gt64xxx.o mc146818rtc.o
+obj-y += acpi.o acpi_piix4.o
 obj-$(CONFIG_FULONG) += bonito.o vt82c686.o mips_fulong2e.o
 
 obj-y := $(addprefix ../,$(obj-y))
-- 
1.7.11.2

                 reply	other threads:[~2012-09-26 11:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e8a96134543b15b5ef34ae893c07c31604faf63b.1348660356.git.crobinso@redhat.com \
    --to=crobinso@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).