Re: [Qemu-devel] Preliminary Malta platform support

2007-01-14 Thread Aurelien Jarno
Aurelien Jarno a écrit : > On Thu, Jan 11, 2007 at 08:55:28PM +0100, Stefan Weil wrote: >> Hello Aurelien, > > Hi! > >> merci pour l'emulation de MIPS malta. C'est très jolie. >> >> I added the MIPS display device which I already published >> in an earlier mail, so now Thiemo can see LINUX ON MAL

Re: [Qemu-devel] Preliminary Malta platform support

2007-01-14 Thread Aurelien Jarno
Alexander Voropay a écrit : > "Stefan Weil" <[EMAIL PROTECTED]> wrote: > >> I added the MIPS display device which I already published >> in an earlier mail, so now Thiemo can see LINUX ON MALTA >> scrolling. > > Linux kernel is scrolling this message *endless* and will waste a > console output.

[Qemu-devel][PATCH] CD-ROM read-only fix for win32

2007-01-14 Thread Kazu
Hi, When a file has a read-only attribute for its property, the program doesn't boot. An attached patch fixes it. For example, read-only CD-ROM file can be used. It also fixes the problem that restricted user can't access host's CD-ROM drive. Thanks, Kazu qemu-20070

Re: [Qemu-devel] [patch] factor out commonly used scancode translation table

2007-01-14 Thread Rob Landley
On Thursday 04 January 2007 12:29 pm, Bernhard Fischer wrote: > Hi, > > The attached patch moves the x_keycode_to_pc_keycode LUT from sdl.c into > an x_keycode.c. This struct is also used by the GGI backend (that is not > yet merged ¹). Whatever happened to ggi? All I remember is that something