Re: [Qemu-devel] [PATCH 1/9] qom/user-creatable: add a few helper macros

2018-11-01 Thread Igor Mammedov
On Thu, 1 Nov 2018 12:02:03 -0300 Eduardo Habkost wrote: > On Thu, Nov 01, 2018 at 01:16:37PM +0100, Igor Mammedov wrote: > > On Tue, 30 Oct 2018 20:07:17 -0300 > > Eduardo Habkost wrote: > > > > > On Tue, Oct 30, 2018 at 03:22:43PM +0100, Igor Mammedov wrote: > > > > On Tue, 30 Oct 2018 13

Re: [Qemu-devel] [PATCH 1/9] qom/user-creatable: add a few helper macros

2018-11-01 Thread Eduardo Habkost
On Thu, Nov 01, 2018 at 01:16:37PM +0100, Igor Mammedov wrote: > On Tue, 30 Oct 2018 20:07:17 -0300 > Eduardo Habkost wrote: > > > On Tue, Oct 30, 2018 at 03:22:43PM +0100, Igor Mammedov wrote: > > > On Tue, 30 Oct 2018 13:26:40 +0400 > > > Marc-André Lureau wrote: > > > > > > > Hi > > > > >

Re: [Qemu-devel] [PATCH 1/9] qom/user-creatable: add a few helper macros

2018-11-01 Thread Igor Mammedov
On Tue, 30 Oct 2018 20:07:17 -0300 Eduardo Habkost wrote: > On Tue, Oct 30, 2018 at 03:22:43PM +0100, Igor Mammedov wrote: > > On Tue, 30 Oct 2018 13:26:40 +0400 > > Marc-André Lureau wrote: > > > > > Hi > > > > > > On Tue, Oct 30, 2018 at 5:37 AM Eduardo Habkost > > > wrote: > > > > > >

Re: [Qemu-devel] [PATCH 1/9] qom/user-creatable: add a few helper macros

2018-10-30 Thread Eduardo Habkost
On Tue, Oct 30, 2018 at 03:22:43PM +0100, Igor Mammedov wrote: > On Tue, 30 Oct 2018 13:26:40 +0400 > Marc-André Lureau wrote: > > > Hi > > > > On Tue, Oct 30, 2018 at 5:37 AM Eduardo Habkost wrote: > > > > > > On Mon, Oct 29, 2018 at 10:56:57AM +0100, Igor Mammedov wrote: > > > > On Fri, 26

Re: [Qemu-devel] [PATCH 1/9] qom/user-creatable: add a few helper macros

2018-10-30 Thread Igor Mammedov
On Tue, 30 Oct 2018 13:26:40 +0400 Marc-André Lureau wrote: > Hi > > On Tue, Oct 30, 2018 at 5:37 AM Eduardo Habkost wrote: > > > > On Mon, Oct 29, 2018 at 10:56:57AM +0100, Igor Mammedov wrote: > > > On Fri, 26 Oct 2018 12:13:21 -0300 > > > Eduardo Habkost wrote: > > > > > > > On Mon, Oct

Re: [Qemu-devel] [PATCH 1/9] qom/user-creatable: add a few helper macros

2018-10-30 Thread Marc-André Lureau
Hi On Tue, Oct 30, 2018 at 5:37 AM Eduardo Habkost wrote: > > On Mon, Oct 29, 2018 at 10:56:57AM +0100, Igor Mammedov wrote: > > On Fri, 26 Oct 2018 12:13:21 -0300 > > Eduardo Habkost wrote: > > > > > On Mon, Oct 22, 2018 at 03:33:30PM +0100, Igor Mammedov wrote: > > > > On Wed, 12 Sep 2018 16:5

Re: [Qemu-devel] [PATCH 1/9] qom/user-creatable: add a few helper macros

2018-10-29 Thread Eduardo Habkost
On Mon, Oct 29, 2018 at 10:56:57AM +0100, Igor Mammedov wrote: > On Fri, 26 Oct 2018 12:13:21 -0300 > Eduardo Habkost wrote: > > > On Mon, Oct 22, 2018 at 03:33:30PM +0100, Igor Mammedov wrote: > > > On Wed, 12 Sep 2018 16:55:23 +0400 > > > Marc-André Lureau wrote: > > > > > > > Improve a bit

Re: [Qemu-devel] [PATCH 1/9] qom/user-creatable: add a few helper macros

2018-10-29 Thread Igor Mammedov
On Fri, 26 Oct 2018 12:13:21 -0300 Eduardo Habkost wrote: > On Mon, Oct 22, 2018 at 03:33:30PM +0100, Igor Mammedov wrote: > > On Wed, 12 Sep 2018 16:55:23 +0400 > > Marc-André Lureau wrote: > > > > > Improve a bit code readability. > > > > > > Signed-off-by: Marc-André Lureau > > > --- > >

Re: [Qemu-devel] [PATCH 1/9] qom/user-creatable: add a few helper macros

2018-10-26 Thread Eduardo Habkost
On Mon, Oct 22, 2018 at 03:33:30PM +0100, Igor Mammedov wrote: > On Wed, 12 Sep 2018 16:55:23 +0400 > Marc-André Lureau wrote: > > > Improve a bit code readability. > > > > Signed-off-by: Marc-André Lureau > > --- > > include/qom/object_interfaces.h | 4 > > qom/object.c

Re: [Qemu-devel] [PATCH 1/9] qom/user-creatable: add a few helper macros

2018-10-22 Thread Igor Mammedov
On Wed, 12 Sep 2018 16:55:23 +0400 Marc-André Lureau wrote: > Improve a bit code readability. > > Signed-off-by: Marc-André Lureau > --- > include/qom/object_interfaces.h | 4 > qom/object.c| 4 ++-- > qom/object_interfaces.c | 9 +++-- > 3 files changed, 9

[Qemu-devel] [PATCH 1/9] qom/user-creatable: add a few helper macros

2018-09-12 Thread Marc-André Lureau
Improve a bit code readability. Signed-off-by: Marc-André Lureau --- include/qom/object_interfaces.h | 4 qom/object.c| 4 ++-- qom/object_interfaces.c | 9 +++-- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/include/qom/object_interfaces.h b