Re: [libvirt] [PATCH v3 3/4] monitor: Prevent removing fd from set during init

2012-10-18 Thread Corey Bryant
On 10/17/2012 12:02 AM, Eric Blake wrote: On 10/16/2012 12:08 PM, Corey Bryant wrote: If an fd is added to an fd set via the command line, and it is not referenced by another command line option (ie. -drive), then clean it up after QEMU initialization is complete. Signed-off-by: Corey Bryant

Re: [libvirt] [PATCH v3 3/4] monitor: Prevent removing fd from set during init

2012-10-16 Thread Eric Blake
On 10/16/2012 12:08 PM, Corey Bryant wrote: > If an fd is added to an fd set via the command line, and it is not > referenced by another command line option (ie. -drive), then clean > it up after QEMU initialization is complete. > > Signed-off-by: Corey Bryant > --- > v3: > - This patch was spl

[libvirt] [PATCH v3 3/4] monitor: Prevent removing fd from set during init

2012-10-16 Thread Corey Bryant
If an fd is added to an fd set via the command line, and it is not referenced by another command line option (ie. -drive), then clean it up after QEMU initialization is complete. Signed-off-by: Corey Bryant --- v3: - This patch was split into it's own patch in v3 (ebl...@redhat.com, kw...@r