* [Qemu-devel] 0.4 link error (and patch)
@ 2003-06-25 18:26 Jens Axboe
[not found] ` <3EFA1FC7.90808@free.fr>
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2003-06-25 18:26 UTC (permalink / raw)
To: fabrice.bellard, qemu-devel
Hi Fabrice,
I need this to link 0.4. And I tried building vl, it has inline x86 asm
(rdtsc) so I figure it's not ready for non-x86 prime-time yet :). Should
that be converted to use the helper-i386 helper?
Index: Makefile
===================================================================
RCS file: /cvsroot/qemu/qemu/Makefile,v
retrieving revision 1.38
diff -u -r1.38 Makefile
--- Makefile 25 Jun 2003 16:08:39 -0000 1.38
+++ Makefile 25 Jun 2003 18:24:05 -0000
@@ -152,8 +152,8 @@
rm -f $@
$(AR) rcs $@ $(LIBOBJS)
-dyngen: dyngen.c
- $(HOST_CC) -O2 -Wall -g $< -o $@
+dyngen: dyngen.c thunk.o
+ $(HOST_CC) -O2 -Wall -g $^ -o $@
translate-$(TARGET_ARCH).o: translate-$(TARGET_ARCH).c gen-op-$(TARGET_ARCH).h opc-$(TARGET_ARCH).h cpu-$(TARGET_ARCH).h
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Qemu-devel] QEMU 0.4.1
[not found] ` <20030627074411.GA13253@suse.de>
@ 2003-06-27 12:46 ` Fabrice Bellard
0 siblings, 0 replies; 2+ messages in thread
From: Fabrice Bellard @ 2003-06-27 12:46 UTC (permalink / raw)
To: qemu-devel
I just made some small fixes in 'vl' for better NE2000 and 2.5 kernel
support. I also updated the vl-test archive to include a 2.5 kernel as
example.
I would like to know if vl can be used with a host 2.5 kernel as the
timer resolution changes from 100 Hz to 1000 Hz.
Fabrice.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-06-27 12:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-25 18:26 [Qemu-devel] 0.4 link error (and patch) Jens Axboe
[not found] ` <3EFA1FC7.90808@free.fr>
[not found] ` <20030627074411.GA13253@suse.de>
2003-06-27 12:46 ` [Qemu-devel] QEMU 0.4.1 Fabrice Bellard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).