Re: [Qemu-devel] [PATCH 1/5] Fix i386 Host

2008-01-17 Thread Jens Arm
wrote: > Alexander Graf wrote: > > Jens Arm wrote: > > > >> Hi > >> > >> With this I can compile, but qemu segfaults now when trying to start a ros > >> image: > >> > >> Starting program: /home/tux/QEMU/qemu -m 192

Re: [Qemu-devel] [PATCH 1/5] Fix i386 Host

2008-01-17 Thread Jens Arm
Hi With this I can compile, but qemu segfaults now when trying to start a ros image: Starting program: /home/tux/QEMU/qemu -m 192 ros/ros [Thread debugging using libthread_db enabled] [New Thread -1212344640 (LWP 18268)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread

Re: [Qemu-devel] [PATCH 1/5] Fix i386 Host

2008-01-17 Thread Jens Arm
Hi I tried to compile on Debian 4.0, but I get this error: gcc -Wall -O2 -g -fno-strict-aliasing -fno-reorder-blocks -fno-gcse -fno-tree-ch -fno-optimize-sibling-calls -fno-crossjumping -fno-align-labels -fno-align-jumps -fno-align-functions -mpreferred-stack-boundary=2 -fomit-frame-

Re: [Qemu-devel] qemu and xubuntu as client

2006-11-01 Thread Jens Arm
Hi I have tried some more and if I use the bios from qemu-0.8.2 with the newest svn I can boot the ubuntu cd. Looks like there is a bug in the qemu bios. Jens On Tue, 31 Oct 2006 07:13:24 +0100 Jens Arm <[EMAIL PROTECTED]> wrote: > > > Hi > > > > > >

Re: [Qemu-devel] qemu and xubuntu as client

2006-10-30 Thread Jens Arm
> > Hi > > > > > > If I try to start xubuntu/ubuntu (6.10) in qemu from cdrom > > the isolinux 3.11 says Loading... but can not change to graphic mode. > > > > How can I start ubuntu in qemu? > Are you trying the x86-64 version, or the x86 version? I haven't been able > to > get the 64-bit v

[Qemu-devel] qemu and xubuntu as client

2006-10-30 Thread Jens Arm
Hi If I try to start xubuntu/ubuntu (6.10) in qemu from cdrom the isolinux 3.11 says Loading... but can not change to graphic mode. How can I start ubuntu in qemu? Jens ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailm

Re: [Qemu-devel] qemu/target-i386 helper.c

2006-09-28 Thread Jens Arm
Hi This is not fixing the DHCP-Errors: If I do a "ipconfig /renew" in W2k I get: DHCP-Server unreachable I start qemu like this: qemu -snapshot -m 384 office.dsk If I try with -no-acpi, W2k is not loading the Kernel. Jens On Wed, 27 Sep 2006 21:31:59 + Fabrice Bellard <[EMAIL P

[Qemu-devel] w2k net problems since update from sunday

2006-09-25 Thread Jens Arm
Hi Since the update from sunday w2k can load the net driver, but it can not send or receive pakets. W2k can not get an IP from the usernet-dhcp. I start qemu like this: qemu -m 384 disk.dsk Any hints? Jens ___ Qemu-devel mailing list Qemu-devel@non

Re: [Qemu-devel] problem with vvfat and plan9

2006-01-16 Thread Jens Arm
> > cannot add sdC1!dos [63,966798) to disk [0,966735): partition boundaries > > out of range > > Note that the difference of the larger numbers is exactly 63... > > It might be fixed by replacing the line > > s->sector_count=0xec04f; > > with > > s->sector_count=0xec04f - 63; > > in

[Qemu-devel] problem with vvfat and plan9

2006-01-12 Thread Jens Arm
Hi The vvfat driver has wrong partition table entry for plan9. When booting I get the error: cannot add sdC1!dos [63,966798) to disk [0,966735): partition boundaries out of range In Linux the vvfat driver works, but plan9 is refusing to use the first partition, because the wrong entry. In L

[Qemu-devel] Server down ?

2005-06-15 Thread Jens Arm
Hi Looks like the Server is down, or? Service Unavailable Apache/ProXad [Dec 22 2004 18:41:28] Server at fabrice.bellard.free.fr Port 80 Jens ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Hand written code generator #2

2005-05-31 Thread Jens Arm
Hi Paul I get a compile errorif I try with latest qemu cvs: ../dyngen -o op.h op.o ../dyngen -c -o opc.h op.o gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/home/tux/tmp/qemu/target-sparc -I/home/tux/tmp/qemu -I/home/tux/tmp/qemu/host-i386 -I/home/tux/tmp/qemu/linux-user -I/