From patchwork Tue Jun 5 01:00:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Roth X-Patchwork-Id: 162983 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 35FCAB6F9F for ; Tue, 5 Jun 2012 13:49:41 +1000 (EST) Received: from localhost ([::1]:47662 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbi9Y-0003HN-8y for incoming@patchwork.ozlabs.org; Mon, 04 Jun 2012 21:01:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbi8m-0001ab-N0 for qemu-devel@nongnu.org; Mon, 04 Jun 2012 21:00:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sbi8l-0002tT-2P for qemu-devel@nongnu.org; Mon, 04 Jun 2012 21:00:56 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:47909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sbi8k-0002pf-Pg for qemu-devel@nongnu.org; Mon, 04 Jun 2012 21:00:54 -0400 Received: by mail-pb0-f45.google.com with SMTP id ro12so7301786pbb.4 for ; Mon, 04 Jun 2012 18:00:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=6ipb/Xuj+7/jb3/CCp766VmP/NxipgtjoMyXIq0n2Zo=; b=SZpBuljN8N8suo0+T8tOV2eBheHuGCHziSdVF7Fso9iQ5ZO4E0w6WpfymaOWRlRxe7 sUlIR38D4SPxYDgG81So5XoAXUBuy3HYWOj7WqMSjcMWfE9rLgut5KeMB1+QeqThTCm0 L3b2Yi2BDbUtqV7Zi+bclQd4ugh+PKK61HfkH2vVyKXoZPPu17ayqmC8WtQwFDHtJpHi 9eKj3kNAivXBTD0Z0X6ZE9cu0stnHMrk1MUErZQPKLR6aQ697QSB7Z/jS5ZtfHYWo9fz BQuv2BDcEHRAzk/FbJ5b6HIyFZJn8iOoOcoSC2udfYWKDw3DQzmXpRMoUC9uMYB3IHTH l8TA== Received: by 10.68.227.69 with SMTP id ry5mr45379640pbc.16.1338858052926; Mon, 04 Jun 2012 18:00:52 -0700 (PDT) Received: from localhost.localdomain ([32.97.110.59]) by mx.google.com with ESMTPS id np8sm408059pbc.71.2012.06.04.18.00.51 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 04 Jun 2012 18:00:52 -0700 (PDT) From: Michael Roth To: qemu-devel@nongnu.org Date: Mon, 4 Jun 2012 20:00:12 -0500 Message-Id: <1338858018-17189-12-git-send-email-mdroth@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1338858018-17189-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1338858018-17189-1-git-send-email-mdroth@linux.vnet.ibm.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.45 Cc: aliguori@us.ibm.com, quintela@redhat.com, owasserm@redhat.com, yamahata@valinux.co.jp, pbonzini@redhat.com, akong@redhat.com, afaerber@suse.de Subject: [Qemu-devel] [PATCH 11/17] qapi: add qidl-generated qapi schema for rtc X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Michael Roth --- 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'], '': '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'}}