qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Windows runtime error


From: Paul Brook
Subject: Re: [Qemu-devel] Windows runtime error
Date: Fri, 22 May 2009 14:15:39 +0100
User-agent: KMail/1.11.2 (Linux/2.6.29-2-amd64; KDE/4.2.2; x86_64; ; )

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 <address@hidden>
> >>
> >> 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.

The scsi bits are probably ok, but the fdc is tied to the ISA DMA engine. We 
don't currently have a target independent method of handling inter-device data 
transfer.

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]