[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 11/17] qapi: add qidl-generated qapi schema for
From: |
Avi Kivity |
Subject: |
Re: [Qemu-devel] [PATCH 11/17] qapi: add qidl-generated qapi schema for rtc |
Date: |
Tue, 05 Jun 2012 13:11:23 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 |
On 06/05/2012 04:00 AM, Michael Roth wrote:
> Signed-off-by: Michael Roth <address@hidden>
> ---
> qidl-generated/mc146818rtc.json | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
> create mode 100644 qidl-generated/mc146818rtc.json
>
> diff --git a/qidl-generated/mc146818rtc.json b/qidl-generated/mc146818rtc.json
> new file mode 100644
> index 0000000..3be6fb6
> --- /dev/null
> +++ b/qidl-generated/mc146818rtc.json
> @@ -0,0 +1 @@
> +{'type': 'RTCState', 'data': {'cmos_data': {'type': ['uint8'],
> '<annotated>': 'true', 'array_size': '128'}, 'cmos_index': 'uint8',
> 'current_tm': 'tm', 'base_year': 'int32', 'periodic_timer': 'QEMUTimer',
> 'next_periodic_time': 'int64', 'next_second_time': 'int64', 'irq_coalesced':
> 'uint32', 'period': 'uint32', 'second_timer': 'QEMUTimer', 'second_timer2':
> 'QEMUTimer'}}
Why are we committing generated files?
--
error compiling committee.c: too many arguments to function
- Re: [Qemu-devel] [PATCH 09/17] rtc: add qc annotations, (continued)
- [Qemu-devel] [PATCH 10/17] Makefile: add infrastructure to incorporate qidl-generated files, Michael Roth, 2012/06/04
- [Qemu-devel] [PATCH 15/17] Makefile: add qidl-generation of vmstate field descriptions, Michael Roth, 2012/06/04
- [Qemu-devel] [PATCH 14/17] qidl: add qidl-based generation of vmstate field bindings, Michael Roth, 2012/06/04
- [Qemu-devel] [PATCH 11/17] qapi: add qidl-generated qapi schema for rtc, Michael Roth, 2012/06/04
- [Qemu-devel] [PATCH 12/17] rtc: add a QOM property for accessing device state, Michael Roth, 2012/06/04
- [Qemu-devel] [PATCH 13/17] rtc: add _version() qidl annotations, Michael Roth, 2012/06/04
- [Qemu-devel] [PATCH 16/17] qidl: add qidl-generated vmstate fields for rtc, Michael Roth, 2012/06/04
- [Qemu-devel] [PATCH 17/17] rtc: use qidl-generated vmstate bindings, Michael Roth, 2012/06/04