[Qemu-devel] How can qemu to generate a signal 0 on i386 target (Linux) and i386 host?

2007-04-26 Thread Neo Jia
hi, I am using kgdb to debug Linux kernel. Both the target and host are IA32 platform. But I got the following from my gdb console: Program terminated with signal 0, Signal 0. The program no longer exists. In fact, this signal is not defined on my gdb. From the post

Re: [Qemu-devel] Minos-type integrity checking in QEMU

2007-04-26 Thread Shashidhar Mysore
Hi, Thank you very much for the links. I am looking into your thesis right now, Congratulations! nice work. I really liked the idea of your project, especially tracking control dependencies along with data dependency in QEMU. One question I have is the way in which you obtain process information

[Qemu-devel] Minix 3.1.2a report

2007-04-26 Thread Nigel Horne
Minix 3.1.2a installs and runs with no difficulty with CVS qemu. However when I enable kqemu kqemu-1.3.0pre11, Minix hangs on startup after printing its memory map. See http://www.minixtips.com/2006/06/running-minix-under-qemu.html for easy to follow instructions on the installation. -Nigel

[Qemu-devel] Minix 3.1.2a report

2007-04-26 Thread Nigel Horne
I spoke too early :-( [EMAIL PROTECTED] minix]$ qemu -m 128 -hda minix.img -boot c -no-kqemu qemu: fatal: Trying to execute code outside RAM or ROM at 0x464ea000 EAX=0021 EBX=000c70d9 ECX=00023c70 EDX=006c5cf4 ESI=0001 EDI=0030581c EBP=00305774 ESP=0030575c EIP=4500 EFL=0202

Re: [Qemu-devel] Re: Detecting an assembly instruction in QEMU

2007-04-26 Thread Eduardo Felipe
2007/4/25, Atif Hashmi [EMAIL PROTECTED]: Instructions like addl %ebx, (%eax) are also considered to be memory refernce instructions. Do these type of instructions also refer to the functions that you mentioned. No. You are using __asm_volatile(mov %al %al) to mark the start of your

[Qemu-devel] qemu/pc-bios README openbios-sparc32

2007-04-26 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 07/04/26 18:32:00 Modified files: pc-bios: README openbios-sparc32 Log message: Update Sparc32 rom to support *BSD boot and 24 bit TCX CVSWeb URLs:

[Qemu-devel] Sparc32 boots BSDs

2007-04-26 Thread Blue Swirl
Hi, The updated OpenBIOS image fixes a long standing bug that prevented BSDs from booting. OpenBSD 4.0, SS-5: Jumping to entry point... OpenBSD BOOT 2.2 Booting bsd @ 0x4000 3397216+202296| console is ttya Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of

Re: [Qemu-devel] scsi patch

2007-04-26 Thread Blue Swirl
On 4/25/07, Wang Cheng Yeh [EMAIL PROTECTED] wrote: scsi.tex patch reduces unnecessary mismatch. lsi.txt corrects mismatch condition. When the mismatch happens, register ia saves the instruction address. However, QEMU call lsi_bad_phase first, update new dsp and then save it into register ia.

Re: [Qemu-devel] Re: Detecting an assembly instruction in QEMU

2007-04-26 Thread Atif Hashmi
Hi Eduardo, I think I could not explain my question regarding addl %ebx, (%eax). What I wanted to ask was that this instruction also accesses the memory and I also need to intercept it within a transaction. Incase of addl %ebx, (%eax), Are the functions under /* CPU memory access without any

[Qemu-devel] qemu/target-sh4 translate.c

2007-04-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/04/26 23:48:50 Modified files: target-sh4 : translate.c Log message: Fix opcode for sts.l fpul/cpscr, by Magnus Damm. CVSWeb URLs:

[Qemu-devel] qemu/linux-user syscall.c

2007-04-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/04/26 23:49:45 Modified files: linux-user : syscall.c Log message: Use 16-bit uid wrappers, by Magnus Damm. CVSWeb URLs:

[Qemu-devel] qemu/target-sh4 op.c

2007-04-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/04/26 23:50:46 Modified files: target-sh4 : op.c Log message: Fix inc8 and dec8 operations, by Magnus Damm. CVSWeb URLs:

[Qemu-devel] qemu/target-i386 translate.c

2007-04-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/04/27 00:01:20 Modified files: target-i386: translate.c Log message: Workaround qemu guest SIGSEGVs with cmpxchg8b insn, by Juergen Keil. CVSWeb URLs:

[Qemu-devel] qemu and debian-4.0r0-linux?

2007-04-26 Thread ISHWAR RATTAN
Has any one had success with this install? It seems to fail all the time even with -nographic option (this worked for 3.1r1)? -ishwar

[Qemu-devel] ARM Big endian system emulation

2007-04-26 Thread Alexis Berlemont
Hi, I have a question concerning the system emulation features : what is missing in the implementation of qemu to get a system emulation of a big endian ARM1026 target (like qemu-armeb for user emulation) ? Regards. Alexis.

Re: [Qemu-devel] ARM Big endian system emulation

2007-04-26 Thread Paul Brook
I have a question concerning the system emulation features : what is missing in the implementation of qemu to get a system emulation of a big endian ARM1026 target (like qemu-armeb for user emulation) ? In theory most of the bits should be there. However I don't have big-endian hardware to