[Qemu-devel] Re: Config file support

2006-10-22 Thread Antti P Miettinen
Paul Brook <[EMAIL PROTECTED]> writes: > I've been considering a machine config file for a while, but haven't come up > with a coherent way of representing everything yet. M5 uses python scripts (as does VirtuTech Simics) but that might not be a good fit for qemu. -- http://www.iki.fi/~ananaza/

Re: [Qemu-devel] AltGr key for Windows host

2006-10-22 Thread Kazu
Hello, Andreas. Thank you. It seems that ctrl left event before right alt makes something wrong for SDL_VIDEODRIVER=windib. I updated binary. SDL is patched and updated. SDL version is 1.2.11 so that windib is default. How about this one. It seems that Knoppix 4.0 works good for me, though I don'

Re: [Qemu-devel] qemu vs gcc4

2006-10-22 Thread Paul Brook
> Basically, gcc changed in a way that broke qemu. There's been an open bug > report in gcc ever since, but the GCC developers really aren't interested > in backwards compatability. That's not entirely true. There are two problems: - qemu makes assumptions about the layout of the code gcc gener

Re: [Qemu-devel] qemu vs gcc4

2006-10-22 Thread Johannes Schindelin
Hi Rob, On Sun, 22 Oct 2006, Rob Landley wrote: > Basically, gcc changed in a way that broke qemu. Yes, they did. But even if I understand your frustration (which I share), I also understand the gcc people. After all, using gcc to create the blocks for dynamic translation is a _hack_. The resu

Re: [Qemu-devel] qemu vs gcc4

2006-10-22 Thread Rob Landley
On Friday 20 October 2006 2:53 pm, K. Richard Pixley wrote: > Could someone please explain the issue with gcc4, please? Or point me > to an existing explanation? > > I mean, I understand that qemu is believed to be building incorrectly > with gcc4. But what is the failure mode folks have been

Re: [Qemu-devel] config file support

2006-10-22 Thread Rob Landley
On Wednesday 18 October 2006 2:42 pm, Chuck Brazie wrote: > Is there any work going on now to add config file support? > > Chuck Brazie > [EMAIL PROTECTED] As a random end-user, I really like being able to run qemu without a config file, configuring it entirely on the command line. I'd be high

Re: [Qemu-devel] qemu vs gcc4

2006-10-22 Thread Johannes Schindelin
Hi K. Richard, On Fri, 20 Oct 2006, K. Richard Pixley wrote: > Could someone please explain the issue with gcc4, please? Or point me > to an existing explanation? The issue is that gcc4 optimizes better, but this breaks assumptions of QEmu. Example: The basic idea (simplified!) of QEmu is wr

Re: [Qemu-devel] [PATCH] MIPS: add support for cvt.s.d and cvt.d.s

2006-10-22 Thread Aurelien Jarno
Hi all, The patch below has been posted 3 weeks ago, but I haven't received any comment yet. If you need to be convinced that the patch is needed, you can download a test case from http://temp.aurel32.net/test_cvt.tar.gz made using files from Debian unstable: [bode:/tmp]$ tar xvfz test_cvt.t

Re: [Qemu-devel] Config file support

2006-10-22 Thread Paul Brook
> Would that be enough to be able to move the emulated system > description into config files rather than having the set of hard-coded > machine alternatives we have at present? If so it would be a boon to > anyone wanting to emulate, frinstance, any ARM board other than those > manufactured by ARM

Re: [Qemu-devel] Config file support

2006-10-22 Thread Martin Guy
VMWare's config file style is really simple ethernet0.present = "TRUE" ethernet0.virtualDev = "e1000" e1000bios.filename = "path/etherboot-for-E1000" and it would be possible to use VMWare's files with few or no changes. Would that be enough to be able to move the emulated system description

Re: [Qemu-devel] Config file support

2006-10-22 Thread Flavio Visentin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johannes Schindelin wrote: > So _I_ think that it is just a matter of extending the command line option > parsing to also be able to parse a config file (in which case -- I am sure > even you agree) it is easier if one line holds a complete key/val

[Qemu-devel] Sparc64 user emulator fix

2006-10-22 Thread Blue Swirl
Hi, The user emulator on Sparc64 sets the wrong carry flag on system call exit, making system calls sometimes appear failing to the program. _ Don't just search. Find. Check out the new MSN Search! http://search.msn.com/ sparc6

[Qemu-devel] qemu/target-arm cpu.h

2006-10-22 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/10/22 11:54:31 Modified files: target-arm : cpu.h Log message: Fix comment typo. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/cpu.h?cvsroot=qemu&r1=1.16&r2=1.17 __

Re: [Qemu-devel] AltGr key for Windows host

2006-10-22 Thread Andreas Bollhalder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Kazu I did the test as you asked. My Machine is a Notebook with a Pentium III 1200MHz ULV running WinXP SP2 english. See below for the results. Greetings Andreas SET SDL_VIDEODRIVER=

Re: [Qemu-devel] Config file support

2006-10-22 Thread Johannes Schindelin
Hi, On Sat, 21 Oct 2006, Ricardo Almeida wrote: > Comments are always welcome, I guess, but since there is someone with > interest to implement config files, maybe constructive comments are > better :p > > I don't dislike the use of xml nor I think is bloat. You are free not to dislike the use