qemu-devel
[Top][All Lists]
Advanced

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

Re: Re: [Qemu-devel] QEMU accelerator Question


From: Ben Taylor
Subject: Re: Re: [Qemu-devel] QEMU accelerator Question
Date: Wed, 13 Apr 2005 1:08:20 -0400

Michael Hoeller <address@hidden> wrote:
> 
> Mark wrote:
> >First, go here: http://fabrice.bellard.free.fr/qemu/qemu-accel.html and
> read
> >the blurb about the accelerator.
> >
> >Then download this
> http://fabrice.bellard.free.fr/qemu/kqemu-0.6.2-1.tar.gz
> >(it's linked from the Downloads page) and untar it in the Qemu CVS
> directory.
> >
> >Then do ./configure && make in the QEmu CVS directory.  The do make
> install as
> >root.
> >
> >This will build & install QEmu and the accelerator module.
> 
> I have read the documentation more than twice but I still don't know how
> to compile
> the kqemu. I have compiled qemu 0.6.2 successfully on SuSE 9.2 and it
> works.

Then what's so hard about doing a:

cd <whereever your qemu CVS directory is>
gunzip -c <kqemu.tar.gz> | tar xf -
./configure <with your options> #this is for qemu
                                #so it will pick up kqemu
make
 
> How do I install the kqemu the readme in kqemu tell to copy the code in
> the qemu
> dir but then I over write the qemu Makefile.

The directions are pretty straightforward.

You have to rebuild qemu so it can talk to kqemu.






reply via email to

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