Re: [Qemu-devel] [PATCH v7 0/4] monitor: let Monitor be thread safe

2018-05-23 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180524043952.11245-1-pet...@redhat.com Subject: [Qemu-devel] [PATCH v7 0/4] monitor: let Monitor be thread safe === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [PATCH v7 0/4] monitor: let Monitor be thread safe

2018-05-23 Thread Peter Xu
v7: - let monitor_fdset_get_fd() return -errno, touch up qemu_open() to translate that into errno. [Markus] - touch up comment for Monitor.rs - rebase, and torture the code a bit with qtest. v6: - add/drop some r-bs - address all the comments from Markus - rebase, and run some simple qtests to