Re: [Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations

2012-10-15 Thread Michael Roth
On Mon, Oct 15, 2012 at 03:37:18PM +0200, Paolo Bonzini wrote: > Il 05/10/2012 18:47, Michael Roth ha scritto: > > On Fri, Oct 05, 2012 at 05:53:09PM +0200, Paolo Bonzini wrote: > >> Il 05/10/2012 17:41, Michael Roth ha scritto: > >>> On Fri, Oct 05, 2012 at 05:07:46PM +0200, Paolo Bonzini wrote: >

Re: [Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations

2012-10-15 Thread Paolo Bonzini
Il 05/10/2012 18:47, Michael Roth ha scritto: > On Fri, Oct 05, 2012 at 05:53:09PM +0200, Paolo Bonzini wrote: >> Il 05/10/2012 17:41, Michael Roth ha scritto: >>> On Fri, Oct 05, 2012 at 05:07:46PM +0200, Paolo Bonzini wrote: Il 04/10/2012 19:33, Michael Roth ha scritto: > Signed-off-by:

Re: [Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations

2012-10-05 Thread Michael Roth
On Fri, Oct 05, 2012 at 05:53:09PM +0200, Paolo Bonzini wrote: > Il 05/10/2012 17:41, Michael Roth ha scritto: > > On Fri, Oct 05, 2012 at 05:07:46PM +0200, Paolo Bonzini wrote: > >> Il 04/10/2012 19:33, Michael Roth ha scritto: > >>> Signed-off-by: Michael Roth > >>> --- > >>> qidl.h | 113 > >

Re: [Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations

2012-10-05 Thread Paolo Bonzini
Il 05/10/2012 17:41, Michael Roth ha scritto: > On Fri, Oct 05, 2012 at 05:07:46PM +0200, Paolo Bonzini wrote: >> Il 04/10/2012 19:33, Michael Roth ha scritto: >>> Signed-off-by: Michael Roth >>> --- >>> qidl.h | 113 >>> >>> 1 fi

Re: [Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations

2012-10-05 Thread Michael Roth
On Fri, Oct 05, 2012 at 05:07:46PM +0200, Paolo Bonzini wrote: > Il 04/10/2012 19:33, Michael Roth ha scritto: > > Signed-off-by: Michael Roth > > --- > > qidl.h | 113 > > > > 1 file changed, 113 insertions(+) > > create mode 10

Re: [Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations

2012-10-05 Thread Paolo Bonzini
Il 04/10/2012 19:33, Michael Roth ha scritto: > Signed-off-by: Michael Roth > --- > qidl.h | 113 > > 1 file changed, 113 insertions(+) > create mode 100644 qidl.h > > diff --git a/qidl.h b/qidl.h > new file mode 100644 > index

Re: [Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations

2012-10-05 Thread Michael Roth
On Fri, Oct 05, 2012 at 10:14:09AM +0200, Paolo Bonzini wrote: > Il 04/10/2012 19:33, Michael Roth ha scritto: > > +#define QIDL_SCHEMA_ADD_LINK(name, obj, path, errp) \ > > +g_assert(qidl_data_##name.schema_obj); \ > > +object_property_add_link(obj, path, "container", \ > > Why "container

Re: [Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations

2012-10-05 Thread Paolo Bonzini
Il 04/10/2012 19:33, Michael Roth ha scritto: > +#define QIDL_SCHEMA_ADD_LINK(name, obj, path, errp) \ > +g_assert(qidl_data_##name.schema_obj); \ > +object_property_add_link(obj, path, "container", \ Why "container" as the type? Paolo > + &qidl_data_##name.sc

[Qemu-devel] [PATCH v3 21/22] qidl: qidl.h, definitions for qidl annotations

2012-10-04 Thread Michael Roth
Signed-off-by: Michael Roth --- qidl.h | 113 1 file changed, 113 insertions(+) create mode 100644 qidl.h diff --git a/qidl.h b/qidl.h new file mode 100644 index 000..eae0202 --- /dev/null +++ b/qidl.h @@ -0,0 +1,113 @@ +/*