From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a98US-0001Jl-UT for qemu-devel@nongnu.org; Wed, 16 Dec 2015 04:35:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a98UM-0001nE-9O for qemu-devel@nongnu.org; Wed, 16 Dec 2015 04:35:20 -0500 Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]:36999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a98UM-0001n8-30 for qemu-devel@nongnu.org; Wed, 16 Dec 2015 04:35:14 -0500 Received: by mail-wm0-x236.google.com with SMTP id n186so62381160wmn.0 for ; Wed, 16 Dec 2015 01:35:13 -0800 (PST) Sender: Paolo Bonzini References: <1450256449-23779-1-git-send-email-den@openvz.org> <56712AF4.9030105@redhat.com> <56712F9D.4000406@openvz.org> From: Paolo Bonzini Message-ID: <5671304F.3020902@redhat.com> Date: Wed, 16 Dec 2015 10:35:11 +0100 MIME-Version: 1.0 In-Reply-To: <56712F9D.4000406@openvz.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/1] qmp: process system-reset event in paused state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Denis V. Lunev" Cc: qemu-devel@nongnu.org, Dmitry Andreev , Markus Armbruster On 16/12/2015 10:32, Denis V. Lunev wrote: >>> >>> >>> 'virsh reset' command is usually used to force guest reset. The >>> expectation >>> of the behavior of this command is that the guest will be force >>> restarted. >>> This is not true at the moment. >> Does "virsh reset" + "virsh continue" work, and if not why? > as far as I can see there is no such command in virsh at all :( Right, it's "virsh resume". :) Paolo