Re: [Qemu-devel] [PATCH 02/17] qidl: add qc definitions

2012-06-05 Thread Anthony Liguori
On 06/06/2012 05:44 AM, Michael Roth wrote: On Tue, Jun 05, 2012 at 04:08:55PM +0200, Paolo Bonzini wrote: Il 05/06/2012 03:00, Michael Roth ha scritto: Signed-off-by: Michael Roth --- qapi/qc.h | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 qapi/q

Re: [Qemu-devel] [PATCH 02/17] qidl: add qc definitions

2012-06-05 Thread Michael Roth
On Tue, Jun 05, 2012 at 04:08:55PM +0200, Paolo Bonzini wrote: > Il 05/06/2012 03:00, Michael Roth ha scritto: > > Signed-off-by: Michael Roth > > --- > > qapi/qc.h | 11 +++ > > 1 files changed, 11 insertions(+), 0 deletions(-) > > create mode 100644 qapi/qc.h > > > > diff --git a/qa

Re: [Qemu-devel] [PATCH 02/17] qidl: add qc definitions

2012-06-05 Thread Paolo Bonzini
Il 05/06/2012 03:00, Michael Roth ha scritto: > Signed-off-by: Michael Roth > --- > qapi/qc.h | 11 +++ > 1 files changed, 11 insertions(+), 0 deletions(-) > create mode 100644 qapi/qc.h > > diff --git a/qapi/qc.h b/qapi/qc.h > new file mode 100644 > index 000..3b3a8b9 > --- /dev/

Re: [Qemu-devel] [PATCH 02/17] qidl: add qc definitions

2012-06-05 Thread Kevin Wolf
Am 05.06.2012 13:26, schrieb Jan Kiszka: > On 2012-06-05 13:12, Anthony Liguori wrote: >> On 06/05/2012 06:35 PM, Jan Kiszka wrote: >>> On 2012-06-05 03:00, Michael Roth wrote: Define away the annotations so we can still compile. Signed-off-by: Michael Roth --- qapi/qc.h

Re: [Qemu-devel] [PATCH 02/17] qidl: add qc definitions

2012-06-05 Thread Jan Kiszka
On 2012-06-05 13:12, Anthony Liguori wrote: > On 06/05/2012 06:35 PM, Jan Kiszka wrote: >> On 2012-06-05 03:00, Michael Roth wrote: >>> Define away the annotations so we can still compile. >>> >>> Signed-off-by: Michael Roth >>> --- >>> qapi/qc.h | 11 +++ >>> 1 files changed, 11 inser

Re: [Qemu-devel] [PATCH 02/17] qidl: add qc definitions

2012-06-05 Thread Anthony Liguori
On 06/05/2012 06:35 PM, Jan Kiszka wrote: On 2012-06-05 03:00, Michael Roth wrote: Define away the annotations so we can still compile. Signed-off-by: Michael Roth --- qapi/qc.h | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) create mode 100644 qapi/qc.h diff --git a

Re: [Qemu-devel] [PATCH 02/17] qidl: add qc definitions

2012-06-05 Thread Jan Kiszka
On 2012-06-05 03:00, Michael Roth wrote: > Define away the annotations so we can still compile. > > Signed-off-by: Michael Roth > --- > qapi/qc.h | 11 +++ > 1 files changed, 11 insertions(+), 0 deletions(-) > create mode 100644 qapi/qc.h > > diff --git a/qapi/qc.h b/qapi/qc.h > new

Re: [Qemu-devel] [PATCH 02/17] qidl: add qc definitions

2012-06-05 Thread Kevin Wolf
Am 05.06.2012 03:00, schrieb Michael Roth: > Define away the annotations so we can still compile. > > Signed-off-by: Michael Roth > --- > qapi/qc.h | 11 +++ > 1 files changed, 11 insertions(+), 0 deletions(-) > create mode 100644 qapi/qc.h > > diff --git a/qapi/qc.h b/qapi/qc.h > ne