[Fwd: [Qemu-devel] RFC: BIOS filename option]

2007-10-03 Thread J. Mayer
Forwarded Message > From: J. Mayer <[EMAIL PROTECTED]> > Reply-To: qemu-devel@nongnu.org > To: qemu-devel@nongnu.org > Subject: [Qemu-devel] RFC: BIOS filename option > Date: Thu, 04 Oct 2007 05:11:55 +0200 > > Hi, > > This is a proposal to allow the user to select a BIOS file n

Re: [Qemu-devel] RFC: cleanups in ELF loader

2007-10-03 Thread J. Mayer
On Mon, 2007-10-01 at 04:35 +0100, Thiemo Seufer wrote: > J. Mayer wrote: > > On Sun, 2007-09-30 at 17:09 +0200, J. Mayer wrote: > > > On Sun, 2007-09-30 at 14:38 +0100, Thiemo Seufer wrote: > > > > J. Mayer wrote: > > > > > Following what I've done in the syscalls emulation routines, it > > > > >

[Qemu-devel] RFC: BIOS filename option

2007-10-03 Thread J. Mayer
Hi, This is a proposal to allow the user to select a BIOS file name on the command line. The goal is mainly to ease debug, for example when I want to try to run a firmware comming from a real machine instead of the default one. The only change is to add a -bios option, use the given file if any o

Re: [Qemu-devel] QEMU/MIPS & dyntick kernel

2007-10-03 Thread J. Mayer
On Tue, 2007-10-02 at 22:06 +0200, Aurelien Jarno wrote: > Hi, Hi, > As announced by Ralf Baechle, dyntick is now available on MIPS. I gave a > try on QEMU/MIPS, and unfortunately it doesn't work correctly. > > In some cases the kernel schedules an event very near in the future, > which means t

[Qemu-devel] qemu hw/ppc405_uc.c linux-user/main.c

2007-10-03 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/04 01:54:45 Modified files: hw : ppc405_uc.c linux-user : main.c Log message: We must reset the PowerPC CPU _after_ registering it, as hardware reset effect

[Qemu-devel] qemu/target-ppc op_helper_mem.h translate_init.c

2007-10-03 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/04 01:50:04 Modified files: target-ppc : op_helper_mem.h translate_init.c Log message: More cache tuning fixes: * fix the tunable cache line size probe for PowerPC 970. * i

[Qemu-devel] qemu/target-ppc cpu.h op_helper.c op_helper.h o...

2007-10-03 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/04 00:51:58 Modified files: target-ppc : cpu.h op_helper.c op_helper.h op_helper_mem.h op_mem.h translate.c translate_init.c Log message: Make PowerPC cache line

Re: [Qemu-devel] [Patch] VNC: Fix crash with non-resizing clients

2007-10-03 Thread Eduardo Felipe
2007/10/3, Daniel P. Berrange <[EMAIL PROTECTED]>: > > > The memset calls in that patch are bogus & not correctly fixing the buffer > update problem. You're merely setting the 'old data' to have pixel value > 42 - if the guest OS framebuffer happens to also have aras with pixel > value > of 42 too,

[Qemu-devel] qemu/target-ppc translate_init.c

2007-10-03 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/03 20:27:44 Modified files: target-ppc : translate_init.c Log message: HID0 is a write-clear register on 970 (DBSR). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-ppc/trans

[Qemu-devel] qemu/target-ppc helper.c

2007-10-03 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/10/03 20:19:40 Modified files: target-ppc : helper.c Log message: Enable PowerPC 64 MMU model and exceptions. Cleanups in MMU exceptions generation. CVSWeb URLs: http://cvs.savannah.

Re: [Qemu-devel] [Patch] VNC: Fix crash with non-resizing clients

