Re: [Qemu-devel] [PATCH v3 0/4] command line fd passing using fd sets

2012-10-16 Thread Corey Bryant
On 10/16/2012 03:26 PM, Eric Blake wrote: On 10/16/2012 11:51 AM, Corey Bryant wrote: This series adds command line file descriptor passing support via a new -add-fd option. This is a follow-on to the existing QMP fd passing support provided in the following patch series: comments.gmane.org/g

Re: [Qemu-devel] [PATCH v3 0/4] command line fd passing using fd sets

2012-10-16 Thread Eric Blake
On 10/16/2012 11:51 AM, Corey Bryant wrote: > This series adds command line file descriptor passing support > via a new -add-fd option. This is a follow-on to the existing > QMP fd passing support provided in the following patch series: > comments.gmane.org/gmane.comp.emulators.qemu/165463 > > Th

[Qemu-devel] [PATCH v3 0/4] command line fd passing using fd sets

2012-10-16 Thread Corey Bryant
This series adds command line file descriptor passing support via a new -add-fd option. This is a follow-on to the existing QMP fd passing support provided in the following patch series: comments.gmane.org/gmane.comp.emulators.qemu/165463 The new -add-fd option is designed to mirror the add-fd QM