qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] RE: Qemu-devel Digest, Vol 37, Issue 40


From: Schwarz, Konrad
Subject: [Qemu-devel] RE: Qemu-devel Digest, Vol 37, Issue 40
Date: Thu, 13 Apr 2006 13:25:52 +0200

> To: address@hidden
> Message-ID: <address@hidden>
> 
> CVSROOT:      /sources/qemu
> Module name:  qemu
> Branch:       
> Changes by:   Fabrice Bellard <address@hidden>        
> 06/04/12 20:21:17
> 
> Modified files:
>       .              : vl.c vl.h 
> 
> Log message:
>       win32 serial port support (initial patch by kazu

Hi,

I would like to announce that I have implemented a asynchronous I/O
framework for the MINGW port of QEMU to Windows.

Currently supported devices are timer, console and stdio serial devices,
and the gdb server stub.  I am also working on a telnet serial device.

The framework is designed to handle Windows COMx: and LPTy: devices
asynchronously (among other things), but I doubt that I will find time
to implement these.

Owing to the infelicities of the Windows NT operating system, a second
thread is required to handle asynchronous events, also, the stdio serial
device requires a separate thread.

The framework has been tested in a limited environment, namely QEMU for
ARM without graphics and with only an in-house operating system (my use
case).  However, I am not aware of having broken anything.

Unfortunately, I need to receive clearance to post the patches, this
will consume some time.

However, you might consider not expending effort in this direction until
I can release these patches.

Regards,

Konrad Schwarz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]