Re: [Qemu-devel] [PATCH v2 0/2] Enable passing pre-opened chardev socket FDs

2017-12-21 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20171221155905.3793-1-berra...@redhat.com Subject: [Qemu-devel] [PATCH v2 0/2] Enable passing pre-opened chardev socket FDs === TEST SCRIPT BEGIN === #!/bin/bash BASE=base

[Qemu-devel] [PATCH v2 0/2] Enable passing pre-opened chardev socket FDs

2017-12-21 Thread Daniel P. Berrange
This fixes a long standing problem that libvirt has with starting up QEMU. We have to busy-wait retrying connect() on the QMP monitor socket until QEMU finally creates & listens on it, but at same time must be careful to not wait forever if QEMU exits. This this patch series, libvirt can simply p