qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] qemu-i386 segfaults running "hello world".


From: Rob Landley
Subject: Re: [Qemu-devel] [PATCH] qemu-i386 segfaults running "hello world".
Date: Tue, 10 Jul 2007 11:47:39 -0400
User-agent: KMail/1.9.6

On Monday 02 July 2007 11:02:49 Alexander Graf wrote:
> Hi,
>
> this is the patch we are currently using to build qemu-0.9.0. Does this
> work for you?
>
> Alex

Let's see...

> -/* ld script to make i386 Linux kernel
> - * Written by Martin Mares <address@hidden>;
> - */
> -OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386")
> +/* Default linker script, for normal executables */
> +OUTPUT_FORMAT("elf32-i386", "elf32-i386",
> +             "elf32-i386")

That's just a whitespace change and removal of credit.

> +SEARCH_DIR("/usr/i586-suse-linux/lib"); SEARCH_DIR("/usr/local/lib");

I haven't got SuSE.

The next hunk is another huge multi-page whitespace change with code changes 
sprinkled in it.

I have no idea what this patch does, but the second hunk is suse-specific and 
the second half of it is for qemu-ppc which builds runs for me.  (Dunno if it 
_works_, but it's not segfaulting immediately when I run it...)

Rob
-- 
"One of my most productive days was throwing away 1000 lines of code."
  - Ken Thompson.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]