Re: [Qemu-devel] Assembly Code Generation Using Tiny Code Generator

2011-08-08 Thread maheen butt
Use the  -d switch with out_asm option e.g, $ mips-linux-user -d out_asm ... From: Nithish R To: qemu-devel@nongnu.org Sent: Tuesday, August 9, 2011 6:50 AM Subject: [Qemu-devel] Assembly Code Generation Using Tiny Code Generator Hi,    I am doing a project on

[Qemu-devel] Malta MIPS

2012-05-31 Thread maheen butt
I found this link very useful to emulate MIPS malta http://people.debian.org/~aurel32/qemu/mips/ kernel and file system images are provided. But I'm facing a problem. Actually I want to share files between guest and for this purpose I try to modify the provided  file system but whenever I trie

[Qemu-devel] NPTL support

2010-12-20 Thread maheen butt
hi I 'm working with fedora core 13(64 bit) x86_64 platform. I configured QEMU with --enable-nptl switch but I'm not able to run programs containing POSIX threads or fork system call. I run this commandqemu-x86_64 thread it gives system call errorand qemu-x86_64 forkfno child process createdwhat

[Qemu-devel] forking with x86_64

2011-01-12 Thread maheen butt
hiwhy qemu does not provide NPTL support for x86 in user mode? is there any big hindrance behind it? I did a small experimentI make a program with fork system call and give its executable to qemu-x86_64 out put shows it does not create child. the I commented out this if block of linux-user/sysc

[Qemu-devel] Qemu signal handling

2011-01-20 Thread maheen butt
 hi In QEMU code almost every signal is handled then why this warning is generated from syscall.c #elif defined(TARGET_ABI_MIPSN64) # warning signal handling not implemented

[Qemu-devel] dyngen tool

2010-06-04 Thread maheen butt
i want to know how dyngen tool is incorporated in QEMU source code?? does mips folder in TCG directory do same work for MIPS 64??

[Qemu-devel] QEMU development

2011-03-01 Thread maheen butt
hiI have done some development in QEMU live code and I want to submit my work. should I directly submit the patch to mailing list or do something else?? I have not fixed the bug but added extra feature to QEMU. Regards

[Qemu-devel] QEMU-user mode profiling

2011-03-16 Thread maheen butt
hiI want to profile mips ELF with the help of QEMU so that I can find more time consuming portion of the code. does QEMU user mode emulation provide such feature? I did a small experiment. I configure QEMU with --enable-gprof and makeafterwards i gave following command$qemu-mips hw_mipswhere hw_

[Qemu-devel] MIPS64 system mode emulation

2011-02-12 Thread maheen butt
hiI want to run MIPS64 system mode emulation. for this purpose I need kernel image and initrd. from where I  can get these two things?? same question is for Magnum system mode emulation Regards 

[Qemu-devel] (no subject)

2011-02-17 Thread maheen butt
hi I'm running MIPS user mode emulation with qemu. Whenever a memory reference instruction comes from MIPS ELF how this address is translated to host virtual address? or is there any mapping function which is used? my host machine is x86 Regards

[Qemu-devel] MIPS address vs x86 address

2011-02-17 Thread maheen butt
hi I'm running MIPS user mode emulation with qemu. Whenever a memory reference instruction comes from MIPS ELF how this address is translated to host virtual address? or is there any mapping function which is used? my host machine is x86 Regards

[Qemu-devel] MIPS dynamically linked ELF with Qemu

2011-02-18 Thread maheen butt
hi I want to run MIPS dynamically linked ELF in user mode emulation on x86 host machine, what should I do?

[Qemu-devel] QEMU Development

2010-07-25 Thread maheen butt
hi in Qemu what is the reason of TLB load exception while I'm running user mode emulation?? Further information: Porting user mode MIPS64 emulation in QEMU When qemu-mips runs with Mips64 executable(ELF) following errror encountered qemu: SIGSEGV pc=0x601db044 address=200a47a8 w=0 oldset=0x000