Re: [Qemu-devel] [PATCH RFC v2 0/2] Fix UART serial implementation

2018-07-15 Thread Paolo Bonzini
On 12/05/2018 02:05, Calvin Lee wrote: > While developing a serial implementation for my OS, I found several bugs > in QEMU's serial device. I confirmed (by testing on my x64 laptop) that > there are several inconsistancies between QEMU and hardware in this > regard. For both patches, I used "http:

[Qemu-devel] [PATCH RFC v2 0/2] Fix UART serial implementation

2018-05-11 Thread Calvin Lee
Hello, While developing a serial implementation for my OS, I found several bugs in QEMU's serial device. I confirmed (by testing on my x64 laptop) that there are several inconsistancies between QEMU and hardware in this regard. For both patches, I used "http://www.sci.muni.cz/docs/pc/serport.txt";