I'd appreciate any input on how to run gprof successfully on qemu. I'm new
to gprof and am probably missing some steps. I successfully ran gprof on a
sorting program available online, then I attempted to run gprof on qemu.
Here are the steps I take:
I'm trying to run gprof on qemu, but am unsucc
Here's a small patch that allow an optimisation for code fetch, at least
for RISC CPU targets, as suggested by Fabrice Bellard.
The main idea is that a translated block is never to span over a page
boundary. As the tb_find_slow routine already gets the physical address
of the page of code to be tra
On Fri, 2007-10-12 at 01:00 -0700, Atoosaah S wrote:
> I'd appreciate any input on how to run gprof successfully on qemu. I'm
> new to gprof and am probably missing some steps. I successfully ran
> gprof on a sorting program available online, then I attempted to run
> gprof on qemu.
>
> Here are
This seems like a good excuse to send my suggested -cpu option for the
x86 target. It is just like my previous "take 4", but fits to the newly
unified cpu_list.
Index: hw/pc.c
===
RCS file: /sources/qemu/qemu/hw/pc.c,v
retrieving re
On 10/12/07, J. Mayer <[EMAIL PROTECTED]> wrote:
> Here's a small patch that allow an optimisation for code fetch, at least
> for RISC CPU targets, as suggested by Fabrice Bellard.
> The main idea is that a translated block is never to span over a page
> boundary. As the tb_find_slow routine alread
How do I enable debugging?
I checked the configure file and I do not see any options for compiling with
debugging, i.e. there is no --enable-debug option. I see that the "default
parameters" section of the configure file sets: gdbstub="yes" but other than
that i do not see any other reference to d
Blue Swirl wrote:
[snip]
> Index: qemu/linux-user/mipsn32/syscall.h
> ===
> --- qemu.orig/linux-user/mipsn32/syscall.h2007-10-11 19:17:14.0
> +
> +++ qemu/linux-user/mipsn32/syscall.h 2007-10-11 19:17:46.0 +000
Blue Swirl wrote:
On 10/12/07, J. Mayer <[EMAIL PROTECTED]> wrote:
Here's a small patch that allow an optimisation for code fetch, at least
for RISC CPU targets, as suggested by Fabrice Bellard.
The main idea is that a translated block is never to span over a page
boundary. As the tb_find_slow r
Blue Swirl wrote:
On 10/12/07, J. Mayer <[EMAIL PROTECTED]> wrote:
Here's a small patch that allow an optimisation for code fetch, at least
for RISC CPU targets, as suggested by Fabrice Bellard.
The main idea is that a translated block is never to span over a page
boundary. As the tb_find_slow r
On Fri, 2007-10-12 at 18:12 +0300, Felipe Contreras wrote:
> Hi,
>
> When I try to use codesourcery's toolchain arm-2006q3-27 in my Fedora
> 7 box I always have the following issue:
>
> qemu: Unsupported syscall: 983045
Yep, I've seen that before.
> I guess it's a problem of NPTL incompatibili
On Wed, 2007-10-10 at 21:38 -0600, Thayne Harbaugh wrote:
> I have noticed that many functions in syscall.c return a *host* errno
> when a *target* errno should be return. At the same time, there are
> several places in syscall.c:do_syscall() that immediately return an
> errno rather than setti
On Fri, 2007-10-12 at 18:21 +0300, Blue Swirl wrote:
> On 10/12/07, J. Mayer <[EMAIL PROTECTED]> wrote:
> > Here's a small patch that allow an optimisation for code fetch, at least
> > for RISC CPU targets, as suggested by Fabrice Bellard.
> > The main idea is that a translated block is never to sp
Could anyone give me a tip in how to compile qemu to a host arm.
I have a ARM machine running debian 4.0 , i need to run a very small i386
application on this machine but i can not compile qeumu on it.
I keep getting errors.
# ./configure --target-list=i386-user
WARNING: "gcc" looks like gcc 4.x
L
That was it. I got it to work!
Thanks so much for your help :-)
On 10/12/07, Ben Taylor <[EMAIL PROTECTED]> wrote:
>
>
> Atoosaah S <[EMAIL PROTECTED]> wrote:
> > How do I enable debugging?
> >
> > I checked the configure file and I do not see any options for compiling
> with
> > debugging,
Atoosaah S <[EMAIL PROTECTED]> wrote:
> How do I enable debugging?
>
> I checked the configure file and I do not see any options for compiling with
> debugging, i.e. there is no --enable-debug option. I see that the "default
> parameters" section of the configure file sets: gdbstub="yes" bu
Hi,
When I try to use codesourcery's toolchain arm-2006q3-27 in my Fedora
7 box I always have the following issue:
qemu: Unsupported syscall: 983045
I guess it's a problem of NPTL incompatibility. Anyway, the patch that
Paul Brook sent a while ago solves it [1].
I wonder if it can be integrated
Blue Swirl wrote:
> On 10/12/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote:
> > Blue Swirl wrote:
> > [snip]
> > > Index: qemu/linux-user/mipsn32/syscall.h
> > > ===
> > > --- qemu.orig/linux-user/mipsn32/syscall.h2007-10-11
> > > 1
Forwarded Message
> From: Jocelyn Mayer <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED], qemu-devel@nongnu.org
> To: qemu-devel@nongnu.org
> Subject: Re: [Qemu-devel] RFC: Code fetch optimisation
> Date: Fri, 12 Oct 2007 20:24:44 +0200
>
> On Fri, 2007-10-12 at 18:21 +0300, Blu
18 matches
Mail list logo