qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Open source qemu x86 accelerator module.


From: Jim C. Brown
Subject: Re: [Qemu-devel] Open source qemu x86 accelerator module.
Date: Sat, 2 Apr 2005 19:47:07 -0500
User-agent: Mutt/1.4i

On Sun, Apr 03, 2005 at 01:45:48AM +0200, Hetz Ben Hamo wrote:
> 3. Do you plan to make it work with the 2.4.x kernels?

On Sun, Apr 03, 2005 at 19:32:46 -0500, I wrote:
> Also tested on 2.4 kernels with devfs (works fine).

Actually, no. I just checked out the CVS and the Makefile is missing the 2 lines
which are needed to get qvm86 to compile correctly on 2.4 (despite the fact that
I told pbrook about this twice).

I don't know why he hasn't applied this patch, perhaps he doesn't plan to make
this work with 2.4 after all. Or he just forgot.

--- Makefile.old        Sat Apr  2 19:41:33 2005
+++ Makefile    Sat Apr  2 19:42:43 2005
@@ -36,6 +36,9 @@
 
 include $(TOPDIR)/Rules.make
 
+qvm86.o: $(qvm86-objs)
+       $(LD) -r -o $@ $(qvm86-objs)
+
 else
 # called from 2.6 kernel kbuild
 
-- 
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.




reply via email to

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