qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Blue Swirl <blauwirbel@gmail.com>
To: Paul Brook <paul@codesourcery.com>
Cc: Consul <void@aleksoft.net>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Windows runtime error
Date: Fri, 22 May 2009 18:55:43 +0300	[thread overview]
Message-ID: <f43fc5580905220855k3146e4a7h89879ea17171d954@mail.gmail.com> (raw)
In-Reply-To: <200905221415.40621.paul@codesourcery.com>

On 5/22/09, Paul Brook <paul@codesourcery.com> wrote:
> On Friday 22 May 2009, Anthony Liguori wrote:
>  > Paul Brook wrote:
>  > >>>     Don't use whole-archive for hwlib or libqemu objects
>  > >>>
>  > >>>     Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
>  > >>
>  > >> hwlib definitely needs whole-archive.
>  > >>
>  > >> Why did this break arm-softmmu?  It builds fine for me.
>  > >
>  > > In function `fdctrl_stop_transfer':
>  > > fdc.c:1086: undefined reference to `DMA_release_DREQ'
>  > >
>  > > There appears to be a missing dependency somewhere, I suspect libhw*.a
>  > > doesn't get rebuilt when you move objects from Makefile.target to
>  > > Makefile.hw.
>  >
>  > So a fresh rebuild "fixes" the problem?
>
>
> No, sorry, I mean occasionally you end up with a stale libhw.a.
>
>
>  >Blue, can you revert this commit then?
>
>
> Both this (whole-archive) and the preceding fdc change need to be reverted.

I disagree, whole-archive should only be used very sparingly,
basically for the block/* stuff only. Otherwise most emulators will be
linked with a lot of unnecessary objects files from the archives that
will never be used on that platform.

  parent reply	other threads:[~2009-05-22 15:55 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-21 21:58 [Qemu-devel] Windows runtime error Consul
2009-05-22  2:11 ` Anthony Liguori
2009-05-22 12:04   ` Paul Brook
2009-05-22 13:07     ` Anthony Liguori
2009-05-22 13:15       ` Paul Brook
2009-05-22 15:48         ` Anthony Liguori
2009-05-22 16:12           ` Blue Swirl
2009-05-22 16:39             ` Anthony Liguori
2009-05-22 15:55         ` Blue Swirl [this message]
2009-05-22 16:36           ` Anthony Liguori
2009-05-24  9:14           ` Avi Kivity
2009-05-27 22:39             ` Anthony Liguori
2009-05-22 15:51   ` Blue Swirl
2009-05-22 16:35     ` Anthony Liguori
2009-05-22 16:53       ` Blue Swirl
2009-05-22 17:15         ` Paul Brook

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=f43fc5580905220855k3146e4a7h89879ea17171d954@mail.gmail.com \
    --to=blauwirbel@gmail.com \
    --cc=paul@codesourcery.com \
    --cc=qemu-devel@nongnu.org \
    --cc=void@aleksoft.net \
    /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).