From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1E92C433EF for ; Thu, 23 Sep 2021 12:44:05 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 880B060FE6 for ; Thu, 23 Sep 2021 12:44:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 880B060FE6 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=greensocs.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.xenproject.org Received: from list by lists.xenproject.org with outflank-mailman.194086.345722 (Exim 4.92) (envelope-from ) id 1mTO4u-0002Ki-8Q; Thu, 23 Sep 2021 12:43:52 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 194086.345722; Thu, 23 Sep 2021 12:43:52 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1mTO4u-0002Kb-5N; Thu, 23 Sep 2021 12:43:52 +0000 Received: by outflank-mailman (input) for mailman id 194086; Thu, 23 Sep 2021 12:43:51 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1mTO4s-0002KV-N4 for xen-devel@lists.xenproject.org; Thu, 23 Sep 2021 12:43:51 +0000 Received: from beetle.greensocs.com (unknown [5.135.226.135]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id e571f165-1c6b-11ec-ba2f-12813bfff9fa; Thu, 23 Sep 2021 12:43:48 +0000 (UTC) Received: from [192.168.15.189] (unknown [195.68.53.70]) by beetle.greensocs.com (Postfix) with ESMTPSA id 14EF120786; Thu, 23 Sep 2021 12:43:46 +0000 (UTC) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: e571f165-1c6b-11ec-ba2f-12813bfff9fa DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=greensocs.com; s=mail; t=1632401026; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=74J5uL4+y3OkwakSUEbDd5pmG2azKhrylHgHqUMTlRo=; b=NqrdEZvIHKxKmAWJ08TREruX+6E1zwtjlIzFRKUJ8z/RjI58v7xHMihe/01vIPrVrKra7T niGWbOMLvL+/r6m0yCRL3pyfXGhri4PRKFkmCm8kOkiTf9h5mxH1Qh61DdQIQpDW1ISlel hpLot1xPahP9abOARHX6kwVUlJhMYeU= Message-ID: Date: Thu, 23 Sep 2021 14:43:44 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0 Subject: Re: [RFC PATCH v2 02/16] qapi: Implement query-machine-phase QMP command Content-Language: en-US-large To: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , qemu-devel@nongnu.org Cc: Peter Maydell , "Michael S. Tsirkin" , David Hildenbrand , Peter Xu , mirela.grujic@greensocs.com, Alistair Francis , Gerd Hoffmann , Ani Sinha , Eric Blake , Stefano Stabellini , xen-devel@lists.xenproject.org, Paul Durrant , Markus Armbruster , Anthony Perard , =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , Eduardo Habkost , "Dr. David Alan Gilbert" , Eric Auger , Paolo Bonzini , qemu-riscv@nongnu.org, =?UTF-8?Q?Daniel_P=2e_Berrang=c3=a9?= , mark.burton@greensocs.com, edgari@xilinx.com, Igor Mammedov References: <20210922161405.140018-1-damien.hedde@greensocs.com> <20210922161405.140018-3-damien.hedde@greensocs.com> From: Damien Hedde In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 9/22/21 19:37, Philippe Mathieu-Daudé wrote: > On 9/22/21 18:13, Damien Hedde wrote: >> From: Mirela Grujic >> >> The command returns current machine initialization phase. >>  From now on, the MachineInitPhase enum is generated from the >> QAPI schema. >> >> Signed-off-by: Mirela Grujic > > Missing your S-o-b, otherwise: Sorry. I did not realize I had to add it since it was already done by Mirela. I'll add it for this patch and patches 1, 6 and 8. > Reviewed-by: Philippe Mathieu-Daudé >> --- >>   qapi/machine.json          | 56 ++++++++++++++++++++++++++++++++++++++ >>   include/hw/qdev-core.h     | 30 ++------------------ >>   hw/core/machine-qmp-cmds.c |  9 ++++++ >>   hw/core/qdev.c             |  5 ++++ >>   4 files changed, 72 insertions(+), 28 deletions(-) >