[Qemu-devel] qemu-system-x86_64

2006-03-31 Thread Mario Goppold
Hi, I still have problems with qemu-system-x86_64. Some programs crash some not. I like to help to debug where I can. It seems to be distribution independent, but I have separated and modified a SuSE10 x86_64 rescue image to reproduce the errors (http://www.tbz-pariv.de/qemu/TestSuSE10x86_64.is

[Qemu-devel] x86_64 problem

2006-03-17 Thread Mario Goppold
Hi, i have some trouble with qemu-system-x86_64. Neither SuSE92-64 nor Ubuntu 5.10-64 will install. Here my env: Host OS: SuSE10 (i586) Kernel: 2.6.13-15.8-smp qemu: snapshot20060315 (without kqemu ) ./configure --prefix=/usr --cc=/opt/gcc33/bin/gcc-3.3 --interp-prefix=/usr/share/qemu/qemu-%M

Re: [Qemu-devel] smp support and ide lba48

2006-03-13 Thread Mario Goppold
Am Montag, 13. März 2006 10:19 schrieb Jens Axboe: > On Mon, Mar 13 2006, Mario Goppold wrote: > > Am Samstag, 11. März 2006 13:31 schrieb Jens Axboe: > > > On Fri, Mar 10 2006, Mario Goppold wrote: > > > > Hi, > > > > > > > >

Re: [Qemu-devel] smp support and ide lba48

2006-03-13 Thread Mario Goppold
Am Samstag, 11. März 2006 13:31 schrieb Jens Axboe: > On Fri, Mar 10 2006, Mario Goppold wrote: > > Hi, > > > > I try to install SuSE92-64 on an 400G HD but it fails: > > > > hda: max request size: 128KiB > > hda: cannot use LBA48 - full capacity 838860800

[Qemu-devel] smp support and ide lba48

2006-03-10 Thread Mario Goppold
Hi, I try to install SuSE92-64 on an 400G HD but it fails: hda: max request size: 128KiB hda: cannot use LBA48 - full capacity 838860800 sectors (429496 MB) hda: 268435456 sectors (137438 MB) w/256KiB Cache, CHS=65535/16/63, (U)DMA hda:<4>hda: lost interrupt hda: lost interrupt ... If I switch

Re: [Qemu-devel] Current x86_64 status

2005-12-15 Thread Mario Goppold
Hi Lace, see my thread "32bit emulation in x86_64 System emulation" (27.10.2005). perhaps it helps you too. bye, Mario. Am Donnerstag, 15. Dezember 2005 08:56 schrieb Jan Kratochvil: > Hi, > > I could not find anywhere - is the current QEMU CVS snapshot GNU/Linux > x86_64 incompatibility a known

[SOLVED] Re: [Qemu-devel] 32bit emulation in x86_64 System emulation

2005-11-11 Thread Mario Goppold
ldconfig Mario. Am Donnerstag, 27. Oktober 2005 08:37 schrieb Mario Goppold: > Hi list, > > I've tried to install SuSE92 x68_64 as guest (qemu 0.7.2 with and without > kqemu). During the install grub terminates with core. But not only grub > terminates: > > #include >

[Qemu-devel] ssh in qemu-system-x86_64

2005-10-28 Thread Mario Goppold
Hi list, i don't want to spoil the party but i found another thing that does not work as expected. I set up a network like [Re: [Qemu-devel] several guests with static ip-address yesterday 15:31] and try to ssh to the host: OpenSSH_3.9p1, OpenSSL 0.9.7d 17 Mar 2004 debug1: Reading configuration

Re: [Qemu-devel] 32bit emulation in x86_64 System emulation

2005-10-28 Thread Mario Goppold
. Oktober 2005 08:37 schrieb Mario Goppold: > Hi list, > > I've tried to install SuSE92 x68_64 as guest (qemu 0.7.2 with and without > kqemu). During the install grub terminates with core. But not only grub > terminates: > > #include > int main() { > printf(

Re: [Qemu-devel] several guests with static ip-address

2005-10-27 Thread Mario Goppold
Hi list, i had the same problem and here is qemu-ifup: #!/bin/sh ( # chgrp users /dev/net/tun # chmod g+w /dev/net/tun # set -x MYIP=192.168.0.1 /bin/logger -t $0 "Start for $1" found=0 DEVS=`/sbin/ifconfig | /bin/awk '/^qbridge/ { print $1 }'` for D in $DEVS; do IP=$(LANG=C /sbin/ifconfig

[Qemu-devel] 32bit emulation in x86_64 System emulation

2005-10-26 Thread Mario Goppold
Hi list, I've tried to install SuSE92 x68_64 as guest (qemu 0.7.2 with and without kqemu). During the install grub terminates with core. But not only grub terminates: #include int main() { printf("Hallo Welt!\n"); return 0; } gcc a.c ; ./a.out is ok but gcc -m32 a.c;