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/
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'
> 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
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
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
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
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
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
> 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
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
-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
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
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
__
-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=
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
15 matches
Mail list logo