[Qemu-devel] qemu Makefile.target vl.c hw/boards.h hw/mainst...

2007-11-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/11/25 01:57:38 Modified files: . : Makefile.target vl.c hw : boards.h Added files: hw : mainstone.c Log message: Intel Mainstone II

[Qemu-devel] qemu qemu-char.h vl.c hw/mcf_uart.c hw/pl011.c ...

2007-11-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/11/25 00:55:06 Modified files: . : qemu-char.h vl.c hw : mcf_uart.c pl011.c serial.c slavio_serial.c Log message: Add input buffer to mux chr (patch by

[Qemu-devel] qemu/hw gumstix.c

2007-11-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/11/25 00:29:24 Modified files: hw : gumstix.c Log message: Fix board init arg list (spotted by pbrook), clean-up NOR flash parameters. CVSWeb URLs: http://cvs.savann

[Qemu-devel] qemu/hw pxa2xx_mmci.c

2007-11-24 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/11/24 23:55:53 Modified files: hw : pxa2xx_mmci.c Log message: Fix SD init arguments. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pxa2xx_mmci.c?cvsroot=qemu&r1=1.7&r2=1

[Qemu-devel] qemu vl.c hw/boards.h hw/gumstix.c

2007-11-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/11/24 23:47:39 Modified files: . : vl.c hw : boards.h gumstix.c Log message: Gumstix Verdex (ARM) board support by Thorsten Zitterell. CVSWeb URLs: htt

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

2007-11-24 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/11/24 23:35:08 Modified files: . : Makefile Makefile.target hw : omap_mmc.c pl061.c pl181.c primecell.h pxa2xx_mmci.c sd.c sd.h ssd0323.c stella

[Qemu-devel] qemu vl.c

2007-11-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/11/24 23:27:16 Modified files: . : vl.c Log message: Drop an unused variable (Samuel Thibault). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1

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

2007-11-24 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/11/24 23:22:12 Modified files: target-arm : helper.c Log message: Thumb semihosting fixes. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-arm/helper.c?cvsroot=qemu&r1=1.27&r2=

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

2007-11-24 Thread andrzej zaborowski
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: --- a/vl.c +++ b/vl.c @@ -236,6 +236,10 @@ const char *prom_envs[MAX_PROM_ENV

[Qemu-devel] [PATCH] Handle cpu_model in copy_cpu()

2007-11-24 Thread Kirill A. Shutemov
copy_cpu() has been broken since cpu_model added to parameters list of cpu_init(). This patch fix copy_cpu() by storing cpu_model string in CPUState structure on cpu_init and use this string in copy_cpu(). --- cpu-defs.h |4 +++- exec.c |7 +-- target-ar

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

2007-11-24 Thread Fabrice Bellard
Thiemo Seufer wrote: > 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 a