From: "Jim C. Brown" <jma5@umd.edu>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Open source qemu x86 accelerator module.
Date: Sat, 2 Apr 2005 19:47:07 -0500 [thread overview]
Message-ID: <20050403004707.GA4027@jbrown.mylinuxbox.org> (raw)
In-Reply-To: <41e41e7a050402154521b4d775@mail.gmail.com>
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.
next prev parent reply other threads:[~2005-04-03 1:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-02 23:22 [Qemu-devel] Open source qemu x86 accelerator module Paul Brook
2005-04-02 23:45 ` Hetz Ben Hamo
2005-04-03 0:30 ` Paul Brook
2005-04-03 0:47 ` Jim C. Brown [this message]
2005-04-03 1:16 ` Paul Brook
2005-04-03 4:31 ` Jim C. Brown
2005-04-03 0:32 ` Jim C. Brown
2005-04-03 7:24 ` Jean-Michel POURE
2005-04-03 8:38 ` ML
2005-04-03 18:58 ` Herbert Poetzl
2005-04-04 5:47 ` Jens Arm
-- strict thread matches above, loose matches on Subject: below --
2005-04-14 21:30 James Stone
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050403004707.GA4027@jbrown.mylinuxbox.org \
--to=jma5@umd.edu \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.