From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUWGF-00045Q-V4 for qemu-devel@nongnu.org; Wed, 05 Dec 2018 07:26:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUWB9-0002lH-B4 for qemu-devel@nongnu.org; Wed, 05 Dec 2018 07:21:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40786) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gUWB9-0002kZ-5X for qemu-devel@nongnu.org; Wed, 05 Dec 2018 07:21:23 -0500 From: Markus Armbruster References: <20181205110131.23049-1-d.csapak@proxmox.com> Date: Wed, 05 Dec 2018 13:21:20 +0100 In-Reply-To: <20181205110131.23049-1-d.csapak@proxmox.com> (Dominik Csapak's message of "Wed, 5 Dec 2018 12:01:28 +0100") Message-ID: <87a7lkuptr.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v3 0/3] qapi: return ShutdownCause for events List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dominik Csapak Cc: qemu-devel@nongnu.org, kwolf@redhat.com, pbonzini@redhat.com, mreitz@redhat.com Dominik Csapak writes: > This series improves the QMP SHUTDOWN and RESET events by adding > the ShutdownCause as additional parameter and splitting > the HOST_QMP reason into HOST_QMP_QUIT and HOST_QMP_SYSTEM_RESET > to be able to detect the difference between them when using '--no-reboot' > > this is an alternative to my previous patches[1][2] which > added an exit-script/added a 'reset' argument to the events > > 1: https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg00697.html > 2: https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg01271.html Next time, please add the Reviewed-bys you got for the previous version to your commit messages, unless the commits changed enough to warrant another round of review. For the record, series again Reviewed-by: Markus Armbruster