Re: [Qemu-devel] CVS build error

2008-03-14 Thread Thiemo Seufer
Philip Boulain wrote: Well done, guys. Someone's trying to build CVS QEMU on gcc4, and you're flaming them. This'll really encourage people to work on making development versions of QEMU work with gcc4. May I recommend to everybody involved to cool down a bit? Working on converting more of

Re: [Qemu-devel] qemu on alpha

2008-02-26 Thread Thiemo Seufer
Gabriele Gorla wrote: It seems I cannot send email to the mailing list from my personal email account. Anyway... Here is what I discovered debugging the failure. Is there anyone who can direct me to the next step? Things have changed considerably in the last few weeks. The code generator is

Re: [Qemu-devel] [PATCH, RFC, WIP] TCG for Qemu target Sparc32/64

2008-02-21 Thread Thiemo Seufer
Blue Swirl wrote: The attached patch enables most TCG ops for Qemu Sparc32/64 target. Sparc32 softmmu and linux-user are OK, but Sparc64 and Sparc32plus targets do not work. Comments? It would be nice to get rid of T2 usage in std (also stda and casa/casxa) but I don't know how to pass a

Re: [Qemu-devel] Patch for compiling with GCC 4

2008-02-18 Thread Thiemo Seufer
Alexander Graf wrote: On Feb 17, 2008, at 9:22 PM, Christian Roue wrote: Well, I somehow felt like it was a bit brutal and probably fixing the symptoms which is apparently the case. Looking more carefully, compile fails in : sh4-linux-user for function op_cmp_str_T0_T1 gcc optimization

[Qemu-devel] qemu gdbstub.c linux-user/main.c linux-user/sig...

2008-02-12 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 08/02/12 21:01:26 Modified files: . : gdbstub.c linux-user : main.c signal.c syscall.c linux-user/mips: target_signal.h linux-user/mips64: target_signal.h

[Qemu-devel] qemu texi2pod.pl

2008-02-04 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 08/02/04 14:47:50 Modified files: . : texi2pod.pl Log message: Update texi2pod.pl. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/texi2pod.pl?cvsroot=qemur1=1.2r2=1.3

Re: [Qemu-devel] @ref commands in man-page

2008-02-04 Thread Thiemo Seufer
Stuart Brady wrote: Hi, I've noticed that @ref{...} commands aren't handled properly in the qemu man page -- you can see @ref{pcsys_monitor}, @ref{vnc_security} and @ref{pcsys_keys} in the output. I'm not sure what the correct fix for this is -- any thoughts? texi2pod.pl fails to

Re: [Qemu-devel] QEMU and gdb

