[Qemu-devel] [PATCH] Serial port suppourt for win32

2006-03-14 Thread Kazu
Hi, It is an experimental serial port support for win32. Here is patches and a binary. http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060311-serial-3.patch http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060311-16550a.patch http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060311-serial-wi

[Qemu-devel] [PATCH] Japanese keyboard

2006-03-14 Thread Kazu
Hi, Attached is a patch for Japanese keyboard. It is for X Window on Linux. I tested it on Fedora Core 4 host. It has a workaround for SDL bug. Regards, kazu qemu-20060226-keyboard.patch Description: Binary data ___ Qemu-devel mailing list Qemu-devel@

Re: [Qemu-devel] Keyboard issues, native DOS mode

2006-03-14 Thread Jim C. Brown
On Tue, Mar 14, 2006 at 08:01:00PM -0500, Jim C. Brown wrote: > On Tue, Mar 14, 2006 at 07:40:58PM +1100, David Burrows wrote: > > Hi all, > > > > This particular application, which is used to tune the aftermarket fuel > > injection computer in my car, has a problem when running in native > > DOS

Re: [Qemu-devel] Keyboard issues, native DOS mode

2006-03-14 Thread Jim C. Brown
On Tue, Mar 14, 2006 at 07:40:58PM +1100, David Burrows wrote: > Hi all, > > This particular application, which is used to tune the aftermarket fuel > injection computer in my car, has a problem when running in native > DOS mode, where two keypresses are received, instead of just the one that > w

[Qemu-devel] Keyboard issues, native DOS mode

2006-03-14 Thread David Burrows
Hi all, Some of you will already be aware of this issue, as it has been discussed on #qemu on freenode (irc). This issue is as follows. http://www.haltech.com.au/downloads/E6GMv509.zip This particular application, which is used to tune the aftermarket fuel injection computer in my car, has

Re: [Qemu-devel] Questions on ARM port

2006-03-14 Thread Paul Brook
> Basically, r3 is initialized by (to 0x8, in my case). The > next instruction (at ) switches the mode to FIQ. After single > steping over this in QEMU (via GDB si), r3 no longer contains what it > had before (0x8), instead, it is set to 0. If I manually fix this > (via set $r3=0x8)

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

2006-03-14 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook <[EMAIL PROTECTED]> 06/03/14 14:20:32 Modified files: target-arm : helper.c Log message: Fix FIQ bank switching. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu/target-

[Qemu-devel] Questions on ARM port

2006-03-14 Thread Schwarz, Konrad
Hello,   the Newlib crt0.S file for ARM starts off by initializing the stack pointers for the different ARM modes (FIQ, IRQ, supervisor, etc.) with the help of r3.   e.g., this is the disassembly as produced by GDB:   Dump of assembler code for function start:0x8224 :   ldr r3, [pc,

Re: [Qemu-devel] serial control DTR/DSR RTS/CTS

2006-03-14 Thread Kazu
Sent: Tuesday, March 14, 2006 4:23 PM Drlik Zbynek wrote: > Hello. > My external device is connected with serial port and use hardware flow > control - it can switch beetwen DTR/DSR or RTS/CTS. I have instaled > winxp and win98 for multiplatform testing in qemu but my aplication - if > i wont to c