Re: [Qemu-devel] [PATCH v4 2/7] qapi: Convert getfd and closefd

2012-07-11 Thread Luiz Capitulino
On Fri, 22 Jun 2012 14:36:09 -0400 Corey Bryant wrote: > Signed-off-by: Corey Bryant I've cherry-picked this one into the qmp tree. > --- > v2: > -Convert getfd and closefd to QAPI (lcapitul...@redhat.com) > -Remove changes that returned fd from getfd (lcapitul...@redhat.com) > -Wrap hmp_*

Re: [Qemu-devel] [PATCH v4 2/7] qapi: Convert getfd and closefd

2012-06-26 Thread Corey Bryant
On 06/26/2012 05:28 PM, Luiz Capitulino wrote: On Tue, 26 Jun 2012 17:15:05 -0400 Corey Bryant wrote: On 06/26/2012 04:44 PM, Luiz Capitulino wrote: On Fri, 22 Jun 2012 14:36:09 -0400 Corey Bryant wrote: Signed-off-by: Corey Bryant If this patch doesn't change anymore you can add:

Re: [Qemu-devel] [PATCH v4 2/7] qapi: Convert getfd and closefd

2012-06-26 Thread Luiz Capitulino
On Tue, 26 Jun 2012 17:15:05 -0400 Corey Bryant wrote: > > > On 06/26/2012 04:44 PM, Luiz Capitulino wrote: > > On Fri, 22 Jun 2012 14:36:09 -0400 > > Corey Bryant wrote: > > > >> Signed-off-by: Corey Bryant > > > > If this patch doesn't change anymore you can add: > > > > Reviewed-by: Luiz

Re: [Qemu-devel] [PATCH v4 2/7] qapi: Convert getfd and closefd

2012-06-26 Thread Corey Bryant
On 06/26/2012 04:44 PM, Luiz Capitulino wrote: On Fri, 22 Jun 2012 14:36:09 -0400 Corey Bryant wrote: Signed-off-by: Corey Bryant If this patch doesn't change anymore you can add: Reviewed-by: Luiz Capitulino Thanks! I'll do that. I'll assume we still want this patch even if pas

Re: [Qemu-devel] [PATCH v4 2/7] qapi: Convert getfd and closefd

2012-06-26 Thread Luiz Capitulino
On Fri, 22 Jun 2012 14:36:09 -0400 Corey Bryant wrote: > Signed-off-by: Corey Bryant If this patch doesn't change anymore you can add: Reviewed-by: Luiz Capitulino > --- > v2: > -Convert getfd and closefd to QAPI (lcapitul...@redhat.com) > -Remove changes that returned fd from getfd (lcap

[Qemu-devel] [PATCH v4 2/7] qapi: Convert getfd and closefd

2012-06-22 Thread Corey Bryant
Signed-off-by: Corey Bryant --- v2: -Convert getfd and closefd to QAPI (lcapitul...@redhat.com) -Remove changes that returned fd from getfd (lcapitul...@redhat.com) -Wrap hmp_* functions around qmp_* functions (kw...@redhat.com) -Move hmp_* functions to hmp.c (lcapitul...@redhat.com) -Drop .u