Re: [Qemu-devel] Sparc32 bash problem solved

2006-05-27 Thread Joerg Platte
Am Samstag, 27. Mai 2006 22:21 schrieb Joerg Platte: > Yes, booting a small system with udev works! qemu in graphical mode boots > up to the login prompt. But unfortunately each character i tried to type in > is corrupt. Hence, its not possible to log in. In console mode getty causes > a kernel oop

Re: [Qemu-devel] Sparc32 bash problem solved

2006-05-27 Thread Joerg Platte
Am Samstag, 27. Mai 2006 21:30 schrieb Blue Swirl: > For some reason, bash and strace didn't work inside Sparc32 system > emulator. I finally found the reason by observing strange Linux behaviour > relating to MMU no-fault mode. No fault mode seems to apply only to > supervisor accesses, not user o

[Qemu-devel] Sparc32 bash problem solved

2006-05-27 Thread Blue Swirl
For some reason, bash and strace didn't work inside Sparc32 system emulator. I finally found the reason by observing strange Linux behaviour relating to MMU no-fault mode. No fault mode seems to apply only to supervisor accesses, not user ones. The logic was not described like this in the manual

[Qemu-devel] ps2 mouse cleanups/fixes

2006-05-27 Thread Herbert Poetzl
Hi Folks! here is a cleanup/fix to the ps2 mouse emulation done by qemu: according to the ps2 protocol specification the dx and dy values are 9 bit 2's complement where the most significant bit appears as a sign bit in the first byte. similar for dz but 4 bit 2's complement here with or withou

[Qemu-devel] gdb-stub support for Win32 host

2006-05-27 Thread Jason Wessel
This patch adds support for the gdb-stub to work on the Win32 host and compile in by default. I retested to make sure everything was compatible so as not to break the unix side. signed-off-by: [EMAIL PROTECTED] Thanks, Jason. Index: qemu/configure ===

Re: [Qemu-devel] Serial port emulation - console input buggy with SDL

2006-05-27 Thread Stefan Weil
Hi, when QEMU is running with SDL, serial console input does not work for keys which expand to more than one character: important keys like cursor up / down / left / right only give ESC, not ESC [ A and so on. So features like serial console line editing are unavailable with SDL :-( Serial port