qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] 16550A FIFO emulation


From: bcanet
Subject: [Qemu-devel] [PATCH] 16550A FIFO emulation
Date: Wed, 1 Feb 2006 11:17:51 +0100
User-agent: KMail/1.8.3

Hi,

This is a small patch I wrote to add 16550A FIFO emulation to QEMU.
The main motivation to write this patch was the slowliness of the QEMU serial 
port when the guest operating system is under high load. 
With the 16450 UART an interrupt is generated for every byte send or received.
With FIFO support fewer interrupt are generated.
If anybody has suggestions to improve the correctness/cleanliness of the 
emulation just tell me.

Best regards

BenoƮt Canet
Dental-On-Line

Attachment: qemu_16550D_UART_PATCH.diff
Description: Text Data


reply via email to

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