[Qemu-devel] Re: [PATCH] Fix lost serial TX interrupts. Report receive overruns.

2010-02-10 Thread Justin T. Gibbs
Properly formatted patch now attached. -- Justin >From 7a941b3fcd298b60bb14744b8fae422d86298197 Mon Sep 17 00:00:00 2001 From: Justin T. Gibbs Date: Wed, 10 Feb 2010 14:35:54 -0700 Subject: [PATCH] Fix lost serial TX interrupts. Report receive overruns. o Implement receive overrun status.

[Qemu-devel] [PATCH] Fix lost serial TX interrupts. Report receive overruns.

2010-01-28 Thread Justin T. Gibbs
terrupt" if the read reports this interrupt. This is required by the specification and avoids losing TX interrupts when other, higher priority interrupts (usually RX) are reported first. Signed-off-by: Justin T. Gibbs --- serial.c.origThu Jan 14 15:18:00 2010 +++ serial.cThu Jan 28