2007-10-03 Thread Daniel P. Berrange
On Wed, Oct 03, 2007 at 09:29:59PM +0200, Eduardo Felipe wrote: > Hi, > > 2007/9/25, GUERRAZ Francois <[EMAIL PROTECTED]>: > > > > > > About your VNC problems : I have had problems w/ vnc too (see > > http://qemu-forum.ipi.fi/viewtopic.php?p=10468) but had no answer as > > well... > > > This pro

Re: [Qemu-devel] U-Boot patch for qemu -M mips

2007-10-03 Thread Thiemo Seufer
Vlad Lungu wrote: > Thiemo Seufer wrote: >> Vlad Lungu wrote: >> [snip] >> > +long int initdram(int board_type) > +{ > + /* Sdram is setup by assembler code */ > + /* If memory could be changed, we should return the true value > here */ > + return

[Qemu-devel] [Patch] VNC: Fix crash with non-resizing clients

2007-10-03 Thread Eduardo Felipe
Hi, 2007/9/25, GUERRAZ Francois <[EMAIL PROTECTED]>: > > > About your VNC problems : I have had problems w/ vnc too (see > http://qemu-forum.ipi.fi/viewtopic.php?p=10468) but had no answer as > well... This problem happens when the VNC client doesn't support the DesktopSize pseudo-encoding. Qemu

Re: [Qemu-devel] Hard disk support is broken in Windows 98SE guest

2007-10-03 Thread Leonardo Reiter
On 10/3/07, Leonardo Reiter <[EMAIL PROTECTED]> wrote: > Index: hw/ide.c > === > RCS file: /cvsroot/qemu/qemu/hw/ide.c,v > retrieving revision 1.69 > diff -a -u -r1.69 ide.c > --- hw/ide.c17 Sep 2007 08:09:47 - 1.69 > +++

Re: [Qemu-devel] Hard disk support is broken in Windows 98SE guest

2007-10-03 Thread Leonardo Reiter
On 10/3/07, Victor Shkamerda <[EMAIL PROTECTED]> wrote: > Hello, > > >>> On 10/2/2007 at 7:43 PM, in message <[EMAIL PROTECTED]>, > Thiemo Seufer <[EMAIL PROTECTED]> wrote: > > I don't have such a system for tests. Can you narrow down which CVS > > commit broke it? > > hw/ide.c 1.64 works, version

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

2007-10-03 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/10/03 17:46:29 Modified files: target-sparc : translate.c Log message: Fix Sparc64 ldfa/stfa and float ops with fpr >= 32 CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/tran

Re: Re: [Qemu-devel] using pthread in qemu

2007-10-03 Thread Clemens Kolbitsch
On Wednesday 03 October 2007 16:16:55 [EMAIL PROTECTED] wrote: > Hi, > > On 03/10/2007, Clemens Kolbitsch <[EMAIL PROTECTED]> wrote: > > hi! > > i know... i have been told not to use them, but i just HAVE TO for the > > moment :-( > > > > i need to run a second thread inside my hardware module whic

Re: merge GGI support? [was: Re: [Qemu-devel] [RFC] CRIS target port]

2007-10-03 Thread Daniel P. Berrange
On Wed, Oct 03, 2007 at 08:59:47AM -0500, Anthony Liguori wrote: > andrzej zaborowski wrote: > >Hi, > > > > > >>If the only argument for adding GGI is so that you don't have to install > >>libsdl, then does that mean that we should have an X11, fbdev, etc. > >>backend for people who don't have GG

Re: merge GGI support? [was: Re: [Qemu-devel] [RFC] CRIS target port]

2007-10-03 Thread Anthony Liguori
andrzej zaborowski wrote: Hi, If the only argument for adding GGI is so that you don't have to install libsdl, then does that mean that we should have an X11, fbdev, etc. backend for people who don't have GGI installed? I think a GGI back-end would be useful. I wouldn't mind also hav

Re: [Qemu-devel] U-Boot patch for qemu -M mips

2007-10-03 Thread Vlad Lungu
Thiemo Seufer wrote: Vlad Lungu wrote: [snip] +long int initdram(int board_type) +{ + /* Sdram is setup by assembler code */ + /* If memory could be changed, we should return the true value here */ + return MEM_SIZE*1024*1024; Qemu gets the amount of RA

Re: [Qemu-devel] U-Boot patch for qemu -M mips

2007-10-03 Thread Thiemo Seufer
Vlad Lungu wrote: [snip] >>> +long int initdram(int board_type) >>> +{ >>> + /* Sdram is setup by assembler code */ >>> + /* If memory could be changed, we should return the true value >>> here */ >>> + return MEM_SIZE*1024*1024; >>> >> >> Qemu gets the amount of RAM pa

[Qemu-devel] Re: using pthread in qemu

2007-10-03 Thread Clemens Kolbitsch
On Wednesday 03 October 2007 13:04:33 you wrote: > hi! > i know... i have been told not to use them, but i just HAVE TO for the > moment :-( > > i need to run a second thread inside my hardware module which is not a > problem as long as i don't use the qcow2 image format. when i switch to > qcow2,

Re: merge GGI support? [was: Re: [Qemu-devel] [RFC] CRIS target port]

2007-10-03 Thread andrzej zaborowski
Hi, On 02/10/2007, Anthony Liguori <[EMAIL PROTECTED]> wrote: > Bernhard Fischer wrote: > > On Tue, Oct 02, 2007 at 03:09:41PM -0500, Anthony Liguori wrote: > > > >> Bernhard Fischer wrote: > >> > >>> On Tue, Oct 02, 2007 at 01:45:39PM -0500, Anthony Liguori wrote: > >>> > >>> > What does one

Re: [Qemu-devel] using pthread in qemu

2007-10-03 Thread andrzej zaborowski
Hi, On 03/10/2007, Clemens Kolbitsch <[EMAIL PROTECTED]> wrote: > hi! > i know... i have been told not to use them, but i just HAVE TO for the > moment :-( > > i need to run a second thread inside my hardware module which is not a problem > as long as i don't use the qcow2 image format. when i swi

Re: [Qemu-devel] Build failure on OS X

2007-10-03 Thread Andreas Färber
Am 30.09.2007 um 17:54 schrieb Andreas Färber: Am 30.09.2007 um 17:05 schrieb Andreas Färber: Am 30.09.2007 um 16:37 schrieb J. Mayer: If someone has a speedup idea for the __APPLE__ case, that could still be applied separately. I guess there are some already defined macros in the Apple

[Qemu-devel] using pthread in qemu

2007-10-03 Thread Clemens Kolbitsch
hi! i know... i have been told not to use them, but i just HAVE TO for the moment :-( i need to run a second thread inside my hardware module which is not a problem as long as i don't use the qcow2 image format. when i switch to qcow2, qemu's main thread hangs because the second thread is waiti

[Qemu-devel] sh4: system emulator - interrupt controller

2007-10-03 Thread Magnus Damm
u-cvs-20071003-sh-intc.patch Description: Binary data

Re: [Qemu-devel] U-Boot patch for qemu -M mips

2007-10-03 Thread Vlad Lungu
Thiemo Seufer wrote: Vlad Lungu wrote: Fix for mips GOT relocation bug, NE2000 bugs, add support for qemu -M mips target. [snip] diff --git a/board/qemu-mips/config.mk b/board/qemu-mips/config.mk [snip] +# +# AMD development board AMD Alchemy DbAu1x00, MIPS32 core

Re: [Qemu-devel] Hard disk support is broken in Windows 98SE guest

2007-10-03 Thread Victor Shkamerda
Hello, >>> On 10/2/2007 at 7:43 PM, in message <[EMAIL PROTECTED]>, Thiemo Seufer <[EMAIL PROTECTED]> wrote: > I don't have such a system for tests. Can you narrow down which CVS > commit broke it? hw/ide.c 1.64 works, version 1.65 doesn't. Only BIOS operations seems to be affected, so it may be