[Qemu-devel] qemu/hw slavio_serial.c

2007-11-25 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/11/25 08:48:16 Modified files: hw : slavio_serial.c Log message: Fix buffer mux handling for unconnected serial ports CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/slavio_s

[Qemu-devel] qemu/target-sparc cpu.h op_helper.c

2007-11-25 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/11/25 12:43:10 Modified files: target-sparc : cpu.h op_helper.c Log message: More MMU registers (Robert Reif) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/cpu.h?cvsroot=qe

[Qemu-devel] qemu/hw iommu.c

2007-11-25 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/11/25 12:44:09 Modified files: hw : iommu.c Log message: Set initial value of AFSR register properly (Robert Reif) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/iommu.c?cvs

Re: [Qemu-devel] USB performance Question

2007-11-25 Thread [EMAIL PROTECTED]
Does anyone have a comment about this? It would be interesting to know where the USB development is going as it is extremely promising and the only small obstacle (i.m.o) for full feature device access. The only remaining barrier is speed which should be improved. I can look at the code if som

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

2007-11-25 Thread Dan Kenigsberg
On Sat, Nov 24, 2007 at 11:30:28PM +0200, Kirill A. Shutemov wrote: > 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(). Please excuse my l

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

2007-11-25 Thread Dan Kenigsberg
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 cpu_x86_find_by_name(x86_def_t *x86_cpu_

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

2007-11-25 Thread Kirill A. Shutemov
On [Sun, 25.11.2007 15:04], Dan Kenigsberg wrote: > On Sat, Nov 24, 2007 at 11:30:28PM +0200, Kirill A. Shutemov wrote: > > 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_i

Re: [Qemu-devel] USB performance Question

2007-11-25 Thread Arnon Gilboa
I am in the middle of coding EHCI (USB 2.0) host controller emulation. It is supposed to support faster device speeds (480 Mbit/sec instead of USB 1.1 speeds - 1.5 or 12Mbit/sec). I will post it on the list when it basicly supports simple devices such as disk-on-key. Currently I still have some maj

Re: [Qemu-devel] USB performance Question

2007-11-25 Thread [EMAIL PROTECTED]
Thanks Arnon. USB1 works really great even for complex streaming cameras! Although it is just very very slow. As mentioned I only get about 10kbit/s! which is something I dont understand why. I would have expected 1Mbit/s and could live with that. If there are any test you want me to do pleas

[Qemu-devel] qemu cpu-all.h qemu-tech.texi fpu/softfloat.c f...

2007-11-25 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/11/25 18:40:21 Modified files: . : cpu-all.h qemu-tech.texi fpu: softfloat.c softfloat.h target-sparc : cpu.h exec.h fop_template.h op.c op_helper.c

[Qemu-devel] qemu/hw mainstone.c omap.c sd.c tsc210x.c

2007-11-25 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/11/25 18:46:17 Modified files: hw : mainstone.c omap.c sd.c tsc210x.c Log message: Scale TSC2102 touchscreen pressure value more realistically (still could be better).

[Qemu-devel] pflash_register question

2007-11-25 Thread Armin
Hello, I see there are two instances of pflash_register() , one for pflash_cfi01.c and the other in pflash_cfi02.c. In order to get the proper one, I assume we use link order? - Armin

Re: [Qemu-devel] pflash_register question

2007-11-25 Thread andrzej zaborowski
On 25/11/2007, Armin <[EMAIL PROTECTED]> wrote: > I see there are two instances of pflash_register() , one for > pflash_cfi01.c and the other in pflash_cfi02.c. In order to get the > proper one, I assume we use link order? No, ofcourse we will need to rename one of them. To be honest, I missed the

[Qemu-devel] Mainstone re-org

2007-11-25 Thread Armin
I though of this after my last patch, so my apologizes for the extra work. I pulled the FPGA code out since it will be used by many other devices on the Mainstone. I do not want to bloat the main file. I am working on flash support now. feedback and comments welcome. Kind regards, - Armin I

Re: [Qemu-devel] pflash_register question

2007-11-25 Thread Armin
andrzej zaborowski wrote: On 25/11/2007, Armin <[EMAIL PROTECTED]> wrote: I see there are two instances of pflash_register() , one for pflash_cfi01.c and the other in pflash_cfi02.c. In order to get the proper one, I assume we use link order? No, ofcourse we will need to rename one of

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

2007-11-25 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/11/25 20:27:36 Modified files: target-sparc : translate.c Log message: Fix floating point register decoding CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/translate.c?cvsroo

Re: [Qemu-devel] [PATCH][UPDATE3] Add -drive parameter

2007-11-25 Thread Blue Swirl
On 11/19/07, Laurent Vivier <[EMAIL PROTECTED]> wrote: > > This is an update with Qemu CVS tree and comments from Blue Swirl. > > This patch introduces a new parameter allowing to define drives. > > The new parameter is "-drive": > > -drive > [file=file][,if=type][,bus=n][,unit=m][,media=d][in