Re: [Qemu-devel] [RFC/PATCH] remove $check_gfx from configure

2007-10-23 Thread J. Mayer
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

Re: [Qemu-devel] I got a kernel booted under qemu-system-ppc !

2007-10-23 Thread J. Mayer
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

Re: [Qemu-devel] PreP kernels boot using Qemu

2007-10-23 Thread Thiemo Seufer
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

[Qemu-devel] Add ioport statistics

2007-10-23 Thread Dor Laor
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

Re: [Qemu-devel] qemu alpha?

2007-10-23 Thread Brian Wheeler
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

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

2007-10-23 Thread Thiemo Seufer
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

Re: [Qemu-devel] qemu/target-mips translate.c

2007-10-23 Thread Aurelien Jarno
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

Re: [Qemu-devel] qemu/target-mips translate.c

2007-10-23 Thread Thiemo Seufer
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

[Qemu-devel] qemu/target-mips mips-defs.h translate.c transl...

2007-10-23 Thread Thiemo Seufer
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/

[Qemu-devel] Re: PATCH, RFC: Slirp improvements

2007-10-23 Thread Fabrice Bellard
> 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

Re: [Qemu-devel] PreP kernels boot using Qemu

2007-10-23 Thread J. Mayer
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: >

Re: [Qemu-devel] PreP kernels boot using Qemu

2007-10-23 Thread Aurelien Jarno
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

Re: [Qemu-devel] PreP kernels boot using Qemu

2007-10-23 Thread J. Mayer
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

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

2007-10-23 Thread Thiemo Seufer
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/

[Qemu-devel] qemu host-utils.c

2007-10-23 Thread Thiemo Seufer
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

[Qemu-devel] qemu/target-mips op_mem.c

2007-10-23 Thread Thiemo Seufer
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

[Qemu-devel] Trying to Understand QEMU's Low Level Functionality ...

2007-10-23 Thread Atoosaah S
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

Re: [Qemu-devel] Strange behaviour

2007-10-23 Thread Joe Ross
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

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

2007-10-23 Thread Thiemo Seufer
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

Re: [Qemu-devel] PreP kernels boot using Qemu

2007-10-23 Thread Thiemo Seufer
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

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

2007-10-23 Thread Thiemo Seufer
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

[Qemu-devel] qemu-2007-10-24 build error

2007-10-23 Thread 황윤성
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-

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

2007-10-23 Thread Thiemo Seufer
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

Re: [Qemu-devel] Trying to Understand QEMU's Low Level Functionality ...

2007-10-23 Thread Igor Kovalenko
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