2008/4/8, Marcelo Tosatti <[EMAIL PROTECTED]>:
> On Tue, Apr 08, 2008 at 01:03:58AM +0200, Zdenek Kabelac wrote:
>  > Hi
>  >
>  > I've tried to compile git tree for kvm-userspace.git
>  > I've used these configure options:
>  >
>  > --disable-gcc-check --with-patched-kernel
>  >
>  > using x86-64 platform
>  >
>  > I've got this error:
>  >
>  > pc.o: In function `pc_init1':
>  > /home/kabi/export/kvm-userspace/qemu/hw/pc.c:987: undefined reference
>  > to `kvm_pit_init'
>  > collect2: ld returned 1 exit status
>  >
>  >
>  > Obviously kvm_pit_init seems to be compiled in only for i386 - I've
>  > disables this code by #if 0
>

>
> Update your host kernel. It seems backward compatibility is broken.
>


>  > Core was generated by `qemu-kvm -s -m 320 -smp 2 -net nic,model=pcnet
>  > -net user -redir'.
>  > Program terminated with signal 11, Segmentation fault.
>  >
>  > #0  0x00000000004849a7 in tcp_reass (tp=0x7fabec000d60, ti=0xec000d60,
>  > m=0x0) at slirp/tcp_input.c:208


Hmm - to get fixed first compilation problem - or the second coredump crash ?

Because I need to use some combination of other kernel trees for now
I'll stay with linux git tree 2.6.25-rc8 - hopefully patches from  kvm
git tree will get there soon.

I think I'll survive the occasional crash (2x/day) caused by this
backward incompatibility.

As compared with kvm-64  I no longer experience sudden  qemu-kvm stops,
which I had to resolve by attaching strace to qemu procees - that
magically 'unfreezed' qemu
and it was happening quite often.

Zdenek

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to