Re: [Qemu-devel] Question/problems with Qemu and 64Bit Opensuse 10.2

2006-12-23 Thread Werner Dittmann
When Qemu seems to loop I switched to monitor mode stop the emulator and gathered the output of some info operations. The info registers show that registers contain the strange values, for example: RBX=80523028 RSP=80522dc0 RIP=8025e67c Is it normal that e.g. the

Re: [Qemu-devel] Question/problems with Qemu and 64Bit Opensuse 10.2

2006-12-23 Thread Thiemo Seufer
Werner Dittmann wrote: When Qemu seems to loop I switched to monitor mode stop the emulator and gathered the output of some info operations. The info registers show that registers contain the strange values, for example: RBX=80523028 RSP=80522dc0 RIP=8025e67c Is

Re: [Qemu-devel] Question/problems with Qemu and 64Bit Opensuse 10.2

2006-12-23 Thread Werner Dittmann
Just for info: the 32 bit version of Opensuse 10.2 works and installation runs. Thus the problem seems to be something with the 64 bit emulation. Werner Werner Dittmann wrote: When Qemu seems to loop I switched to monitor mode stop the emulator and gathered the output of some info operations.

Re: [Qemu-devel] patch for supporting SMB on Solaris host

2006-12-23 Thread Ben Taylor
Lennert Buytenhek [EMAIL PROTECTED] wrote: On Fri, Dec 22, 2006 at 08:40:27PM -0500, Ben Taylor wrote: -snprintf(smb_cmdline, sizeof(smb_cmdline), /usr/sbin/smbd -s %s, - smb_conf); +snprintf(smb_cmdline, sizeof(smb_cmdline), % -s %s, +

[Qemu-devel] qemu elf_ops.h loader.c hw/mips_r4k.c target-ar...

2006-12-23 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 06/12/23 14:18:40 Modified files: . : elf_ops.h loader.c hw : mips_r4k.c target-arm : cpu.h target-i386: cpu.h target-m68k:

Re: [Qemu-devel] qemu elf_ops.h loader.c hw/mips_r4k.c target-ar...

2006-12-23 Thread Thiemo Seufer
Fabrice Bellard wrote: Your change in elf_ops.h regarding the labels fail1 and fail2 is not necessary: qemu_free(NULL) is perfectly valid and there are many pieces of code relying on it. Please revert. Changed accordingly. Thiemo ___ Qemu-devel

[Qemu-devel] qemu vl.c

2006-12-23 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 06/12/23 15:37:34 Modified files: . : vl.c Log message: Solaris SMBD hacks (Ben Taylor). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemur1=1.226r2=1.227

[Qemu-devel] qemu vl.c

2006-12-23 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 06/12/23 22:51:27 Modified files: . : vl.c Log message: Null character instead of numeric null. CVSWeb URLs: