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
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
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
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
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
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??
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
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_
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
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
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
hi
I want to run MIPS dynamically linked ELF in user mode emulation on x86 host
machine, what should I do?
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
13 matches
Mail list logo