2008-01-31 Thread Thiemo Seufer
Jan Kiszka wrote: Pierre Ficheux wrote: Hi all, I would like to debug QEMU with gdb. When starting qemu (x86) inside gdb, SDL window never appears, it there a way to fix it ? I dare to say your local environment is borken, not qemu :-. At least its not a generic issue (works fine

Re: [Qemu-devel] [PATCH] CPPFLAGS+= in Makefile.target

2008-01-28 Thread Thiemo Seufer
Ronan Keryell wrote: On Fri, 25 Jan 2008 14:39:57 +, Paul Brook [EMAIL PROTECTED] said: Saying CPPFLAGS+= is much more convenient if for any reason the external build environment would like to pass unusual CPPFLAGS. Paul No. This doesn't do what you thing it does. The

Re: [Qemu-devel] qemu cpu-all.h cpu-exec.c qemu-doc.texi vl.c

2008-01-24 Thread Thiemo Seufer
Robert Reif wrote: Thiemo Seufer wrote: CVSROOT: /sources/qemu Module name: qemu Changes by: Thiemo Seufer ths 08/01/23 19:01:12 Modified files: . : cpu-all.h cpu-exec.c qemu-doc.texi vl.c Log message: Add option to disable TB cache, by Herve Poussineau

[Qemu-devel] qemu cpu-all.h cpu-exec.c qemu-doc.texi vl.c

2008-01-23 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 08/01/23 19:01:12 Modified files: . : cpu-all.h cpu-exec.c qemu-doc.texi vl.c Log message: Add option to disable TB cache, by Herve Poussineau. CVSWeb URLs: http

[Qemu-devel] qemu cocoa.m

2008-01-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 08/01/22 23:25:16 Modified files: . : cocoa.m Log message: Core Graphics support (cocoa.m rewrite), by Mike Kronenberg. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

Re: [Qemu-devel] qemu new is release, changelog ?

2008-01-21 Thread Thiemo Seufer
Jérôme PRIOR wrote: Hi, qemu 0.9.1 is released, but the changelog is complete ? On irc I read : use -disc ... so I launch my new qemu and I see lot of news options ! Is there other corrections done, not writting on che ChangeLog on the site, like better usage of qcow2 ? Only the most

Re: [Qemu-devel] [PATCH 2/5] Add a PowerPC branch detector

2008-01-17 Thread Thiemo Seufer
Alexander Graf wrote: PowerPCs have static instruction lengths, so writing an in-between brl detection is quite simple on this architecture. You are welcome to write something like this for any other platform, but if a compile doesn't trigger build errors on PowerPC, it shouldn't on other

[Qemu-devel] qemu s390-dis.c

2008-01-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 08/01/17 13:56:59 Modified files: . : s390-dis.c Log message: Revert licensing to GPLv2 or later, by Ulrich Hecht. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/s390

Re: [Qemu-devel] [PATCH 1/5] Fix i386 Host

2008-01-17 Thread Thiemo Seufer
Alexander Graf wrote: [snip] Index: qemu/target-alpha/cpu.h === --- qemu.orig/target-alpha/cpu.h +++ qemu/target-alpha/cpu.h @@ -275,6 +275,8 @@ struct CPUAlphaState { * used to emulate 64 bits target on 32 bits hosts

Re: [Qemu-devel] [PATCH 2/5] Add a PowerPC branch detector

2008-01-17 Thread Thiemo Seufer
Johannes Schindelin wrote: Hi, On Thu, 17 Jan 2008, Thiemo Seufer wrote: Alexander Graf wrote: [snip] Is check_ops.sh not enough for debugging micro-ops? Basically it should be. PowerPC branching can be (regex) b..rl. Honestly I did not know about this script though

Re: [Qemu-devel] [PATCH 2/5] Add a PowerPC branch detector

2008-01-17 Thread Thiemo Seufer
Alexander Graf wrote: [snip] Is check_ops.sh not enough for debugging micro-ops? Basically it should be. PowerPC branching can be (regex) b..rl. Honestly I did not know about this script though and as it was not in the makefile, it did not tell me that something wrong was going on. This

Re: [Qemu-devel] [patch] s390-dis.c license

2008-01-17 Thread Thiemo Seufer
Ricardo Almeida wrote: The problem is: you would have to ask every contributor whose code is still somewhere in the source code. That is tedious, and takes time (I do not even think that an email would suffice). From what I read once in a slashdot post (it's worth what is worth), it

Re: [Qemu-devel] [patch] s390-dis.c license

2008-01-17 Thread Thiemo Seufer
M. Warner Losh wrote: In message: [EMAIL PROTECTED] Bill C. Riemers [EMAIL PROTECTED] writes: : According to section 9 of the GPL, you would only have to contact : contributors for code which specified version 2 of the GPL and not later... I said exactly this in a previous

Re: [Qemu-devel] [patch] s390-dis.c license

2008-01-17 Thread Thiemo Seufer
andrzej zaborowski wrote: On 17/01/2008, Bill C. Riemers [EMAIL PROTECTED] wrote: According to section 9 of the GPL, you would only have to contact contributors for code which specified version 2 of the GPL and not later... In order to relicense all of qemu, yes, plus contributors of

Re: [Qemu-devel] QEMU static build

2008-01-16 Thread Thiemo Seufer
Salil Bijur wrote: [snip] But there are further linker errors with respect to libasound (for ALSA) and libSDL. This can be solved by adding -ldl, -lartsc, etc. for every dependency of these libs but would be very tedious, especially for libSDL. Any better solution? The question

Re: [Qemu-devel] Qemu 0.9.1 stable branch

2008-01-10 Thread Thiemo Seufer
Johannes Schindelin wrote: Hi, On Wed, 9 Jan 2008, Lauro Ramos Venancio wrote: As discussed yesterday in the qemu irc channel, I've created a stable branch for qemu 0.9.1. This branch will follow two basic rules: 1. Only fixes will be applied. 2. Patches will be applied only

[Qemu-devel] qemu/target-mips exec.h

2008-01-09 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 08/01/09 12:03:22 Modified files: target-mips: exec.h Log message: Fix typo which broke MIPS32R2 64-bit FPU support. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips

[Qemu-devel] qemu qemu-doc.texi

2008-01-09 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 08/01/09 12:14:45 Modified files: . : qemu-doc.texi Log message: qemu manpage: describe arguments of usbdevice option, by Aurelien Jarno. CVSWeb URLs: http

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

2008-01-08 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 08/01/08 14:39:44 Modified files: linux-user : main.c Log message: Fix section switching buglet, by Edgar E. Iglesias. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user

Re: [Qemu-devel] [RFC] ide: multi-profile DVD-ROM support v2.1

2008-01-08 Thread Thiemo Seufer
Carlo Marcelo Arenas Belon wrote: This is version 2.1 of the patch to re-implement the GET CONFIGURATION MMC-6 command as used by the IDE emulation to match the published SPEC and that was originally published in : http://lists.gnu.org/archive/html/qemu-devel/2007-11/msg00849.html

Re: [Qemu-devel] [PATCH 9/9] Bochsbios patch

2008-01-08 Thread Thiemo Seufer
Alexander Graf wrote: Several ACPI entries were missing from the bios and the new controllers need to be initialized properly. Furthermore COM2 is not being emulated, so Mac OS X broke trying to initialize it. The HPET ACPI table parts are optional. This patch is against the bochsbios.

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

2008-01-08 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 08/01/08 18:11:09 Modified files: target-mips: op_helper.c Log message: Fix broken absoluteness check for cabs.d.*. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips

[Qemu-devel] qemu vl.c

2008-01-08 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 08/01/08 19:32:16 Modified files: . : vl.c Log message: Fix segfault caused by fall through, by Juergen Lock. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot

[Qemu-devel] qemu configure

2008-01-07 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 08/01/08 00:00:20 Modified files: . : configure Log message: Mac OS X build fix, by Andreas Faerber. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/configure?cvsroot

Re: [Qemu-devel] [PATCH] ensure all invocations to bdrv_{read, write} use (uint8_t *) for its third parameter

2008-01-04 Thread Thiemo Seufer
Carlo Marcelo Arenas Belon wrote: Trivial fix that ensures that all buffers used for bdrv_read or bdrv_write are from an array of the uint8_t type Do we have a host where this actually makes a difference? Thiemo --- Index: block-vvfat.c

Re: [Qemu-devel] [PATCH] ensure all invocations to bdrv_{read, write} use (uint8_t *) for its third parameter

2008-01-04 Thread Thiemo Seufer
Andreas Färber wrote: Am 04.01.2008 um 15:00 schrieb Samuel Thibault: Andreas Färber, le Fri 04 Jan 2008 14:41:29 +0100, a écrit : Am 04.01.2008 um 14:20 schrieb Thiemo Seufer: Carlo Marcelo Arenas Belon wrote: Trivial fix that ensures that all buffers used for bdrv_read or bdrv_write

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

2008-01-04 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 08/01/04 17:52:57 Modified files: target-mips: helper.c Log message: Handle some more exception types. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/helper.c?cvsroot

[Qemu-devel] qemu Makefile.target hw/mips_malta.c hw/pflash_...

2008-01-04 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 08/01/04 19:11:32 Modified files: . : Makefile.target hw : mips_malta.c pflash_cfi01.c Log message: Malta flash support. CVSWeb URLs: http

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

2008-01-03 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 08/01/03 21:26:24 Modified files: target-mips: helper.c Log message: Fix exception debug output. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/helper.c?cvsroot

[Qemu-devel] qemu/target-mips cpu.h exec.h translate.c

2007-12-30 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/30 15:36:58 Modified files: target-mips: cpu.h exec.h translate.c Log message: MIPS COP1X (and related) instructions, by Richard Sandiford. CVSWeb URLs: http

Re: [Qemu-devel] MIPS COP1X (and related) instructions

2007-12-29 Thread Thiemo Seufer
Richard Sandiford wrote: Thiemo Seufer [EMAIL PROTECTED] writes: Richard Sandiford wrote: All MIPS COP1X instructions currently require the FPU to be in 64-bit mode. My understanding is that this is too restrictive, and that the base conditions are different for different revisions

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

2007-12-28 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/28 12:35:05 Modified files: target-mips: translate_init.c Log message: Set FCR0.F64 for MIPS64R2-generic, by Richard Sandiford. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

Re: [Qemu-devel] MIPS COP1X (and related) instructions

2007-12-28 Thread Thiemo Seufer
Richard Sandiford wrote: All MIPS COP1X instructions currently require the FPU to be in 64-bit mode. My understanding is that this is too restrictive, and that the base conditions are different for different revisions of the ISA: MIPS IV: COP1X instructions are available when the XX

[Qemu-devel] qemu/target-mips cpu.h helper.c

2007-12-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/26 19:34:03 Modified files: target-mips: cpu.h helper.c Log message: De-cruft exception definitions, and implement nicer debug output. CVSWeb URLs: http://cvs.savannah.gnu.org

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

2007-12-25 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/25 17:32:46 Modified files: target-mips: translate_init.c Log message: 5K and 20K are Release 1 CPUs. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips

[Qemu-devel] qemu/target-mips exec.h mips-defs.h op.c op_hel...

2007-12-25 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/25 20:46:56 Modified files: target-mips: exec.h mips-defs.h op.c op_helper.c translate.c translate_init.c Log message: Support for VR5432, and some of its

[Qemu-devel] qemu/fpu softfloat-specialize.h

2007-12-25 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/25 23:59:51 Modified files: fpu: softfloat-specialize.h Log message: Assortment of soft-float fixes, by Aurelien Jarno. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

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

2007-12-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/24 14:33:57 Modified files: target-mips: translate_init.c Log message: Fix CCRes value for 20Kc. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/translate_init.c

[Qemu-devel] qemu Makefile block-raw-posix.c block.c block.h...

2007-12-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/24 16:10:43 Modified files: . : Makefile block-raw-posix.c block.c block.h block_int.h hw : esp.c lsi53c895a.c scsi-disk.h Log

[Qemu-devel] qemu/hw scsi-generic.c

2007-12-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/24 16:11:51 Added files: hw : scsi-generic.c Log message: scsi-generic implemnentation, missing in last commit. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw

Re: [Qemu-devel] qemu on alpha

2007-12-24 Thread Thiemo Seufer
Gabriele Gorla wrote: Hello, I recently downloaded qemu-0.9.0 and tried to compile it on alpha. I was not able to get any target to compile. I searched the mailing list but I was not able to find any recent information on the alpha host status. I am using gcc-3.3.6 on debian stable with

Re: [Qemu-devel] [PATCH 1/2] Real SCSI device passthrough (v5)

2007-12-24 Thread Thiemo Seufer
Laurent Vivier wrote: This patch allows to connect the virtual SCSI interface of Qemu to a real SCSI device of the host. Using the devices /dev/sg, it allows to send the SCSI commands from the virtual SCSI interface to the real device. It has been tested with a SATA disk and an ATA CD

[Qemu-devel] qemu/target-mips cpu.h helper.c op.c translate_...

2007-12-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/25 03:13:56 Modified files: target-mips: cpu.h helper.c op.c translate_init.c Log message: Improved PABITS handling, and config register fixes. CVSWeb URLs: http

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

2007-12-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/25 03:18:20 Modified files: target-mips: op_helper.c Log message: Avoid host FPE for overflowing division on MIPS, by Richard Sandiford. CVSWeb URLs: http://cvs.savannah.gnu.org

[Qemu-devel] qemu readline.c

2007-12-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/17 20:31:43 Modified files: . : readline.c Log message: Handle history additions properly, by Andreas Schwab. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

[Qemu-devel] qemu host-utils.h

2007-12-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/18 01:58:05 Modified files: . : host-utils.h Log message: Code formatting. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/host-utils.h?cvsroot=qemur1=1.4r2=1.5

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

2007-12-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/18 02:39:59 Modified files: linux-user : syscall.c Log message: Correct errno return for getsockopt(), by Thayne Harbaugh. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

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

2007-12-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/18 02:41:04 Modified files: linux-user : syscall.c Log message: Correct errno return for setsockopt(), by Thayne Harbaugh. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

[Qemu-devel] qemu vl.c hw/acpi.c hw/apic.c hw/cirrus_vga.c h...

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/16 23:41:11 Modified files: . : vl.c hw : acpi.c apic.c cirrus_vga.c dma.c i8254.c ide.c mc146818rtc.c pcnet.c ps2.c rtl8139.c sb16.c

[Qemu-devel] qemu block.c block.h qemu-img.c hw/fdc.c hw/ide...

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/17 01:35:20 Modified files: . : block.c block.h qemu-img.c hw : fdc.c ide.c scsi-disk.c Log message: Fix bdrv_get_geometry to return uint64_t

[Qemu-devel] qemu aes.c monitor.c vl.c hw/adlib.c hw/ide.c h...

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/17 03:15:52 Modified files: . : aes.c monitor.c vl.c hw : adlib.c ide.c pcnet.c Log message: Fix miscellaneous minor things, by Andre Przywara

Re: [Qemu-devel] floppy disk

2007-12-16 Thread Thiemo Seufer
Benjamin David Lunt wrote: Hi everyone, I only recently have started to use QEmu due to a request on the alt.os.development usenet group. My OS was not working on QEmu due to it would not recognize the (emulated) floppy. After a lot of testing, QEmu does not return the correct values for

[Qemu-devel] qemu qemu-doc.texi

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/17 03:38:27 Modified files: . : qemu-doc.texi Log message: Add closing table tag. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemur1

[Qemu-devel] qemu qemu-doc.texi

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/17 03:47:56 Modified files: . : qemu-doc.texi Log message: Update MIPS specific documentation. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot

[Qemu-devel] qemu/target-mips TODO

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/17 03:50:28 Modified files: target-mips: TODO Log message: Update MIPS TODO. The mipsnet failure is caused by a kernel bug. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

[Qemu-devel] qemu/target-mips TODO

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/17 03:53:42 Modified files: target-mips: TODO Log message: MIPS TODO: mention unimplemented system controllers. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips

[Qemu-devel] qemu exec.c kqemu.c osdep.c qemu-common.h qemu-...

2007-12-16 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/17 04:42:29 Modified files: . : exec.c kqemu.c osdep.c qemu-common.h qemu-img.c qemu_socket.h tap-win32.c vl.c audio : dsoundaudio.c

Re: [Qemu-devel] [PATCH] Capture network traffic to a tcpdump file - updated

2007-12-10 Thread Thiemo Seufer
Anthony Liguori wrote: Balazs Attila-Mihaly (Cd-MaN) wrote: Here goes v0.2 for my patch :-) Changes - now the option is a separate command line switch: -net capture,vlan=2,file=test.pcap Is it really necessary/useful to specify this on the command line since it can be controlled

[Qemu-devel] qemu/hw piix_pci.c

2007-12-09 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/09 23:02:39 Modified files: hw : piix_pci.c Log message: Remove leftover support for 82371FB (Step A1), by Carlo Marcelo Arenas Belon. CVSWeb URLs: http

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

2007-12-09 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/09 23:12:56 Modified files: linux-user : syscall.c Log message: Fix execve argc/envc counting, by Takashi Yoshii. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user

Re: [Qemu-devel] [PATCH 0/2] Real SCSI device passthrough

2007-12-09 Thread Thiemo Seufer
Laurent Vivier wrote: This series of patches allows to connect real SCSI device to the virtual SCSI controller of Qemu using the SCSI Generic interface (/dev/sg) for instance: qemu -hda my_disk.qcow2 -drive file=/dev/sg3,if=scsi Please update also the documentation to mention this

[Qemu-devel] qemu/hw esp.c lsi53c895a.c scsi-disk.c scsi-dis...

2007-12-09 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/10 02:58:34 Modified files: hw : esp.c lsi53c895a.c scsi-disk.c scsi-disk.h usb-msd.c Log message: SCSI cleanup, by Laurent Vivier. CVSWeb URLs

[Qemu-devel] qemu cpu-defs.h exec.c target-arm/helper.c targ...

2007-12-08 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/09 02:22:58 Modified files: . : cpu-defs.h exec.c target-arm : helper.c target-i386: helper2.c target-m68k: helper.c target-mips

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

2007-12-08 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/09 02:37:05 Modified files: linux-user : syscall.c Log message: copy_{to,from}_user_timeval() update, by Thayne Harbaugh. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

[Qemu-devel] qemu/target-i386 helper2.c

2007-12-08 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/09 02:43:19 Modified files: target-i386: helper2.c Log message: Fix spelling typo, by Dan Kenigsberg. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-i386/helper2.c

Re: [Qemu-devel] [PATCH] Allow setting the vendor_id string with x86's -cpu option

2007-12-08 Thread Thiemo Seufer
Dan Kenigsberg wrote: Having AuthenticAMD hard-coded is nice, but allowing the user to impersonate whatever CPU she wants is even nicer. Also, an English typo (due to me) is corrected. Dan. --- a/target-i386/helper2.c +++ b/target-i386/helper2.c @@ -254,8 +254,17 @@ static int

[Qemu-devel] qemu/hw ide.c

2007-12-08 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/09 05:01:53 Modified files: hw : ide.c Log message: Fix Win98SE MyComputer regression, by Ben Taylor. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/ide.c

[Qemu-devel] qemu Makefile configure

2007-12-08 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/09 05:10:03 Modified files: . : Makefile configure Log message: SH4 big endian configuration, by Tomoyoshi Asano. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

[Qemu-devel] qemu/hw mips_r4k.c

2007-12-06 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/07 01:13:38 Modified files: hw : mips_r4k.c Log message: Remove broken ds1225y init, it is useless on this machine anyway. Spotted by Atsushi Nemoto. CVSWeb URLs

[Qemu-devel] qemu monitor.c

2007-12-03 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/03 17:05:38 Modified files: . : monitor.c Log message: The profiler need qemu-timer.h CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/monitor.c?cvsroot=qemur1

Re: [Qemu-devel] [RFC] Ensure SIGALRM causes a cpu_loop_exit

2007-12-02 Thread Thiemo Seufer
andrzej zaborowski wrote: On 24/11/2007, Paul Brook [EMAIL PROTECTED] wrote: There is a chance that when using unix or dynticks clock, the signal arrives when no cpu is executing. How about this version, this one touches vl.c only: Any reason why this isn't in CVS? Thiemo --- a/vl.c

[Qemu-devel] qemu/hw adlib.c

2007-12-02 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/02 17:17:46 Modified files: hw : adlib.c Log message: Add missing include, by Sylvain Petreolle. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/adlib.c?cvsroot

Re: [Qemu-devel] qemu block-vvfat.c block.c console.c dyngen.c e...

2007-12-02 Thread Thiemo Seufer
Igor Kovalenko wrote: On Nov 18, 2007 4:44 AM, Paul Brook [EMAIL PROTECTED] wrote: CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook pbrook 07/11/18 01:44:38 Modified files: . : block-vvfat.c block.c console.c dyngen.c

Re: [Qemu-devel] another patch against head

2007-12-02 Thread Thiemo Seufer
Hotmail wrote: [snip] Index: Makefile === RCS file: /sources/qemu/qemu/Makefile,v retrieving revision 1.136 diff -u -r1.136 Makefile --- Makefile 24 Nov 2007 23:35:07 - 1.136 +++ Makefile 30 Nov 2007 15:29:08 -

[Qemu-devel] qemu/hw adlib.c

2007-12-02 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/02 17:47:33 Modified files: hw : adlib.c Log message: Include qemu-timer.h iff DEBUG is defined. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/adlib.c?cvsroot

[Qemu-devel] qemu/hw mips_pica61.c

2007-12-02 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/03 02:17:39 Modified files: hw : mips_pica61.c Log message: Fix floppy initialization, by Laurent Vivier. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw

[Qemu-devel] qemu Makefile.target hw/mainstone.c hw/mainston...

2007-12-01 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/02 02:20:03 Modified files: . : Makefile.target hw : mainstone.c Added files: hw : mainstone.h mst_fpga.c Log message: Mainstone

[Qemu-devel] qemu monitor.c sysemu.h vl.c hw/esp.c hw/gumsti...

2007-12-01 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/02 04:51:10 Modified files: . : monitor.c sysemu.h vl.c hw : esp.c gumstix.c integratorcp.c lsi53c895a.c mainstone.c mips_malta.c

Re: [Qemu-devel] [Patch][update] Mainstone re-org plus flash

2007-12-01 Thread Thiemo Seufer
Armin wrote: Hello, This includes the previous Mainstone re-org patch I sent earlier plus flash support. This adds two 32MiB flash devices. Mounts from mtdblock2 on flash device 0 fine at boot. I did some guesswork on the flash initialization to make it build with Laurent's -disk patch.

[Qemu-devel] qemu block.c block.h block_int.h monitor.c

2007-12-01 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/02 05:18:19 Modified files: . : block.c block.h block_int.h monitor.c Log message: Collecting block device statistics, by Richard W.M. Jones. CVSWeb URLs: http

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

2007-12-01 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/02 06:10:04 Modified files: . : cpu-exec.c translate-all.c target-sh4 : cpu.h op.c translate.c Log message: SH4 delay slot code update, by Magnus Damm

[Qemu-devel] qemu cpu-exec.c hw/sh7750.c hw/sh_intc.c hw/sh_...

2007-12-01 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/02 06:18:25 Modified files: . : cpu-exec.c hw : sh7750.c sh_intc.c sh_intc.h target-sh4 : cpu.h helper.c op.c Log message: SH4: system

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

2007-12-01 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/02 06:28:09 Modified files: linux-user : syscall.c Log message: Fix for execve syscall, by Kirill A. Shutemov. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/linux-user

[Qemu-devel] qemu linux-user/main.c linux-user/signal.c linu...

2007-12-01 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/02 06:31:25 Modified files: linux-user : main.c signal.c linux-user/sh4 : target_signal.h target-sh4 : helper.c Log message: SH4: Signal handling for the user

Re: [Qemu-devel] fstat bug on armeb stll exists!

2007-12-01 Thread Thiemo Seufer
Claudio Scordino wrote: Hi all, more than one year ago we sent a patch on this mailing list to fix a problem of the fstat syscall for armeb. See http://lists.gnu.org/archive/html/qemu-devel/2006-09/msg00137.html We found the bug compiling a Linux kernel for armeb on scratchbox. Qemu

[Qemu-devel] qemu/target-mips mips-defs.h

2007-12-01 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/12/02 07:14:18 Modified files: target-mips: mips-defs.h Log message: Larger physical address space for 32-bit MIPS. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips

[Qemu-devel] sparc-linux-user fails to build on Linux/ppc

2007-11-27 Thread Thiemo Seufer
Some recent change broke compilation of sparc-linux-user on Linux/ppc. Thiemo make -C i386-linux-user all make[1]: Entering directory `/home/ths/qemu/qemu-work/i386-linux-user' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/ths/qemu/qemu-work/i386-linux-user' make -C

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

2007-11-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/11/26 09:01:34 Modified files: target-mips: translate.c Log message: Micro-optimize back-to-back store-load sequences. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target

[Qemu-devel] qemu/hw mips_malta.c

2007-11-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/11/26 14:52:02 Modified files: hw : mips_malta.c Log message: Add floppy support, tested to work with www.linux-mips.org GIT head. CVSWeb URLs: http://cvs.savannah.gnu.org

Re: [Qemu-devel] qemu hw/ppc_oldworld.c target-ppc/cpu.h target-...

2007-11-23 Thread Thiemo Seufer
Paul Brook wrote: I think what you mean is that they work the way that ppc64 is defined, to remain compatible with ppc32. IMHO this is entirely irrelevant as we're emulating a ppc32. You could replace the high bits with garbage and nothing would ever be able to tell the difference.

Re: [Qemu-devel] qemu hw/ppc_oldworld.c target-ppc/cpu.h target-...

2007-11-23 Thread Thiemo Seufer
J. Mayer wrote: [snip] Showing more than 32 bits of register is completely bogus. No. It's showing the full CPU state, which can be more than what the application (or the OS, when running virtualized on a real CPU) could see. The OS cannot see the whole CPU state, but Qemu must

Re: [Qemu-devel] wrong bios.bin file in Ubuntu Linux 7.10 causes blue screen on w2k guest

2007-11-23 Thread Thiemo Seufer
Soren Hansen wrote: On Thu, Nov 22, 2007 at 01:47:22PM -0500, Markus Schulz wrote: Thank you for your response; I think the file can be found here: http://cvs.savannah.nongnu.org/viewvc/qemu/pc-bios/?root=qemu As far as I understand Qemu uses the BIOS from the Bochs project and the diff

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

2007-11-22 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/11/22 15:10:22 Modified files: target-mips: translate.c Log message: Optimize the conventional move operation. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips

  1   2   3   4   5   6   7   8   9   10   >