On 10/24/07, Atoosaah S <[EMAIL PROTECTED]> wrote:
> I'm using qemu version 0.8.2 on linux.
>
> I'm currently successful in creating the result.txt (with the command: prof
> /intsall_path/qemu gmon.out > result.txt), but the call graph created does
> not show my functions of interest.
>
> For examp
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/10/24 00:52:08
Modified files:
target-mips: translate.c
Log message:
Remove bogus instruction decode.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/translate.c?cvsroo
gcc32 -g -o qemu-system-cris vl.o osdep.o readline.o monitor.o pci.o console.o
loader.o isa_mmio.o cutils.o block.o block-raw.o block-cow.o block-qcow.o aes.o
block-vmdk.o block-cloop.o block-dmg.o block-bochs.o block-vpc.o block-vvfat.o
block-qcow2.o block-parallels.o irq.o i2c.o smbus.o scsi-
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/10/24 00:10:32
Modified files:
target-mips: op.c
Log message:
Force proper sign extension for mfc0/mfhc0 on MIPS64.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op.c
J. Mayer wrote:
[snip]
> > > I can say both:
> > > for most program, using floating point arithmetic ala "fast-math", it's
> > > not necessary to maintain a precise FPU state, as those program will
> > > never raise any FPU exception, never generate NaNs, infinites, ...
> > > The other reason is t
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/10/23 23:58:21
Modified files:
target-mips: op.c
Log message:
Fix writable length of the index register.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op.c?cvsroot=qe
Do you think your problems are related to either of the following Ubuntu
bugs?
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/144368
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/154960
Joe
On 10/22/07, Christian Fontana <[EMAIL PROTECTED]> wrote:
>
> Hello.
>
> I'm using QEMU to expi
I'm using qemu version 0.8.2 on linux.
I'm currently successful in creating the result.txt (with the command: prof
/intsall_path/qemu gmon.out > result.txt), but the call graph created does
not show my functions of interest.
For example i'm trying to understand the sequence of calls qemu makes to
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/10/23 23:23:43
Modified files:
target-mips: op_mem.c
Log message:
Enforce proper sign extension for lwl/lwr on MIPS64.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/o
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/10/23 23:22:54
Modified files:
. : host-utils.c
Log message:
Fix overflow when multiplying two large positive numbers.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/host
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/10/23 23:22:03
Modified files:
target-mips: op.c
Log message:
Fix CLO calculation for MIPS64. And a small code cleanup.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/
On Tue, 2007-10-23 at 23:59 +0200, Aurelien Jarno wrote:
> J. Mayer a écrit :
> > On Tue, 2007-10-23 at 12:47 +0100, Thiemo Seufer wrote:
> >> J. Mayer wrote:
> >>> On Tue, 2007-10-23 at 00:05 +0200, Aurelien Jarno wrote:
> J. Mayer a écrit :
> > On Mon, 2007-10-22 at 18:28 +0200, Aurelie
J. Mayer a écrit :
> On Tue, 2007-10-23 at 12:47 +0100, Thiemo Seufer wrote:
>> J. Mayer wrote:
>>> On Tue, 2007-10-23 at 00:05 +0200, Aurelien Jarno wrote:
J. Mayer a écrit :
> On Mon, 2007-10-22 at 18:28 +0200, Aurelien Jarno wrote:
>> On Mon, Oct 22, 2007 at 09:36:07AM +0200, J. May
On Tue, 2007-10-23 at 12:47 +0100, Thiemo Seufer wrote:
> J. Mayer wrote:
> >
> > On Tue, 2007-10-23 at 00:05 +0200, Aurelien Jarno wrote:
> > > J. Mayer a écrit :
> > > > On Mon, 2007-10-22 at 18:28 +0200, Aurelien Jarno wrote:
> > > >> On Mon, Oct 22, 2007 at 09:36:07AM +0200, J. Mayer wrote:
>
> I tried harder to change the SLIRP queue stuff to something saner by
> hiding the pointer access inside inlined functions. Still when I
> changed the 32 bit pointers to native 64 bit (or moved the pointers
> outside the packet), qemu crashes. Must be some devilishly hidden
> access somewhere. I
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/10/23 17:04:27
Modified files:
target-mips: mips-defs.h translate.c translate_init.c
Log message:
Use the standard ASE check for MIPS-3D and MT.
CVSWeb URLs:
http://cvs.savannah.gnu.org/
Aurelien Jarno wrote:
> Thiemo Seufer a écrit :
> > CVSROOT:/sources/qemu
> > Module name:qemu
> > Changes by: Thiemo Seufer 07/10/23 13:15:33
> >
> > Modified files:
> > target-mips: translate.c
> >
> > Log message:
> > Switch bc1any* instructions off if no MIPS-3D
Thiemo Seufer a écrit :
> CVSROOT: /sources/qemu
> Module name: qemu
> Changes by: Thiemo Seufer 07/10/23 13:15:33
>
> Modified files:
> target-mips: translate.c
>
> Log message:
> Switch bc1any* instructions off if no MIPS-3D is implemented.
>
> CVSWeb URLs:
> http
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/10/23 13:15:33
Modified files:
target-mips: translate.c
Log message:
Switch bc1any* instructions off if no MIPS-3D is implemented.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/t
On Tue, 2007-10-23 at 00:38 +0200, J. Mayer wrote:
> On Mon, 2007-10-22 at 09:43 +0200, Oliver Falk wrote:
> > On 10/21/2007 01:06 PM, J. Mayer wrote:
> > > On Sun, 2007-10-21 at 05:43 -0500, Rob Landley wrote:
> > >> On Saturday 20 October 2007 3:56:12 am J. Mayer wrote:
> > >>> On Fri, 2007-10-19
J. Mayer wrote:
>
> On Tue, 2007-10-23 at 00:05 +0200, Aurelien Jarno wrote:
> > J. Mayer a écrit :
> > > On Mon, 2007-10-22 at 18:28 +0200, Aurelien Jarno wrote:
> > >> On Mon, Oct 22, 2007 at 09:36:07AM +0200, J. Mayer wrote:
> > >>> Hi all,
> > >>>
> > >>> I've been investigating more about Pre
On some occaisons a VM can consume up to 100% host cpu due
to intensive portio activity. The current DEBUG_IPPORT prints
just write every access into the log file. This patch enable
ioport debug statistics so a summary of ioport access is printed
every second to the log file. This helps debugging
Hi,
Sorry for the delay...
On Fri, 2007-10-19 at 12:57 -0500, Milton Miller wrote:
> On Oct 18, 2007, at 6:46 PM, J. Mayer wrote:
> > On Thu, 2007-10-18 at 19:12 -0500, Rob Landley wrote:
[...]
> Rob was complaining he needed arch ppc to boot prep qemu but
> kernel_headers only worked on power
On Mon, 2007-10-22 at 20:09 -0500, Carlo Marcelo Arenas Belon wrote:
> The following patch removes check_gfx from qemu's configure as the check it
> was trying to enforce is no longer valid.
>
> If neither sdl or cocoa are available, the video output for the console will
> be still available fro
24 matches
Mail list logo