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

2007-06-22 Thread Rob Landley
On Friday 22 June 2007 19:27:18 andrzej zaborowski wrote: > > Well it works for me. I usually see this segfault when trying to compile > > qemu with a gcc4. Try gcc3 and everything should be fine. > > I usually see this when I forget to rebuild all files affected by a > recent change (because the M

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

2007-06-22 Thread Rob Landley
On Friday 22 June 2007 19:13:19 Alexander Graf wrote: > Rob Landley wrote: > > Ok, it's a more fundamental problem: > > > > [EMAIL PROTECTED]:/sys$ qemu-i386 > > Segmentation fault (core dumped) > > > > Nothing to do with the program it's trying to run, it segfaults with no > > arguments. > > > > I

[Qemu-devel] Netbsd/sparc seems to sort-of boot on the 20070622 CVS release

2007-06-22 Thread Jonathan Kalbfeld
Not going to count my kittens before they scratch... -- -- Jonathan Kalbfeld +1 323 620 6682

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

2007-06-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/22 23:50:20 Modified files: target-mips: translate_init.c Log message: Allow emulation of 32bit targets in the MIPS64 capable qemu version. CVSWeb URLs: http://cvs.savannah.gnu.org/vi

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

2007-06-22 Thread andrzej zaborowski
On 23/06/07, Alexander Graf <[EMAIL PROTECTED]> wrote: Rob Landley wrote: > Ok, it's a more fundamental problem: > > [EMAIL PROTECTED]:/sys$ qemu-i386 > Segmentation fault (core dumped) > > Nothing to do with the program it's trying to run, it segfaults with no > arguments. > > Is anybody else se

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

2007-06-22 Thread Alexander Graf
Rob Landley wrote: > Ok, it's a more fundamental problem: > > [EMAIL PROTECTED]:/sys$ qemu-i386 > Segmentation fault (core dumped) > > Nothing to do with the program it's trying to run, it segfaults with no > arguments. > > Is anybody else seeing this? > > Rob > [EMAIL PROTECTED]:/vm/qemu-devel

[Qemu-devel] [PATCH, Security] insufficient input validation in NE2000 card

2007-06-22 Thread Aurelien Jarno
>From Debian Security Announce: CVE-2007-1321 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1321 Tavis Ormandy discovered that the NE2000 network driver and the socket code perform insufficient input validation, which might allow the execution of arbitrary code through a heap o

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

2007-06-22 Thread Rob Landley
Ok, it's a more fundamental problem: [EMAIL PROTECTED]:/sys$ qemu-i386 Segmentation fault (core dumped) Nothing to do with the program it's trying to run, it segfaults with no arguments. Is anybody else seeing this? Rob -- "One of my most productive days was throwing away 1000 lines of code."

[Qemu-devel] [PATCH] Exit error code for -M ?

2007-06-22 Thread Aurelien Jarno
Hi, The patch below, taken from the Debian package, fixes the exit error code when the list of supported machine is requested (-M ?). asked Bye, Aurelien Index: vl.c === RCS file: /sources/qemu/qemu/vl.c,v retrieving revision 1.310

[Qemu-devel] [PATCH] GNU/kFreeBSD support

2007-06-22 Thread Aurelien Jarno
Hi, The patch below, taken from the Debian package, adds support for GNU/kFreeBSD. Bye, Aurelien Index: configure === RCS file: /sources/qemu/qemu/configure,v retrieving revision 1.145 diff -u -d -p -r1.145 configure --- configure

[Qemu-devel] [PATCH] Fix two typos

2007-06-22 Thread Aurelien Jarno
Hi, The patch below, taken from the Debian package, fixes two typos: - substract -> subtract - formating -> formatting Bye, Aurelien Index: monitor.c === RCS file: /sources/qemu/qemu/monitor.c,v retrieving revision 1.73 diff -u -d -

[Qemu-devel] [PATCH] Implement ^W in readline.c

2007-06-22 Thread Michael Hanselmann
Hello The patch below implements ^W (Ctrl+W) in readline.c, allowing it to be used in the monitor. Signed-off-by: Michael Hanselmann <[EMAIL PROTECTED]> Greets, Michael --- Index: readline.c === RCS file: /sources/qemu/qemu/readlin

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

2007-06-22 Thread Rob Landley
Problem: [EMAIL PROTECTED]:~/firmware/firmware$ build/temp-i686/hello Hello world! [EMAIL PROTECTED]:~/firmware/firmware$ qemu-i386 build/temp-i686/hello Segmentation fault (core dumped) This is on a cvs snapshot from 15 minutes ago. The hello world is a statically linked executable built again

Re: [Qemu-devel] QEMU License and proprietary hardware

2007-06-22 Thread Johannes Schindelin
Hi, On Fri, 22 Jun 2007, Luke -Jr wrote: > On Friday 22 June 2007 12:37, Johannes Schindelin wrote: > > If at the same time you make something original, which is not derived from > > the GPLed program, then you are as free as a bird to sh*t on the GPL with > > regards to your original work. You c

Re: [Qemu-devel] QEMU License and proprietary hardware

2007-06-22 Thread Luke -Jr
On Friday 22 June 2007 12:37, Johannes Schindelin wrote: > If at the same time you make something original, which is not derived from > the GPLed program, then you are as free as a bird to sh*t on the GPL with > regards to your original work. You can choose whatever license, if any. Not if you wan

Re: [Qemu-devel] QEMU License and proprietary hardware

2007-06-22 Thread Ronnie Misra
On Jun 22, 2007, at 10:11 AM, Luke -Jr wrote: On Friday 22 June 2007 11:46, M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Luke -Jr <[EMAIL PROTECTED]> writes: : On Friday 22 June 2007 11:07, you wrote: : > > On Thursday 21 June 2007 17:33, M. Warner Losh wrote: : > > > The G

Re: [Qemu-devel] QEMU License and proprietary hardware

2007-06-22 Thread Johannes Schindelin
Hi, On Fri, 22 Jun 2007, Luke -Jr wrote: > On Friday 22 June 2007 11:46, M. Warner Losh wrote: > > > If what you did somehow wasn't a derivative work, then the there's no > > legal basis for forcing compliance with a license. > > Unless you modify or distribute the work. These acts are illegal

Re: [Qemu-devel] QEMU License and proprietary hardware

2007-06-22 Thread M. Warner Losh
[[ This is my last post on this topic, as we're starting to get quite far afield from QEMU and I'm starting to repeat myself. "Luke -Jr" wants the last word, he can have it ]] In message: <[EMAIL PROTECTED]> Luke -Jr <[EMAIL PROTECTED]> writes: : On Friday 22 June 2007 11:46, M.

Re: [Qemu-devel] QEMU License and proprietary hardware

2007-06-22 Thread Luke -Jr
On Friday 22 June 2007 11:46, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Luke -Jr <[EMAIL PROTECTED]> writes: > : On Friday 22 June 2007 11:07, you wrote: > : > > On Thursday 21 June 2007 17:33, M. Warner Losh wrote: > : > > > The GPL only has as much force of law as copy

Re: [Qemu-devel] QEMU License and proprietary hardware

2007-06-22 Thread Luke -Jr
On Friday 22 June 2007 11:07, you wrote: > > On Thursday 21 June 2007 17:33, M. Warner Losh wrote: > > > The GPL only has as much force of law as copyright law gives it, and in > > > order to be applicable, the work in question must somehow rely on the > > > GPL'd work. The "somehow" here is an in

Re: [Qemu-devel] QEMU License and proprietary hardware

2007-06-22 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Luke -Jr <[EMAIL PROTECTED]> writes: : On Friday 22 June 2007 11:07, you wrote: : > > On Thursday 21 June 2007 17:33, M. Warner Losh wrote: : > > > The GPL only has as much force of law as copyright law gives it, and in : > > > order to be applicable, the

Re: [Qemu-devel] QEMU License and proprietary hardware

2007-06-22 Thread Warner Losh
From: Luke -Jr <[EMAIL PROTECTED]> Subject: Re: [Qemu-devel] QEMU License and proprietary hardware Date: Fri, 22 Jun 2007 10:18:01 -0500 > On Thursday 21 June 2007 17:33, M. Warner Losh wrote: > > The GPL only has as much force of law as copyright law gives it, and in > > order to be applicable, t

[Qemu-devel] Re: kqemu-1.3.0pre11 hangs system

2007-06-22 Thread Hugo Vanwoerkom
--- Hugo Vanwoerkom <[EMAIL PROTECTED]> wrote: > Hi, > > I am running Debian Sid and installed its qemu > (0.9.0-2) package. > > Debian Sid has a problem: it's kqemu package is > outdated, since it depends upon its 2.6.18 kernel, > which is no longer available. > > So I compiled/installed kqem

Re: [Qemu-devel] QEMU License and proprietary hardware

2007-06-22 Thread Luke -Jr
On Friday 22 June 2007 00:34, Balazs Attila-Mihaly (Cd-MaN) wrote: > I must prefix this with the fact that IANAL, but as I understand it, you > must release the source code only if you distribute that modified system > (with GPL v2). That is, if you use this system internally in you company, > you

[Qemu-devel] shm problem

2007-06-22 Thread Alexander Graf
Hi, when using mmap with qemu-i386 on x86_64 it's quite simple to get 32-bit pointers back (using the MAP_32BIT flag, thanks to Kirill for the patch). I'm currently in the need for shared memory though, so I need shmat() to return something within the lower 31 Bits as well. shmget(0x56a4d5, 488,

Re: [Qemu-devel] QEMU License and proprietary hardware

2007-06-22 Thread Luke -Jr
On Thursday 21 June 2007 17:33, M. Warner Losh wrote: > The GPL only has as much force of law as copyright law gives it, and in > order to be applicable, the work in question must somehow rely on the GPL'd > work. The "somehow" here is an interesting legal question that hasn't been > well settled.

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

2007-06-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/22 11:50:17 Modified files: target-mips: op.c Log message: Fix write to K0 bits in Config0, by Aurelien Jarno. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/op.c?c

Re: [Qemu-devel] sh4: more patches

2007-06-22 Thread Thiemo Seufer
Magnus Damm wrote: > Hi everyone, > > Here comes a few more patches for the sh4 emulator. The should be > applied on top of the patches that I posted a few weeks ago: > > http://www.mail-archive.com/qemu-devel@nongnu.org/msg10830.html > > Good news is that the user space emulator is in a much be

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

2007-06-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/22 11:47:05 Modified files: target-sh4 : translate.c Log message: Ignore PR flag in FPSCR when performing fmov, by Magnus Damm. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/t

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

2007-06-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/22 11:44:41 Modified files: target-sh4 : translate.c Log message: Document FPSCR usage, by Magnus Damm. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sh4/translate.c?cv

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

2007-06-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/22 11:43:08 Modified files: target-sh4 : translate.c Log message: Use DREG() instead of XREG() wherever possible, by Magnus Damm. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

[Qemu-devel] qemu/target-sh4 cpu.h op.c translate.c

2007-06-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/22 11:12:02 Modified files: target-sh4 : cpu.h op.c translate.c Log message: Emulate more fpu opcodes, by Magnus Damm. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sh4

[Qemu-devel] qemu/linux-user syscall_defs.h

2007-06-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/22 10:15:10 Modified files: linux-user : syscall_defs.h Log message: Use correct data structures for stat syscalls, by Magnus Damm. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qe

[Qemu-devel] qemu/linux-user elfload.c

2007-06-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/22 10:13:52 Modified files: linux-user : elfload.c Log message: Setup stack properly, fixes wrong argc value problem, by Magnus Damm. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/

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

2007-06-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/22 10:12:54 Modified files: target-sh4 : translate.c Log message: Set FD bit in SR to emulate kernel behaviour, by Magnus Damm. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/t

[Qemu-devel] qemu/target-sh4 cpu.h exec.h

2007-06-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/06/22 10:11:48 Modified files: target-sh4 : cpu.h exec.h Log message: Add missing cpu_halted function, by Magnus Damm. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sh4/cp

[Qemu-devel] qemu vl.c

2007-06-22 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/06/22 08:23:44 Modified files: . : vl.c Log message: Use HAS_ARG instead of numeric value (patch by Balazs Attila-Mihaly). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/

[Qemu-devel] qemu qemu-doc.texi vl.c hw/usb-hid.c hw/usb.h

2007-06-22 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/06/22 08:16:00 Modified files: . : qemu-doc.texi vl.c hw : usb-hid.c usb.h Log message: Add USB HID keyboard. CVSWeb URLs: http://cvs.savannah.gnu.org/

[Qemu-devel] sh4: more patches

2007-06-22 Thread Magnus Damm
Hi everyone, Here comes a few more patches for the sh4 emulator. The should be applied on top of the patches that I posted a few weeks ago: http://www.mail-archive.com/qemu-devel@nongnu.org/msg10830.html Good news is that the user space emulator is in a much better shape now - with all the patc

[Qemu-devel] KQEMU causing guest to crash?

2007-06-22 Thread john_taucher
Hello all. When I attempt to boot the linux image from the download section, I get as far as "Freeing unused memory" before the guest os crashes, leaving me with this in my dmesg logs: <0>PAX: suspicious general protection fault: [#4] Modules linked in: kqemu nvidia(P) CPU:0 EIP:00

[Qemu-devel] Release: VMKnoppix_x86&x86_64(with httpfs, ftpfs, http-fuse) & ISO file for HttpDisk

2007-06-22 Thread Kuniyasu Suzaki
Dear, We released new VMKnoppix(with httpfs,ftpfs, http-fuse) for x86 and x86_64. http://unit.aist.go.jp/itri/knoppix/vmknoppix/index-en.html We also released ISO file for HttpDisk with Win-QEMU and VMKnoppix. http://openlab.jp/oscircular/httpdisk/index.html They boot Guest-OS with a ISO f