CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 06/12/23 22:51:27
Modified files:
. : vl.c
Log message:
Null character instead of numeric null.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.227&r2=
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 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=qemu&r1=1.226&r2=1.227
__
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-dev
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 06/12/23 15:18:47
Modified files:
. : elf_ops.h
Log message:
Simplify error handling again.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/elf_ops.h?cvsroot=qemu&r1=1.4&r2=1
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.
Regards,
Fabrice.
Thiemo Seufer wrote:
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 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: cpu.h
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",
> > +
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" operati
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=8
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 i
10 matches
Mail list logo