Re: [Qemu-devel] sem* and msg* for qemu

2007-01-31 Thread Hetz Ben Hamo
attached? where? Thanks, Hetz On 1/31/07, Kirill A. Shutemov <[EMAIL PROTECTED]> wrote: In the attachment patches to add support System V semaphores and message queues. This is fixed and tested debian patch. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFwQtmbWYnhzC5v

Re: [Qemu-devel] How to run qemu (i386) without hda image?

2007-01-31 Thread Neo Jia
On 1/31/07, Christian MICHON <[EMAIL PROTECTED]> wrote: On 1/28/07, Neo Jia <[EMAIL PROTECTED]> wrote: > hi, > > I notice that this would be a very newbie question. Hope you can point me out. > > I am going to simulate i386 arch. But I cannot run it just with initrd > and vmlinuz just like runnin

[Qemu-devel] sem* and msg* for qemu

2007-01-31 Thread Kirill A. Shutemov
In the attachment patches to add support System V semaphores and message queues. This is fixed and tested debian patch. signature.asc Description: Digital signature ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listin

Re: [Qemu-devel] How to run qemu (i386) without hda image?

2007-01-31 Thread Christian MICHON
On 1/28/07, Neo Jia <[EMAIL PROTECTED]> wrote: hi, I notice that this would be a very newbie question. Hope you can point me out. I am going to simulate i386 arch. But I cannot run it just with initrd and vmlinuz just like running it for mips arch. It always complained about missing the hda ima

Re: [Qemu-devel] qemu on Cygwin

2007-01-31 Thread Stefan Weil
> Hi! > > Did anyone try the latest CVS qemu on Cygwin ? > > The build environment adds spacial "-mno-cygwin" option > which among other effects removes defaul *.h path (/usr/include/) > from the search list. Default path with -mno-cygwin is /usr/include/mingw, so zlib.h must be installed t

Re: [Qemu-devel] Patch: sparc arm/mips/sparc register patch

2007-01-31 Thread Martin Bochnig
x7310aBen Taylor wrote: >This patch was created by Martin Bochnig ([EMAIL PROTECTED]) >and is for qemu compiling on sparc to work on arm, mips, >and sparc binaries, dealing with the sparc register allocation >issues. > > > > > >

[Qemu-devel] qemu on Cygwin

2007-01-31 Thread Alexander Voropay
Hi! Did anyone try the latest CVS qemu on Cygwin ? The build environment adds spacial "-mno-cygwin" option which among other effects removes defaul *.h path (/usr/include/) from the search list. For example: -- a.c -- #include main () {} $ gcc -c a.c--- OK $ gcc -mno-cygwin -c a.

[Qemu-devel] Patch: sparc arm/mips/sparc register patch

2007-01-31 Thread Ben Taylor
This patch was created by Martin Bochnig ([EMAIL PROTECTED]) and is for qemu compiling on sparc to work on arm, mips, and sparc binaries, dealing with the sparc register allocation issues. diff -ruN qemu-ORIG/target-arm/exec.h qemu/target-arm/exec.h --- qemu-ORIG/target-arm/exec.h 2005-11-26 05

Re: [Qemu-devel] [PATCH] PIIX4 SMBus host, EEPROM device emulation

2007-01-31 Thread Ed Swierk
On 1/31/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: It doesn't apply for current CVS. Could you please update the patch? I would also prefer to have enums instead of raw constants in all those case statements. Here you go. --Ed diff -BurN qemu-snapshot-2007-01-22_05.orig/hw/acpi.c qemu-snapsh

Re: [Qemu-devel] current qemu cvs broken for mingw hosts

2007-01-31 Thread Johannes Schindelin
Hi, On Wed, 31 Jan 2007, Christian MICHON wrote: > On 1/30/07, Paul Brook <[EMAIL PROTECTED]> wrote: > > Did you test it? I'm fairly certain it still won't work. AFAICS You're not > > setting the field anywhere. > > the binary works. The struct statement was missing the "chr". Now, in > term of

[Qemu-devel] [PATCH] script=no for the TUN/TAP net option

2007-01-31 Thread Jean-Christian de Rivaz
Hello, The following small patch disable the execution of a script while using the -net tap option with a already existing TUN/TAP interface. So you can as root bring up a TUN/TAP interface to a user with the command 'tunctl -u -t ' and setup the routing. Then the user don't need to sudo a

[Qemu-devel] qemu vl.h

2007-01-31 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/31 13:34:07 Modified files: . : vl.h Log message: Remove redundant ENOMEDIUM define. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.h?cvsroot=qemu&r1=1.181&r2=1.182

[Qemu-devel] qemu Makefile.target

2007-01-31 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/31 12:24:18 Modified files: . : Makefile.target Log message: Save some vm space for the regular program loading zone, by Pierre d'Herbemont CVSWeb URLs: http://cvs.sa

[Qemu-devel] qemu/hw apic.c

2007-01-31 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/31 12:22:18 Modified files: hw : apic.c Log message: Upgrade the apic version_id, by Don Laor. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/apic.c?cvsroot=qemu&r1=

[Qemu-devel] qemu cpu-exec.c target-arm/cpu.h target-i386/cp...

2007-01-31 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/31 12:16:51 Modified files: . : cpu-exec.c target-arm : cpu.h target-i386: cpu.h target-m68k: cpu.h target-ppc : cpu.h targe

Re: [Qemu-devel] [PATCH] PIIX4 SMBus host, EEPROM device emulation

2007-01-31 Thread Thiemo Seufer
Ed Swierk wrote: > Here's a revised patch with the mmap stuff removed. I'll refine the > persistence support, but in the meantime the EEPROM device is usable > even if it forgets its contents when qemu exits. It doesn't apply for current CVS. Could you please update the patch? I would also prefer

[Qemu-devel] qemu configure

2007-01-31 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/31 12:10:07 Modified files: . : configure Log message: Use Cocoa and CoreAudio backend by default on Darwin systems, by Pierre d'Herbemont. CVSWeb URLs: http://cvs.sa

[Qemu-devel] qemu/darwin-user main.c

2007-01-31 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/31 12:08:13 Modified files: darwin-user: main.c Log message: Fix set_error return value, by Pierre d'Herbemont. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/darwin-user/main.

[Qemu-devel] qemu/hw gt64xxx.c

2007-01-31 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/31 12:02:12 Modified files: hw : gt64xxx.c Log message: Fix GT64120 mapping with REDBOOT, by Aurelien Jarno. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/gt64xxx.c

[Qemu-devel] qemu/hw mips_malta.c

2007-01-31 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/31 11:48:27 Modified files: hw : mips_malta.c Log message: Fix 64bit-induced MIPS Malta breakage, by Aurelien Jarno. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/m