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
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
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
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
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
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_
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
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
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
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
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).
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
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
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
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
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
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
17 matches
Mail list logo