From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afVSi-0001dx-Qb for qemu-devel@nongnu.org; Mon, 14 Mar 2016 12:35:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afVSe-0008Eo-Hz for qemu-devel@nongnu.org; Mon, 14 Mar 2016 12:35:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afVSe-0008Ei-CA for qemu-devel@nongnu.org; Mon, 14 Mar 2016 12:35:16 -0400 References: <1457954501-26528-1-git-send-email-den@openvz.org> <1457954501-26528-8-git-send-email-den@openvz.org> <56E6CC5B.1080302@redhat.com> <56E6D3FE.7050909@openvz.org> From: Paolo Bonzini Message-ID: <56E6E83F.4080709@redhat.com> Date: Mon, 14 Mar 2016 17:35:11 +0100 MIME-Version: 1.0 In-Reply-To: <56E6D3FE.7050909@openvz.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 7/9] log: report HMP command and event List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Denis V. Lunev" Cc: Pavel Butsykin , qemu-devel@nongnu.org, Markus Armbruster , Luiz Capitulino , Stefan Hajnoczi On 14/03/2016 16:08, Denis V. Lunev wrote: >> Please explain the usecase here. Is it for debugging the hypervisor or >> for something else? > > yes. There are important HMP-only commands like switch to snapshot, > which should be logged. The rest is the same as I have answered to > Daniel to patch 6. Wouldn't they be logged through the human-monitor-command QMP command? Paolo