qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.1.1
       [not found]       ` <4B320116.3030505@redhat.com>
@ 2010-01-04 15:22         ` Gerd Hoffmann
  2010-01-04 15:52           ` Michael S. Tsirkin
  0 siblings, 1 reply; 2+ messages in thread
From: Gerd Hoffmann @ 2010-01-04 15:22 UTC (permalink / raw)
  To: Avi Kivity; +Cc: Thomas Treutner, qemu-devel, KVM list

On 12/23/09 12:37, Avi Kivity wrote:
> On 12/23/2009 12:58 PM, Thomas Treutner wrote:
>> On Wednesday 23 December 2009 11:24:04 Avi Kivity wrote:
>>> Please post a full log, after 'make clean'.
>> http://pastebin.com/f404c8648
>>
>
> Oh, I missed it at first - looks like libxenguest and libxenctrl conflict.

Indeed, there are (un)lock_pages functions in both libraries.  It is 
fixed in xen 3.3+, where libxenguest doesn't has these functions any more.

/me also wonders why Debian seems to have only static xen libraries.
I think when linking against the shared libraries avoids this too as the 
functions are supposed to be library-internal.

> Copying Gerd for an opinion.

I think there isn't much we can do about this, it is clearly a xen bug.

Uhm, well, while thinking about it:  The test app compiled and linked by 
configure should have failed in a simliar way, thereby automatically 
disabling xen support.  I have no idea why it didn't ...

cheers,
   Gerd

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.1.1
  2010-01-04 15:22         ` [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.1.1 Gerd Hoffmann
@ 2010-01-04 15:52           ` Michael S. Tsirkin
  0 siblings, 0 replies; 2+ messages in thread
From: Michael S. Tsirkin @ 2010-01-04 15:52 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: Thomas Treutner, Avi Kivity, KVM list, qemu-devel

On Mon, Jan 04, 2010 at 04:22:25PM +0100, Gerd Hoffmann wrote:
> On 12/23/09 12:37, Avi Kivity wrote:
>> On 12/23/2009 12:58 PM, Thomas Treutner wrote:
>>> On Wednesday 23 December 2009 11:24:04 Avi Kivity wrote:
>>>> Please post a full log, after 'make clean'.
>>> http://pastebin.com/f404c8648
>>>
>>
>> Oh, I missed it at first - looks like libxenguest and libxenctrl conflict.
>
> Indeed, there are (un)lock_pages functions in both libraries.  It is  
> fixed in xen 3.3+, where libxenguest doesn't has these functions any 
> more.
>
> /me also wonders why Debian seems to have only static xen libraries.
> I think when linking against the shared libraries avoids this too as the  
> functions are supposed to be library-internal.
>
>> Copying Gerd for an opinion.
>
> I think there isn't much we can do about this, it is clearly a xen bug.
>
> Uhm, well, while thinking about it:  The test app compiled and linked by  
> configure should have failed in a simliar way, thereby automatically  
> disabling xen support.  I have no idea why it didn't ...

"static library" is in fact just an archive of objects.
If you happen not to pull in the conflicting objects,
you won't see the conflict.
So test file would have to call lock_pages/unlock_pages
for config to detect the issue.

> cheers,
>   Gerd
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-04 15:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <4B30C07B.2090009@redhat.com>
     [not found] ` <200912231115.24380.thomas@scripty.at>
     [not found]   ` <4B31EFC4.30903@redhat.com>
     [not found]     ` <200912231158.20614.thomas@scripty.at>
     [not found]       ` <4B320116.3030505@redhat.com>
2010-01-04 15:22         ` [Qemu-devel] Re: [ANNOUNCE] qemu-kvm-0.12.1.1 Gerd Hoffmann
2010-01-04 15:52           ` Michael S. Tsirkin

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).