From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAxcw-0000RN-5A for qemu-devel@nongnu.org; Fri, 03 Jul 2015 05:51:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAxct-0005LF-UP for qemu-devel@nongnu.org; Fri, 03 Jul 2015 05:51:22 -0400 Received: from mail-qk0-x233.google.com ([2607:f8b0:400d:c09::233]:36095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAxct-0005L8-Q5 for qemu-devel@nongnu.org; Fri, 03 Jul 2015 05:51:19 -0400 Received: by qkei195 with SMTP id i195so69547564qke.3 for ; Fri, 03 Jul 2015 02:51:19 -0700 (PDT) Sender: =?UTF-8?B?TWFyYy1BbmRyw6kgTHVyZWF1?= From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Fri, 3 Jul 2015 11:51:01 +0200 Message-Id: <1435917064-17827-3-git-send-email-marcandre.lureau@redhat.com> In-Reply-To: <1435917064-17827-1-git-send-email-marcandre.lureau@redhat.com> References: <1435917064-17827-1-git-send-email-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 2/5] qapi: add missing @ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , armbru@redhat.com, mdroth@linux.vnet.ibm.com Signed-off-by: Marc-André Lureau --- qapi-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi-schema.json b/qapi-schema.json index 71c894e..1d3ee6b 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -15,7 +15,7 @@ { 'include': 'qapi/trace.json' } ## -# LostTickPolicy: +# @LostTickPolicy: # # Policy for handling lost ticks in timer devices. # -- 2.4.3