From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afVYy-00075E-9l for qemu-devel@nongnu.org; Mon, 14 Mar 2016 12:41:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afVYu-0001Pb-24 for qemu-devel@nongnu.org; Mon, 14 Mar 2016 12:41:48 -0400 Received: from mail-db5eur01on0131.outbound.protection.outlook.com ([104.47.2.131]:11027 helo=EUR01-DB5-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afVYt-0001Oh-FG for qemu-devel@nongnu.org; Mon, 14 Mar 2016 12:41:43 -0400 References: <1457954501-26528-1-git-send-email-den@openvz.org> <1457954501-26528-8-git-send-email-den@openvz.org> <56E6CC5B.1080302@redhat.com> From: "Denis V. Lunev" Message-ID: <56E6D3FE.7050909@openvz.org> Date: Mon, 14 Mar 2016 18:08:46 +0300 MIME-Version: 1.0 In-Reply-To: <56E6CC5B.1080302@redhat.com> Content-Type: text/plain; charset="windows-1252"; format=flowed 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: Paolo Bonzini Cc: Pavel Butsykin , qemu-devel@nongnu.org, Markus Armbruster , Luiz Capitulino , Stefan Hajnoczi On 03/14/2016 05:36 PM, Paolo Bonzini wrote: > On 14/03/2016 12:21, Denis V. Lunev wrote: >> From: Pavel Butsykin > Please explain the usecase here. Is it for debugging the hypervisor or > for something else? > > Paolo 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. Den