From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agBEh-0001tQ-Fn for qemu-devel@nongnu.org; Wed, 16 Mar 2016 09:11:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agBEe-0003n8-Aj for qemu-devel@nongnu.org; Wed, 16 Mar 2016 09:11:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52957) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agBEe-0003n1-5X for qemu-devel@nongnu.org; Wed, 16 Mar 2016 09:11:36 -0400 References: <1457954501-26528-1-git-send-email-den@openvz.org> <1457954501-26528-7-git-send-email-den@openvz.org> <56E6CBD1.2060509@redhat.com> <20160314143857.GE21198@redhat.com> <56E6D323.5080803@openvz.org> <20160314152604.GG21198@redhat.com> <20160314161153.GH21198@redhat.com> <56E6E3DB.2060109@openvz.org> <56E6E984.1030000@redhat.com> <56E95B22.9070209@openvz.org> From: Paolo Bonzini Message-ID: <56E95B83.8000303@redhat.com> Date: Wed, 16 Mar 2016 14:11:31 +0100 MIME-Version: 1.0 In-Reply-To: <56E95B22.9070209@openvz.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 6/9] log: log QMP commands and replies List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Denis V. Lunev" , "Daniel P. Berrange" Cc: Markus Armbruster , Luiz Capitulino , qemu-devel@nongnu.org, Stefan Hajnoczi , Pavel Butsykin On 16/03/2016 14:09, Denis V. Lunev wrote: > really interesting approach with a good place to get in. > But we will need to modify this a infrastructure a bit. > Af far as I can see only data from VM to outside world > is logged. Data being 'read' should be logged too as far > as I could understand. Hmm, you're right. As a start, let's document in the release notes that the format of the log file is subject to change. Paolo