From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzjeA-0004YW-VL for qemu-devel@nongnu.org; Wed, 25 Jun 2014 05:37:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wzje3-0000Ds-DO for qemu-devel@nongnu.org; Wed, 25 Jun 2014 05:37:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzje3-0000Dn-5d for qemu-devel@nongnu.org; Wed, 25 Jun 2014 05:37:35 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5P9bXqo021825 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 25 Jun 2014 05:37:34 -0400 Message-ID: <53AA985A.8070106@redhat.com> Date: Wed, 25 Jun 2014 11:37:30 +0200 From: Michal Privoznik MIME-Version: 1.0 References: <4b996aea34144d33f2227835dc3d064818ffb7be.1403688576.git.mprivozn@redhat.com> <53AA9799.8040400@redhat.com> In-Reply-To: <53AA9799.8040400@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: Paolo Bonzini , qemu-devel@nongnu.org Cc: famz@redhat.com On 25.06.2014 11:34, Paolo Bonzini wrote: > 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. Well, the patch is using 'hxtool -h' which effectively is 'cp'. Yes, it is hackish. Michal