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

2018-05-12 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180511205724.4039-1-cyrus...@gmail.com Subject: [Qemu-devel] [PATCH RFC 0/2] Fix UART

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

2018-05-11 Thread no-reply
Hi, This series failed build test on s390x host. Please find the details below. Type: series Message-id: 20180511205724.4039-1-cyrus...@gmail.com Subject: [Qemu-devel] [PATCH RFC 0/2] Fix UART serial implementation === TEST SCRIPT BEGIN === #!/bin/bash # Testing script will be invoked under the

[Qemu-devel] [PATCH RFC 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";