qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] KQEMU API change


From: Rick Vernam
Subject: Re: [Qemu-devel] KQEMU API change
Date: Sun, 1 Jun 2008 23:58:16 -0500
User-agent: KMail/1.9.9

On Friday 30 May 2008 04:03:14 pm Fabrice Bellard wrote:
> Hi,
>
> I just committed a few changes in the KQEMU API. People wishing to use
> kqemu with the current QEMU version from the repository should download
> the new KQEMU release (version 1.4.0pre1).
>
> Fabrice.

Thanks for the great tools.

I've encountered a compile failure with KQEMU 1.4.0pre1.
I did not see anything in the kqemu-doc.html file which spoke to 
requirements ... nor on the website.  forgive me if I've overlooked 
something.
Building against an unmodified 2.6.25.4, headers are Gentoo's 2.6.25.3

./configure
make
...
make -C /lib/modules/2.6.25.4/build M=`pwd` modules
make[1]: Entering directory `/usr/src/linux-2.6.25.4'
  CC [M]  /home/rick/docs/kqemu-1.4.0pre1/kqemu-linux.o
/home/rick/docs/kqemu-1.4.0pre1/kqemu-linux.c: In 
function 'kqemu_lock_user_page':
/home/rick/docs/kqemu-1.4.0pre1/kqemu-linux.c:81: error: dereferencing pointer 
to incomplete type
/home/rick/docs/kqemu-1.4.0pre1/kqemu-linux.c: In function 'kqemu_schedule':
/home/rick/docs/kqemu-1.4.0pre1/kqemu-linux.c:194: error: implicit declaration 
of function 'need_resched'
/home/rick/docs/kqemu-1.4.0pre1/kqemu-linux.c:195: error: implicit declaration 
of function 'schedule'
/home/rick/docs/kqemu-1.4.0pre1/kqemu-linux.c:197: error: implicit declaration 
of function 'signal_pending'

uname -a
Linux 2.6.25.4 #1 Sun Jun 1 23:06:19 CDT 2008 x86_64 AMD Athlon(tm) 64 
Processor 3700+ AuthenticAMD GNU/Linux

gcc --version
gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.0.1)





reply via email to

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