From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzjb5-0001qc-J8 for qemu-devel@nongnu.org; Wed, 25 Jun 2014 05:34:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wzjay-0007UN-2t for qemu-devel@nongnu.org; Wed, 25 Jun 2014 05:34:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21876) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzjax-0007UI-R1 for qemu-devel@nongnu.org; Wed, 25 Jun 2014 05:34:24 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5P9YMPw010488 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 25 Jun 2014 05:34:23 -0400 Message-ID: <53AA9799.8040400@redhat.com> Date: Wed, 25 Jun 2014 11:34:17 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <4b996aea34144d33f2227835dc3d064818ffb7be.1403688576.git.mprivozn@redhat.com> In-Reply-To: <4b996aea34144d33f2227835dc3d064818ffb7be.1403688576.git.mprivozn@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Makefile: Install qmp-events.txt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michal Privoznik , qemu-devel@nongnu.org Cc: famz@redhat.com Il 25/06/2014 11:30, Michal Privoznik ha scritto: > Since fe069d9d5946 the qmp-events.txt does not exist anymore. This is > unhappy as users still may want to know what events they can await > from qemu. hxtool however doesn't understand the json format. :( I guess for now we could just revert the deletion, and aim at automatically-generating the documentation in the future. Paolo